﻿.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
/*background: url(/images/layout/menubg.png) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
margin-left:-35px;
}

.chromestyle ul li{
display: inline;
color:#fff;
}

.chromestyle ul li a{
color:#000;
padding: 21px 5px;
margin: 0;
text-decoration: none;
border-right: none;
font-family:Times New Roman, Serif;
font-size:11pt;
font-weight:bold;
}

.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(/images/layout/menubgover.png) center center repeat-x;/* /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #f3cd00;
color:#000000;
width: 200px;
visibility: hidden;
margin-top:-16px; /* make drop-down tight to main menu */
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #333333;
}