﻿.chromestyle{
	width: 900px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-right: auto;
	margin-left: auto;
}

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

.chromestyle ul{
	padding: 11px 0 11px 0;
	background-position: center;
	width: 900px;
	background: url('../images/menuBG_SOOJ.jpg') center center;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	background-repeat: repeat-x;
	z-index: auto;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #7C5329;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #7C5329;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #3F2914;
	padding: 11px 10px 11px 10px;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	/*script dynamically adds a class of "selected" to the current active menu item*/
background-position: center center;
	background: url('../images/menuBG-sooj-hover.jpg') center
center;
	background-repeat: repeat-x;
}

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

.dropmenudiv{
	position: absolute; /*THEME CHANGE HERE*/;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 16px;
	z-index: 100;
	background-color: #514a3e;
	width: 150px;
	color: #000000;
	visibility: hidden;
	border-color: #cbc7bf;
	border-style: solid;
	border-width: 1px 1px 10px;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 2px;
	
}

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

.dropmenudiv a:link {
	color: #514a3e;
	font-weight: normal;
	text-decoration: none;
	background-color: #FAF3ED;
	display: block;
	padding: 2px 0 2px 13px;
}

.dropmenudiv a:visited {
	color: #514a3e;
	font-weight: normal;
	text-decoration: none;
	background-color: #f7f6f2;
	display: block;
	padding: 2px 0 2px 13px; }

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
color: #000;
	background-color:#CBC7BC; }

.dropmenudiv a:active {
	color: #514a3e;
	font-weight: normal;
	text-decoration: none;
	background-color: #f7f6f2;
	display: block;
	padding: 2px 0 2px 13px; }







