.chromestyle{width: 740px; font-weight: bold; padding-top: 20px;}
.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: 4px 0; margin: 0; text-align: right; /*set value to "left", "center", or "right"*/}
.chromestyle ul li{display: inline;}
.chromestyle ul li a{font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; text-transform: capitalize; color: #c52a00; margin: 0; text-decoration: none; font-size: 13px; border-right-width: 2px; border-right-style: dotted; border-right-color: #ff9800; background-image: url(../../images/thick-menu.png); background-repeat: no-repeat; background-position: left top; text-align: left; padding-top: 10px; padding-right: 6px; padding-bottom: 4px; padding-left: 6px; letter-spacing: -1px; font-weight: normal;}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #911F00; text-decoration: underline;}

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

.dropmenudiv{position:absolute; top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0px; font:normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height:18px; padding-right: 10px; padding-left: 5px; z-index:100; background-color: white; visibility: hidden; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #d0af63; border-left-color: #d0af63; border-top-width: 1px; border-top-style: solid; border-top-color: #d0af63;}
.dropmenudiv a{width: auto; display: block; text-indent: 5px; /*THEME CHANGE HERE*/ 
	padding: 2px 0; text-decoration: none; color: #A3601B; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C99B43;}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #BF3D00; text-decoration: underline; cursor: hand;}
