.chromestyle{

text-align: right; /*set value to "left", "center", or "right"*/
}

.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%;
padding: 5px 7px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 3px 5px;
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*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px 
font-face: "Lucida Sans", Arial;
font-size:11px;
line-height:18px;
z-index:120;
background-color: white;
width: auto;
visibility: hidden;
filter: alpha(opacity=95); -moz-opacity: .95;
}





.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: none;
color: #666666;
text-align: left; 
filter: alpha(opacity=95); -moz-opacity: .95;
}



.dropmenudiv2{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
text-indent: 2px;
font:normal 11px 
font-face: "Lucida Sans", Arial;
font-size:12px;
line-height:18px;
z-index:103;
background-color: white;
width: auto;
visibility: hidden;
filter: alpha(opacity=95); -moz-opacity: .95;

}





.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: none;
color: #666666;
text-align: left; 
background:url(images/menub.gif) top left repeat-x
background-color: #F0F0F0;
filter: alpha(opacity=95); -moz-opacity: .95;

}




* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
color: #ffffff;
}


* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
color: #ffffff;
}
