.chromestyle{
    width: 100%;
}

.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%;
    padding: 5px 0px;
    margin: 0px;
	font-family: "Trebuchet MS", "Arial",sans-serif; 	
	font-size: 14px;
    text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
    display: inline;
}

.chromestyle ul li a{
    color: #FFFFFF;
	padding: 5px 7px;
    margin: 0px;
    text-decoration: none;
    border-right: 1px solid #264FCC;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

    background-image: url(Images/chromebg-over2.gif);
    background-position: top;
    background-repeat: repeat-x;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #ADAEB0;
	font-family: "Trebuchet MS", "Arial",sans-serif; 	
	font-size: 12px;
    z-index:100;
    background-color: #F4F4F4;
    width: 200px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 4px;
    text-align: left;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #EBE5E5;
}