/* Start of CMSMS style sheet 'Dalsin Menu' */
#nav {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 2px;
	width:199px;
	background-color: #4B4B4B;
}	
#nav ul{ 
	padding:0px;
	margin:0px;
	list-style: none;
	width:199px;
	z-index:99;
	overflow:visible;
	position:absolute;
	background-color: #4B4B4B;
}	
#nav li{ 
	position: relative; 
	width: 199px;
	border-bottom:none;
	display:block;
	height:auto; /*auto */
	margin:0px;
	font-size:0px;
	line-height:0px;
	background-image: url(img/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}	
#nav a{
	text-decoration:none; 
	display:block;
	padding: 2px 0px 2px 0px;  
	margin:0px 10px 0px 30px;
	background-color:transparent;
	width:138px; /*helps IE with hover */
	font-size:11px;
	line-height:14px;
	color: #ffffff;
}
#nav a:hover{
	text-decoration:underline; 
	display:block;
	margin:0px 10px 0px 30px;
}
#nav ul, #nav ul ul, #nav ul ul ul{
	display:block; 
	position:static; 
	top:0px; 
	left:0px;
	padding:0px;
	margin:0px;
}	
#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;
}
#topnavdropdown {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#topnavdropdown ul { 
	padding:0px;
	margin:0px;
	list-style: none;
    display:none;
	width:200px;
	z-index:99;
	overflow:visible;
    position:absolute;
    top: 24px;
    left: 0px;
    
}
#topnavdropdown li { 
	position: relative; 
	width: auto;
	border-bottom:none;
	display:block;
	height:auto; /*auto */
	margin:0px;
	font-size:0px;
	line-height:0px;
    float:left;
}
#topnavdropdown a {
	text-decoration:none; 
	display:block;
	padding: 3px 0px 3px 0px;  
	margin: 0px; /*helps Opera with hover */
	width: 200px; /*helps IE with hover */
	font-size: 11px;
    line-height: 18px;
	height:18px;
    font-weight: bold;
	color: #ffffff;
	text-align:center;
	background-color: #000000;
}
#topnavdropdown a:hover {
	display:block;
	text-decoration: underline;
}
#topnavdropdown li:hover ul ul {
	display:none; 
}
#topnavdropdown li:hover ul {
	display:block;
}
#topNav{
	color: #ffffff;
	/*margin: 117px 0px 0px 328px;*/
	top:117px;
	right:0px;
	position: absolute;
	z-index: 100;
}
.navsep{
	background-image: url(img/nav_seperator.gif);
	background-position: center;
	height: 1px;
	line-height: 1px;
	width: 199px;
	background-repeat: no-repeat;
}
.toplevel {
	background-image: url(img/menu_top_level_background.gif) !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
	border-bottom: 1px solid #ffffff !important;
	width:199px;
}
a.toplevellink{
	font-weight: bold;
	margin:0px 0px 0px 5px !important;
	width:180px !important;
}

/* End of 'Dalsin Menu' */

