.chromestyle{
position:absolute;
top:75px;
left:60px;
width: 665px;
font-weight: bold;
}

.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: url() center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

#chromemenu ul li{
display: inline;

}

#chromemenu ul li a{
background-image: url(MenuBG.png)
}

.chromestyle ul li a{
color: #000000;
padding: 4px 4px;
margin: 0;
text-decoration: none;
width: 30px;

}

.chromestyle ul li a:hover{
background: url(MenuBG.png) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

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


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

.dropmenudiv{
position:absolute;
top: 0px;
left:0px;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: ;
visibility: hidden;
text-align: center;
width: 665;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{

display: inline;
text-indent: 0px;
padding: 0px 0px;
text-decoration: none;
font-weight: bold;
color: black;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 665px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

