.chromestyle{
width: 100%;
font-weight: normal;
margin: 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #4D93D9;
width: 100%;
background: url('../OrgImage/chromebg.gif') repeat-x left; /*THEME CHANGE HERE*/
margin: 0;
text-align: left; font-style:normal; font-variant:normal; font-color: #676868; font-weight:bold; font-size:11px; font-family:Verdana; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:3px
}



.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #676868;
padding: 5px 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA; /* Decide the border in between and width of color part */
}

.chromestyle ul li a:hover{
width: 100%;
background: url('../OrgImage/chromebg-over.gif') repeat-x left; /*THEME CHANGE HERE*/
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #72BEFC; border-right:1px solid #72BEFC; border-top:0px solid #72BEFC; border-bottom:0px solid #72BEFC; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:15px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,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: 8px;
border-bottom: 1px solid #72BEFC; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
text-align: left;
font-weight: none;
color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E4F5FF;
}