#navcontainer{
	width:770px;
	position:absolute;
	top:202px;
	left:0;
	padding:0;
	height: 30px;
	margin:0;
	text-align:left;
	z-index:5;
	}
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0 0 0 5px;
list-style: none;
}

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
padding: 2px 0 0 0;
width:auto;
white-space:nowrap;
}

.headerlinks a{
margin:0 ;
padding:0 4px;
font-weight: normal;
color: #ffe9ae;
font-size:10px;
font-weight:bold;
text-transform:uppercase;
border-right:1px solid #fff;

}
.headerlinks a:hover{
color: #e7a912;
}
.right a{border:none;}
.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.5em;
left: 0;
background-color: #5f4121;
border: 1px solid black;
z-index:10;
}

.submenus li{
width: 10em;
}

.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:#e7a912;
color: #fff;
}

#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: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 }