.nav-panelHead {
	padding-left: 16px;
	width: 200px;
	background-color: #660000;
	display: block;
	border-top: 1px solid #C7737A;
	border-right: 1px solid #320000;
	border-bottom: 1px solid #320000;
	border-left: 1px solid #C7737A;
	color: #CCCCCC;
	font-weight: bold;
	line-height: 19px;
	text-align: left;
}
#navcontainer { width: 218px; }

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 218px;
	text-align: left;
}

#navcontainer li
{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#navcontainer ul li a
{
	display: block;
	width: 200px;
	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.selected
{
	font-weight: normal;
	color: #660000;
	background-repeat: no-repeat;
	background-position: left top;
 	background-image: url(images/bullet_a.gif);
	background-color: #666666;
}

#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;
}






.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;
}
