/* ######### Style for Horizontal Menu ######### */
.chromestyle{
height:29px;
width:1000px;
font: bold 11px Tahoma,Arial,Verdana;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 7px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 4px  4px 7px;
margin: 0;
text-decoration: none;
background: url(../home/images/menudiv.jpg) no-repeat left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.current, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../home/images/menudiv.jpg) no-repeat left; /*THEME CHANGE HERE*/
color: #ee0807;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position: absolute;
	top: 5px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 11px Tahoma,Arial,Verdana;
	line-height: 18px;
	z-index: 300;
	background-color: #F1F1F1;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=180,strength=6); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{
	width: auto;
	display:  block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
	text-decoration: none;
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	background-color:#f98b75;
	text-decoration: none;
}
.fjdpth1
{
	color: #494949;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	height: 20px;
	background-color: #f2f1f1;
	text-transform: uppercase;
}
.fjdpth2
{
	color: #494949;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	height: 20px;
	background-color: #faf9f9;
} 