.chromestyle{
    width:725px;
    width:100%;
    margin-top:-4px;
    margin-left:16px;
}


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

.chromestyle ul{
    height:15px; /*THEME CHANGE HERE*/
    padding: 4px 0px;
    margin: 0px;
    text-align: left;
	background: url(chromebg-over.gif) center center repeat-x; 
}

.chromestyle ul li{
	display: inline;
	color:#014990;
}

.chromestyle ul li a{
    color: #004994;
    font-size:10pt;
    padding: 0px 6px;
    margin: 0px;
    height:20px;
    text-decoration: none;
    font-weight:bold;
    background: url(chromebg-over.gif) center center repeat-x;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    color:#999966;
    font-size:10pt;
    background: #E0EEFA;
}


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

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


.dropmenudiv a{
    width: auto;
    display: block;
    /*font-size:8pt;*/
    text-indent: 3px;
    border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    color: #004080;
}

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


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #E0EEFA;
}
