﻿.chromestyle{
width: 99%;
padding-bottom: 10px;
border-bottom:2px ridge #C2BF9E;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul
{
    border: 0px solid #BBB;
    width: 100%;
    font: 0.9em Arial;
    font-weight: bolder;
    padding: 4px 0;
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a
{   
    color: #000000;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    margin: 0;
    text-decoration: none;
}

.chromestyle ul li a:hover
{
    color: #FFFFFF;
    background-color: #660000;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(../images/downimage.gif);*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-left: 1px solid #9B0D00;
border-top: 1px solid #9B0D00;
border-right: 2px solid #9B0D00;
border-bottom: 2px solid #9B0D00;
font: 0.8em Arial;
line-height:18px;
z-index:100;
background-color: #E4DDD9;
width: 200px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/  /* Shadow in IE.*/
text-align: left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: Black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #650103;
background-color: #EFEDDF;
}

/* sub menu */
.subMenu {
    color:#9B0D00;
    font-size:0.7em;
    font-weight:700;
    margin:10px 0 20px;
    padding:8px 20px 0px 20px;
}
.subMenu a:hover {
    color: #9B0D00;
    font-weight:900;
}