.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: 921px;
	margin: 0px;
}


.chromestyle ul
{

list-style-type: none;
margin: 0;
padding:0;

}
.chromestyle ul li
{
float:left;
}
.chromestyle ul li a
{
	height: 36px;
	/*_height: 43px;*/
	width: 113px;
	float: left;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 9px;
	float:left
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color:#fff;
background: url(../template_images/rollover_bg.jpg) repeat-x;
	height: 36px;
	/*_height: 43px;*/
	width: 113px;
	display: inline;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 9px;
	float:left
}
.chromestyle ul li a.current{ 
background: url(../template_images/rollover_bg.jpg) repeat-x;
	height: 36px;
	/*_height: 43px;*/
	width: 113px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 9px;
	float:left
}
.seperator {
	background: transparent url(../template_images/separator.jpg) right 6px no-repeat;

		width: 2px;
		height: 30px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0;
font:normal 11px Arial;
z-index:100;
/*background:transparent;*/
width:250px;
display: block;
margin-top: -10px;
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: 230px;
font:normal 11px Arial;
height:25px;
display: block;
line-height:25px;
padding:0 0 0 6px;
font-weight:normal;
text-decoration: none;
color: #fff;
background-color:#202020;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;



}

* html .dropmenudiv a{ /*IE only hack*/
height:25px;
background-color:#202020;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff;
background-color:#1c80b7;
text-decoration:none;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;

}

/* 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;
}