/* ######### Style for Horizontal Menu ######### */
.chromestyle{
height:30px;
width:955px;
font: 14px Arial,Tahoma, Verdana;
overflow:hidden;
background:url(../images/bg-box.gif); border:1px solid #2A6592; -moz-border-radius-bottomright:10px; -webkit-border-bottom-right-radius:10px; border-radius:0 0 10px 10px; position:relative;
margin-bottom:10px;
}

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

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #e9e605;
padding:1px 6px;
margin: 0;
text-decoration: none;
background: url(../images/navbardiv.gif) 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(../images/navbardiv.gif) no-repeat left;color: #fff;
}


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

.dropmenudiv
{
	position: absolute;
	top: 5px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Arial,Tahoma,Verdana;
	line-height: 18px;
	z-index: 300;
	background-color: #ffffff;
	width: auto;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=180,strength=6); /*Add Shadow in IE. Remove if desired*/
	margin-top:3px;
}


.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: #1b1b1b;
	padding: 5px;
}

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

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	color: red;
	background-color:#fff;
	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;
} 