body { 
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-color:#363636;
font-weight:bold;
font-size:12px;

}
.chromestyle{
width: 100%;
font-weight: bold;
text-align:center;
vertical-align:middle;

}

:after.chromestyle{ /*Add margin between menu and rest of content in Firefox created by ajay singh*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
/*THEME CHANGE HERE*/
margin: 0;
text-align: center; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0px
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 2px 5px;
font-size:11px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
/*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "v";
/*content: " " url(images/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #54A9E2; border-right:1px solid #54A9E2; border-top:1px solid #54A9E2; border-bottom:0px solid #54A9E2; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:16px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#54A9E2,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #55AAEA; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #025087;
font-size:11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
background-color: #F4F4F4;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
color: #ADADAD;
}

