.chromestyle{
width: 99%;
font-weight: normal;
}

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

.chromestyle ul li{
display: inline;
font:normal 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
text-decoration: none;
color: #6c6c6c;
letter-spacing:1.6px;
line-height:18px;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li a{
color: #999999;
padding: 4px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #efefef; /*THEME CHANGE HERE*/
font:normal 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
letter-spacing:1.6px;
line-height:12px;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li a:hover{
background: #deebfc; /*url(chromebg2-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

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


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

.dropmenudiv{
position:absolute;
width: 205px;
top: 0;
border: 1px solid #dbdbdb; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
}


.dropmenudiv2{
position:absolute;
width: 350px;
top: 0;
border: 1px solid #dbdbdb; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
}

.dropmenudiv a{
width: 205px;
display: block;
text-indent: 5px;
border-bottom: 1px solid #dbdbdb; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #999999;
font:normal 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
letter-spacing:1.2px;
line-height:14px;
}
.dropmenudiv2 a{
width: 350px;
display: block;
text-indent: 5px;
border-bottom: 1px solid #dbdbdb; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #999999;
font:normal 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
letter-spacing:1.2px;
line-height:14px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #deebfc;
font-weight: normal;
}


.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #deebfc;
font-weight: normal;
}