.chromestyle{
height: 100px;
float: right;
font-family: arial;
font-size:13px;
padding-top:40px;
/*background-color:green*/
}

.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 #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-align: center; /*set value to "left", "center", or "right"*/
/*background-color:green;*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#3a3a3c;
padding: 0px 13px 0px 13px;
margin-top: 0px;
text-decoration: none;
border-left: 0px solid #000000;
border-right: 0px solid #000000;
/*background-color:blue;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*color:white;*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: 'Old Standard TT', serif;
font:normal 10px Arial;
line-height:20px;
z-index:100;
/*background-color: white;*/
width: 70px;
text-align:center;
text-decoration:none;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
text-decoration:none;
padding: 0px 0;
font-size:100%;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-family: 'Old Standard TT', serif;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
text-decoration:underline;
color: #CCCCCC;
}
