﻿.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #494949;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font-weight: bold;
}

.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
padding: 3px 0px 0px 0px;
opacity: 0;
filter:alpha(opacity=0);
color: #eeeeee;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; THEME CHANGE HERE
border-bottom-width: 0;*/
font-size: 7px;
line-height: 7px;
z-index:100;
background:url('/images/mnu_bg.gif');background-repeat:repeat;
background-color: #cd9b2e;
width: 140px;
margin-left:12px;
visibility: hidden;
text-align:left;
font-family:Verdana, helvetica, Sans-Serif;font-size:12px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.mnusub {margin-left:18px;background:url('/images/mnu_arrow.gif');background-repeat:no-repeat;background-position:0px 8px;}

.dropmenudiv a:link, .dropmenudiv a:visited{
width: auto;
display: block;
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
padding: 5px 0px 5px 16px;
text-decoration: none;
color: #2f2615;
font-size: 11px;
font-weight: normal;
line-height: 14px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #eeeeee;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color: #004842;
}