﻿.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
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*/
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px 'Arial';
line-height:30px;
z-index:100;
width: 214px;
visibility: hidden;

}


.dropmenudiv a{
width: 100%;
text-indent: 12px;
text-decoration: none;
color: #FFFFFF;
display:block;text-decoration:none;
background:#1A1A1A url(../images/menu/arrow.png) no-repeat 8% center;
padding-left:20px;
padding-right:20px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

display:block;color:#FFFFFF;text-decoration:none;
background:#373737 url(../images/menu/arrow.png) no-repeat 8% center;
padding-left:20px;
padding-right:20px;
}
.dropmenudiv .line{clear:both;float:left;background:url(../images/menu/dropdown-divider.jpg) no-repeat 8% center;width:214px;height:1px;}
.dropmenudiv .dropbottom{clear:both;float:left;background: url(../images/menu/dropdown-bottom.png) no-repeat;width:214px;height:11px;}