.chromestyle{
margin:0 auto;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


.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-top: 9px solid #8c65aa;
border-right: 9px solid #8c65aa;
border-left: 9px solid #8c65aa;
width: 100%;
background-color:#fff1dc;
color:#000;
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: #fff;
margin: 0;
text-decoration: none;
}

.chromestyle_about ul li a{
color: #055299;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background-color:#8c65aa; 
}

.chromestyle ul li a[rel]:after{ 
content: " ";
}

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:18px;
z-index:100;
width: 200px;
margin-top:-1px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE.*/
}

.dropmenudiv img{
	margin:0;
}

.dropmenudiv a{
width: auto;
display: block;
padding:5px;
text-decoration: none;
color: #fff;
font-size:12px;
background-color:#be0c2c;
text-align:left;
font-weight:bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color:#ed8fa7;
color:#FFF;
}