/* index

	vm.css

	- navigations
	 - related

----------------------------------------------- */


/* navigations
----------------------------------------------- */
body#vm #navigation ul li a#museum {
	display: block;
	margin: 0;
	padding: 0;
	width: 166px;
	height: 37px;
	background: url(../../vm/shared/img/navi.gif) no-repeat -305px -37px;
	text-indent: -9999px;
}


/* related
----------------------------------------------- */
#related-column ul.local {
	margin: 0;
	padding: 0;
	clear: both;
}

#related-column ul.local li {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

:root #related-column ul.local li a {
	overflow: hidden;
}

#related-column ul.local li a {
	display: block;
	margin: 0;
	padding: 7px 0px 5px 27px;
	width: 229px;
	background: url(../../vm/shared/img/arrow.gif) no-repeat 10px 0.9em;
	border-bottom: 1px solid #ececec;
}

/* Mozilla & IE7 */
html>body #related-column ul.local li a {
	display: block;
	margin: 0;
	padding: 7px 0px 5px 27px;
	width: 202px;
	background: url(../../vm/shared/img/arrow.gif) no-repeat 10px 0.9em;
	border-bottom: 1px solid #ececec;
}

#related-column ul.local li a:hover {
	background: url(../../vm/shared/img/arrow_hover.gif) no-repeat 10px 0.9em;
	background-color: #ff7700;
	border-bottom: 1px solid #ececec;
}

#related-column ul.local li a:link,
#related-column ul.local li a:visited {
	color: #ff7700;
	text-decoration: none;
}

#related-column ul.local li a:hover,
#related-column ul.local li a:active {
	color: #ffffff;
	text-decoration: none;
}

