.nav_center
{
width:857px;
height:33px;
float:left;
background:url(../images/nav_bg.jpg) 0 0 repeat-x;
padding:0;
margin:0;
}


.chromestyle 
{
font-family:Arial;
float:left;
font-weight: normal;
height:33px;
font-size:13px;
color:#fff;
margin:0;
padding:0;
}


.chromestyle ul
{
height:33px;
float: left;
margin: 0;
padding:0;
font-weight:normal;
}
.chromestyle ul li
{
height:33px;
float:left;
list-style:none;
font-weight:normal;
}
/*.chromestyle li a
{
height:25px;
color:#FFF;
text-decoration:none;
float:left;
margin:0;
background: transparent url("../images/nav_seperator.jpg") center right no-repeat;
padding:8px 23px 0 22px;
font-weight:normal;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(../images/rollover_bg.jpg) repeat-x;
display:block;
margin:0;
color:#fff;
text-decoration:none;
}*/
.chromestyle ul li a.current{ 
background: url(../images/rollover_bg.jpg) repeat-x;
display:block;
margin:0;
color:#fff;
text-decoration:none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0;
font:normal 13px Arial;
z-index:100;
/*background:transparent;*/

display: block;
width:180px;
height:30px;
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: auto;
font:normal 13px Arial;
height:30px;
display: block;
line-height:30px;
padding:0 0 0 5px;
font-weight:normal;
border-bottom:1px solid #898989;
text-decoration: none;
color: #fff;
background-color:#636363;
/*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:#ff0600;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff;
background-color:#969696;
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:#969696;
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;
}