.chromestyle{
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
float:right;
}

.chromestyle_about{
width: 99%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle_about:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background:url(../images/menu/chromebg.gif) center center repeat-x;
padding: 4px 5px;
margin: 0;
text-align: left; 
}

.chromestyle_about ul{
border: 0px;
width: 100%;
background-color:#FFFFFF;
padding: 0px 0px;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle_about ul li{
display: inline;
}
.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle_about ul li a{
color: #055299;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(../images/menu/chromebg-over.gif) center center repeat-x; 
}

.chromestyle ul li a[rel]:after{ 
content: " ";
}




.dropmenudiv{
position:absolute;
margin-top:-2px;
margin-left:-1px;
border: 1px solid #BBB;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
color: #ffffff;
font-size:12;
background-color:#2D4A84;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #E9F0F8;
color:#000000;
}