.chromestyle{
width: 100%;
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: #524535 url(../images/menus/top-nav-off.gif) repeat-x; 
border-top: 1px solid #806f51;
border-bottom: 1px solid #414747;
padding: 7px 0 6px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 7px 12px;
margin: 0;
text-decoration: none;
background: #524535 url(../images/menus/top-nav-off.gif) repeat-x;
color: #ebdbcc;
font-weight: bold;
font-size: 12px;
}

.chromestyle ul li a:hover{
color: #fff;
background: #6a5d4d url(../images/menus/top-nav-on.gif) repeat-x; 
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " +";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
}


/* ######### End Drop Down Menu, Start Bottom Button Menu Below ######### */


#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
z-index:999;
}

#nav a{
display:block;
padding:0;
color:#fff;
text-decoration:none;
background-color:#365778;
}

#nav a:hover{
background-color:#5e7994;
color:#fff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
display:none;
position:absolute;
top:41px;
width:180px;
}

#nav li ul a{
width:180px;
height:auto;
float:left;
padding: 4px 0 4px 8px;
border-bottom: 1px solid #002a54;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left: 188px;
margin: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#nav-container{
margin: 0;
padding: 0;
width: 100%;
height: 41px;
background: #365778 url(../images/menus/bottom-nav-bg.gif) repeat-x;
border-bottom: 5px solid #002a54;
}
