.chromestyle{
margin:0 auto;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

.chromestyle_about{
width: 99%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 

visibility: hidden;
}


.chromestyle_about:after{
content: "."; 
display: block; 
height: 0; 

visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: center center repeat-x;
padding: 0;
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: 0px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle_about ul li a{
color: #055299;
padding: 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
 
}

.chromestyle ul li a[rel]:after{ 
content: " ";
}




.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:500;
line-height:24px;
z-index:100;
background-color: #003988;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE.*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
color: #FFF;
font-size:12;
background-color:#430b1b;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color:#000;
color:#FFF;
}
#chromemenu a{
	padding-bottom:1px;
	margin:0;
}