/* Start of CMSMS style sheet 'menu' */
#top_nav{
	position:absolute;
	right:0;
	top:5px;
	list-style: none;
	display:block;
	margin:0;
	padding:0;
	text-align:center;
	color:#FFFFFF;
}

#top_nav li {
	display:block;
	float:left;
	background:url(images/top_nav_divider.jpg) right no-repeat;
	padding: 0 8px 0 8px;
}

#top_nav li a {
	color:#FFFFFF;
	padding:0 0 0 8px;
	margin:0;
	text-decoration:none;
}

#top_nav a:hover {
	background:none;
}

#left_nav {
	list-style: none;
	font-size: 12px;
	line-height: 15px;
	width: 172px;
	left: 0px;
	margin: 0 0 0 8px;
	padding: 0;
	background-color: #0A276C;
}

#left_nav li.menu_hd {
	width:146px;
	padding:4px 5px 4px 21px;  
	line-height:15px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#C6D7E7;
}

#left_nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto; /*auto */
	margin:0px;
	padding:0px;
	background-color: transparent;
	width: 172px;
	font-size: 0px;
	line-height: 0px;
}
#left_nav li a {
	text-decoration:none; 
	display:block;
	padding:4px 5px 4px 21px;  
	margin:0; /*helps Opera with hover */
	width:146px; /* helps IE with hover */
	color: #2C5783;
	font-size: 12px;
	line-height: 15px;
	background:url(images/menu.gif);
}
#left_nav li a:hover{
	background:url(images/menuon.gif);
}

#left_nav ul, #left_nav ul ul, #left_nav ul ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:172px;
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	width: 121px;
	background-color: #0A276C;
}

#left_nav li:hover ul ul, #left_nav li:hover ul ul ul{
	display:none; 
}
#left_nav li:hover ul, #left_nav ul li:hover ul, #left_nav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #left_nav li{
	float:left;
	display: inline;
}/* end holly hack */

/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
  }
/* End hide from IE5/mac */


/* End of 'menu' */

