.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{
    
    background: url(/images/bg_content.gif) repeat-x; 
    padding: 4px 0;
    margin: 0;
    text-align: center; 
}

.chromestyle ul li{
	padding:0 5px 0 0; margin: 0;
    display: inline;
	border-left: 1px dotted #9AB3CC; 
	text-align: left;
}

.chromestyle ul li a{
    color: #369;   
    margin: 0; padding: 4px 10px;
    text-decoration: none;
}

.chromestyle ul li a:hover{
    background: #fff center center repeat-x; text-decoration: none;
	/*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*    content: " v";*/
    /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */


.dropmenudiv{
    position:absolute;
    top: 0;
    border-left: 1px solid #9AB3CC; 
	border-right: 1px solid #9AB3CC; 
    border-bottom: 1px solid #9AB3CC;
    font:normal 11px Arial;
    line-height:18px;
    z-index:100;
    background-color: white;
    width:150px;
    visibility: hidden;
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    /*THEME CHANGE HERE*/
    padding: 2px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #369;
}
.dropmenudiv a:hover{
	background:#ECF4F6;
    text-decoration: none;
    color: #369;
}

/** html .dropmenudiv a{ IE only hack
    width: 100%; color: #369; text-decoration: none;
}*/

/*.dropmenudiv a:hover{ THEME CHANGE HERE
    background-color: #fff;
}*/
