#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0 0 0 10px;
list-style: none;
z-index: 5;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
background: url(../graphics/arrow_orange.gif) no-repeat 0 11px;
padding: 8px 12px 0 0;
}

.headerlinks a{
margin: auto 8px auto 10px;
font-weight: normal;
color: #ffffff;
font-size:12px;
text-transform:uppercase;
}
.headerlinks a:hover{
color: #f9ab05;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 2em;
left: 0;
background-color: #1385db;
border: 1px solid black;
z-index:10;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
font-size:11px;
font-weight:normal;
padding:2px 0;
text-indent: 3px;
color:#ffffff;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color:#dbf4ff;
color: #0c4e8c;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
/*---------------------------------------------side nav*/
#side_nav{
	margin:0;
	padding:0;
	width: 180px;
	}
#side_nav ul{
	list-style:none;
	line-height: 1.7;
	padding:0;
	margin: 0.2em 0;
	}
#side_nav li a{
	display: block;
	width: 100%;
	font-size:12px;
	font-weight:normal;
	padding:5px 0 5px 10px;
	text-indent: 7px;
	color: #EAF4FF;
	background:url(../graphics/bullet_blue.gif) no-repeat 5px;
	border-bottom:1px dotted #08304c;
}
#side_nav li a.current{
	display: block;
	width: 100%;
	font-size:12px;
	font-weight:normal;
	padding:5px 0 5px 10px;
	text-indent: 7px;
	color: #0c4e8c;
	background:#dbf4ff url(../graphics/bullet_blue.gif) no-repeat 5px;
	border-bottom:1px dotted #08304c;
}
#side_nav li a:hover { background:#136bab url(../graphics/bullet_orange.gif) no-repeat 5px }
/*--------------------------------------------------------------sub_nav*/

#sub_nav li{
	list-style:none;	
	padding:0 0 2px 13px;
	margin:0; 
	}
#sub_nav li a {padding-left:20px;  text-decoration: none; }
#sub_nav li a:hover { background:url(../images/bullet_arrow_red.gif) no-repeat left }