/* Start of CMSMS style sheet 'left_nav' */
#nav{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0px;
	width:188px;
}
#nav li { 
	position: relative; 
	display:block;
	height: auto; /*auto */ 
	margin:0px;
	padding:0px;
	background-color: transparent;
	width: 188px;
	font-size: 0px;
	line-height: 15px; 
}
#nav li a {
	text-decoration:none; 
	display:block;
	padding: 3px 5px 3px 12px;  
	margin:0px; /*helps Opera with hover */
	width:171px; /* helps IE with hover */
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	line-height: 15px;
	top:0;
	left:0; 
}
#nav li a:hover{
	background-color: #676767; 
}

#nav ul li a, #nav ul ul li a, #nav ul ul ul li a {
	background-color: #AF001F; 
	padding: 3px 5px 3px 10px;
	width: 172px;
	border-bottom: 1px #ffffff solid;
}

#nav ul, #nav ul ul, #nav ul ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:188px;
	padding:0;
	margin:0;
	list-style: none;
	z-index:99;
	overflow:visible;
	width:188px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul{
	display:none; 
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #nav li{
	float:left;
	display: inline;
}/* end holly hack */
/* End of 'left_nav' */

