.chromestyle{
width: 900px;
font-weight: bold;
margin:0;
padding:0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
/*border: 1px solid #BBB;*/
background: url('images/top_nav_bg.gif') left top no-repeat;
padding: 10px 0 15px 0;
margin: 0;
width: 100%;
line-height:21px;

}

.chromestyle ul li{
display: inline;
background: url('images/divider_right.gif') right center no-repeat;
margin:0;
padding:0;
}

.chromestyle ul li.last{
display: inline;
background: none;
margin:0;
padding:0;
}


.chromestyle ul li a{
color: #012E9E;
margin:0;
text-decoration: none;
padding:13px 25px 8px 25px;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
font-size:12px;

}

.chromestyle ul li.active a{
background: url('images/top_nav_bg_hover.gif') left top repeat-x; color:#E29705;font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
font-size:12px;
}



.chromestyle ul li.activehome a{
color: #E29705;
padding: 13px 25px;
margin: 0;
text-decoration: none;
background: url('images/top_nav_bg_hover_home.gif') left top no-repeat;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
font-size:12px;
}


.chromestyle ul li a.home:hover {
color: #E29705;
text-decoration:none;
background: url(images/top_nav_bg_hover_home.gif) no-repeat left;
	}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url('images/top_nav_bg_hover.gif') left top repeat-x; color:#E29705;font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
font-size:12px;
}
.chromestyle ul li.activehome a:hover, .chromestyle ul li.activehome a.selected
{
background: url('images/top_nav_bg_hover_home.gif') left top no-repeat;font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
font-size:12px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:25px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 15px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0 0;
text-decoration: none;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
background: #AAB8E3;
color: #012E9E;
}
