.chromestyle{
    clear: both;
    background: url('../images/bg_menu copy.gif') top center no-repeat;
    color: #CB7C44;
	margin-top: 0;
	padding: 10px;
    height: 20px;
}

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

.chromestyle ul{
    color: #BBA576;
	margin: 0;
	padding: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 2px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover {
	color: #000;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* 2 - admin menu */
.chromestyle2{
    clear: both;
	border-top: 2px solid #FFFFCC;
	background: #FFF;
	border: 1px solid #ccc;
    color: #CB7C44;
    height: 20px;
    padding: 10px;
}

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

.chromestyle2 ul{
    color: #BBA576;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
display: inline;
}

.chromestyle2 ul li a{
	color: #494949;
	padding: 4px 2px;
	margin: 0;
	text-decoration: none;
}

.chromestyle2 ul li a:hover {
	color: #000;
}

.chromestyle2 ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	background: #CB7C44 url('../images/dropdown_bg.gif') top left repeat-y;
	z-index:100;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #e5aa80; /*THEME CHANGE HERE*/
	padding: 2px 3px;
	text-decoration: none;
	color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #333;
	background-color: #e5aa80;
	font-weight: bold;	
}
