.chromestyle{
width: 93%;
padding-top: 4px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #2966A9;
width: 100%;


padding: 0px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #666666;
padding: 0px 0px;
margin: 0;
text-decoration: none;

border-right: 0px solid #2966A9;
}

.chromestyle ul li a:hover{
background-image: url('PSD/file/btn2.gif');
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #2966A9; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8pt Tahoma;
line-height:18px;
z-index:100;
background-color: #63B2F5;
width: 260px;
visibility: hidden;

}


.dropmenudiv1{
position:absolute;
top: 0;
visibility: hidden;
border: 1px solid #2966A9; /*THEME CHANGE HERE*/
}





.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #2966A9; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #444041;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9FCFF7;
}
