/* CSS Document */

ul li ul { display: block; }

#subnavigation a {
	background-color: #f0f8ff;
	border-right: 1px solid #004886;
	color: #004886;
	float: none; 
	width: 100%;
}

#subnavigation ul { 
	border: none;
left: 706px; }

#subnavigation > ul { /* Hide from IE */ width: 110px; }

#discography { top: 34px; }

#right a { border-bottom: 1px solid #004886; }

#subnavigation a:hover {
	background-color: #004886;
	color: #f0f8ff;
	text-decoration: none;
}

#subnavigation .active {
	background-color: #004886;
	color: #f0f8ff;
}