.chromestyle{
font:normal 11px Arial, Helvetica, sans-serif;
font-weight: normal;
width:580px;
}

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

.chromestyle ul{
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #ffffff; /*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: 0;
text-align:left;
line-height:18px;
z-index:100;
width: 150px;
visibility: hidden;
border:0px solid red;
}

/*.dropmenudiv p{margin:0; padding:7px 0 0 0;}*/
.dropmenudiv p{margin:7px 0 0 0; padding:0; border:0px solid blue;}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
padding: 0;
text-decoration: none;
color: #0198B5;
border:0px solid green;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

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


.dropmenudiv-r {
position:absolute;
top: 0;
text-align:left;
line-height:18px;
z-index:100;
width: 70px;
visibility: hidden;
margin-left:-9px;
border:0px solid red;
}

/*.dropmenudiv-r p{margin:0; padding:7px 0 0 0;}*/
.dropmenudiv-r p{margin:7px 0 0 0; padding:0; border:0px solid pink;}

.dropmenudiv-r a{
width: auto;
display: block;
text-indent: 0px;
padding: 0;
text-decoration: none;
color: #0198B5;
border:0px solid green;
}

* html .dropmenudiv-r a{ /*IE only hack*/
width: 100%;
}

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