.chromestyle
{
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 20px;
}

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

.chromestyle ul
{
    padding: 0;
    margin: 0;
    height: 30px;
    text-align: center; /*set value to "left", "center", or "right"*/
    margin-top:0px;
}

.chromestyle ul li
{
    display: inline;
    color: #951310;
    font-size: 12px;
    font-weight: bold;
    padding-left: 25px;    
}

.chromestyle ul li a
{
    margin: 0;
    color: #951310;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
}

* html .chromestyle ul li a
{
    height:10px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
    /*script dynamically adds a class of "selected" to the current active menu item*/
    color: #faeab3;  
    background-color:#951310;  
}

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

.dropmenudiv
{
    position: absolute;
    top: 0;
    z-index: 100;
	-moz-opacity: .9;
	filter: alpha(opacity=90);    
    width: 150px;
    padding-top:5px;
    padding-bottom:5px;
    border-right:solid 1px #faeab3;
    border-bottom:solid 1px #faeab3;
    visibility: hidden; /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
    background: #faeab3; /*THEME CHANGE HERE*/
}


.dropmenudiv a
{
    margin-top:2px;
    height: 20px;
    display: block;    
    color: #951310;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
}

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

.dropmenudiv a:hover, .dropmenudiv a.selected
{
    color: #faeab3;
    background-color:#951310;
}
