#navcontainer { width: 220px; }

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 218px;
}

#navcontainer li
{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#navcontainer ul li a
{
	display: block;
	width: 202px;
	padding-left: 16px;
	background-color: #999999;
	font-size: 12px;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#navcontainer ul li a, #navcontainer ul li a:visited
{
	color: #E4E4E4;
	text-decoration: none;
	background-image: url(images/bullet_u.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navcontainer ul li a:hover
{
	background-color: #666666;
	color: #fff;
	border-top-color: #C4C4C4;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #C4C4C4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#navcontainer ul ul li a
{
	display: block;
	padding-left: 26px;
	width: 192px;
	line-height: 20px;
	background-color: #112f61;
	font-size: 10px;
}

 #navcontainer ul ul li a,  #navcontainer ul ul li a:visited
{
	color: #660000;
	text-decoration: none;
 	background-image: url(images/subbullet_u.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navcontainer ul ul li a:hover
{	
	color: #7CD4E7;
	background-color: #112f61;
	text-decoration: none;
 	background-image: url(images/subbullet_u.gif); 
	background-repeat: no-repeat;
	background-position: left top;
}



/* selected states */
#navcontainer ul li a#current
{
	font-weight: normal;
	color: #660000;
	background-repeat: no-repeat;
	background-position: left top;
 	background-image: url(images/bullet_a.gif);
	background-color: #00649d;
}


#navcontainer ul ul li a#subcurrent
{
	font-weight: normal;
	color: #660000;
	background-repeat: no-repeat;
	background-position: left top;
 	background-image: url(images/subbullet_a.gif);
	background-color: #12397a;
}

.audioBox {
	background-color: #A9A9A9;
	display: block;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	padding: 0px;
}
