﻿.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{
margin: 0;
text-decoration: none;
font-weight: bold;
}

.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
padding: 0px 0px 0px 0px;
opacity: 0;
filter:alpha(opacity=0);
}

/* ######### 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-color: #fdfefe;*/
width: 200px;
visibility: hidden;
margin-top: 3px;
border-right: 0px solid #62402c;
border-left: 0px solid #62402c;
border-bottom: 1px solid #420d2a;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a:link, .dropmenudiv a:visited{
width: auto;
display: block;
/*height: 16px;*/
border-bottom: 1px solid #b59e84; /*THEME CHANGE HERE*/
border-right: 1px solid #62402c;
border-left: 1px solid #62402c;
padding: 5px 0px 5px 16px;
text-decoration: none;
color: #014734;
font-weight: bold;
line-height: 14px;
/*background-color: #b0b0b0;*/
background-image:url('images/imgDropDown.jpg');
font-family:Arial;
font-size: 11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #56649e;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ead8c5;
background-image:none;
color: #420d2a;
}