/*#chromemenu { margin: 53px 0 0 0; padding: 0 0 0 0;} ORIGINAL */
#chromemenu { margin: 11px 0 0 0; padding: 0 0 0 0;}
.chromestyle { width: 675px; margin: 0; padding: 0; float: right;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block;  height: 0; clear: both; visibility: hidden;}

.chromestyle ul { 
	height: 32px;
	width: 100%;; 
	background-image:url(../imgs/navbck.gif); 
	background-position:bottom; 
	background-repeat: repeat-x; 
	/*THEME CHANGE HERE*/ 
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	text-align: center; /*set value to "left", "center", or "right"*/
}
/*.chromestyle ul li { padding: 0; margin: 0; float: left; display: inline; }*/
.chromestyle ul li { padding: 0; margin: 0; float: right; display: inline; }
.chromestyle ul li img { vertical-align: text-bottom; }
.chromestyle ul li a { display: block; padding: 0; text-decoration: none; color: black; }
.chromestyle ul li a:hover {padding: 0; margin: 0 0 0 0; }
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../imgs/navbck1.gif) left repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FF6633; /*THEME CHANGE HERE*/
margin-top: 2px;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 25px;
height: 25px;
z-index:100;
background-color: #f67f2b;
width: 200px;
visibility: hidden;
text-align:left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-top: 1px solid #efa571;
border-left: 1px solid #efa571;
border-bottom: 1px solid #FF6633; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: ;
color: white;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ff6633;
color: black;
}