.chromestyle{
width:631px;
font-weight: bold;
color:#C7D1DA;
background-color:#2c3b3c;
float:right;
margin: 16px 0 0 0;
}

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

.chromestyle ul{
width: 100%;
background: none;/*THEME CHANGE HERE*/
padding:3px 0 5px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
color:#C7D1DA;

}

.chromestyle ul li{
display: inline;
color:#C7D1DA;
height:30px;

}
.chromestyle ul li a{
color:#C7D1DA;
margin:0;
text-decoration: none;
height:25px;
padding: 5px 31px 6px 32px;
}

.chromestyle ul li a:hover{
background: #ad0957; /*THEME CHANGE HERE*/
color:#ffffff;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
font-weight:bold;
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
font-family:Arial, Helvetica, sans-serif;
position:absolute;
top: 0;
border: 1px solid #35404C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
font-weight:normal;
z-index:100;
width:180px;
visibility: hidden;
background-color:#2c3b3c;
margin-top:-0px;
margin-left:-0px;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent:0px;
border-bottom: 1px solid #35404C; /*THEME CHANGE HERE*/
padding-left: 5px; /* cach chu menu con */
text-decoration: none;
font-weight: bold;
height:20px;
font-weight:normal;
opacity: 0.746;
color:#999999;
font-size:11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color:#fff;
margin:0px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cf2073;
color:#fff;
text-decoration:none;
}