.nav_center
{
width:857px;
height:33px;
float:left;
background:url(../template_images/nav_bg.jpg) 0 0 repeat-x;
padding:0;
margin:0;
}


.chromestyle 
{
height: 42px;
	width: 900px;
	background-color: #FFFFFF;
	
	margin: 0px;
}


.chromestyle ul
{

list-style-type: none;
margin: 0;
padding:0;

}
.chromestyle ul li
{
float:left;
}
.chromestyle li a
{
background-image: url(../template_images/btn_menu.jpg);
	background-position: left;
	height: 34px;
	/*_height: 43px;*/
	width: 150px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 13px;
	float:left

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background-image: url(../template_images/btn_menu.jpg);
	background-position: -150px;
	height: 34px;
	/*_height: 43px;*/
	width: 150px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 13px;
	float:left
}
.chromestyle ul li a.current{ 
background-image: url(../template_images/btn_menu.jpg);
	background-position: -150px;
	height: 34px;
	/*_height: 43px;*/
	width: 150px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 13px;
	float:left
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0;
font:normal 12px Arial;
z-index:100;
/*background:transparent;*/
width:150px;
display: block;
margin-top: -7px;
height:30px;
line-height: 34px;
visibility: hidden;
font-weight:normal;


/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 150px;
font:normal 12px Arial;
height:30px;
display: block;
line-height:30px;
padding:0 0 0 3px;
font-weight:normal;
border-bottom:1px solid #000;
text-decoration: none;
color: #fff;
background-color:#5a6d40;


/*background: transparent url(../images/drop-down-bg.png) repeat-x;*/
/*background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
 background:#5986B2;
opacity:0.8;*/

}

* html .dropmenudiv a{ /*IE only hack*/
height:30px;
background-color:#5a6d40;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff;
background-color:#445133;
text-decoration:none;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.dropmenudiv ul li a:hover {
/*background:transparent filter: alpha(opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;*/
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.dropmenudiv ul li a:hover {
background:#ddd;
width:96px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}



.sidenavcontainer
{
width:203px;
float:left;
margin:0;
padding:0;
}
.sidenavcontainer .topimg
{
width:203px;
height:20px;
float:left;
margin:0;
padding:0;
background: transparent url("../images/sidenav_top.jpg") 0 0 no-repeat;
}
.sidenavcontainer .botimg
{
width:203px;
height:20px;
float:left;
margin:0;
padding:0;
background: transparent url("../images/sidenav_bottom1.jpg") 0 0 no-repeat;
}
.sidenav
{
width:203px;
float:left;
margin:0;
padding:0;
background: transparent url("../images/sidenav_strokebg.jpg") 0 0 repeat-y;
display:block;
}

.sidenav ul
{
width:200px;
font-family:Arial;
font-size:12px;
float:left;
font-weight: normal;
list-style:none;
display:inline;
background: #fff url("../images/sidenav_bg.jpg") left bottom repeat-x;
margin:0 0 0 1px;
padding:0;
}

.sidenav ul li
{
width:201px;
float:left;
color:#5b6772;
padding:5px 0 10px 0;
margin:0;
background: transparent url("../images/dotted-line.jpg") 20px bottom no-repeat;
text-decoration:none;
}
.sidenav ul li a
{
width:201px;
float:left;
color:#5b6772;
padding:0 0 0 0;
margin:0 0 0 0;
text-decoration:none;
}
.sidenav ul li a span
{
float:left;
color:#5b6772;
padding:5px 5px 0 20px;
margin:0;
text-decoration:none;
}

.sidenav ul li a:hover span
{
float:left;
color:#043f87;
padding:5px 5px 0 20px;
margin:0;
text-decoration:none;
cursor:pointer;
}


.sidenav ul li a:hover
{
float:left;
color:#043f87;
margin:0;
padding:0;
background: transparent url("../images/bullet.gif") 0 8px no-repeat;
text-decoration:none;
}

.sidenav ul li a span.selected 
{
float:left;
color:#043f87;
background: transparent url("../images/bullet.gif") 0 8px no-repeat;
}