.chromestyle{
width: 700px;
height:30px;
margin:0;
padding:0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 700px;
padding-top:1px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0;
}

.chromestyle ul li a{
color: #CCCC00;
padding: 4px 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #666666; /*THEME CHANGE HERE*/
border-top-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
z-index:100;
background-color:#000;
width: 165px;
visibility: hidden;
margin-top: -6px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#CCCC00;
}

/* Book Drop Down */


.chromestyle2{

height:125px;
margin:0;
padding:0;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle2 ul{

height:125px;
padding-top:1px;
padding-left:0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
display: inline;
margin: 0;
}

.chromestyle2 ul li a{
color: #CCCC00;
padding: 4px 0;
margin: 0;
text-decoration: none;
}

.chromestyle2 ul li a:hover, .chromestyle2 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #FFFFFF;
}

.dropmenudiv2{
position:absolute;
top: 0;
border: 2px solid #666666; /*THEME CHANGE HERE*/

font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
z-index:110;
background-color:#000;
width: 120px;
visibility: hidden;
margin-top: -6px;
}

.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
color:#CCCC00;
}