.chromestyle{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul{
	position: absolute;
	z-index: 1;
	border: 0px;
	width: 100%;
	height: 30px;
	background: url(images/nav-bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0px 0px 5px 14px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	left: 0px;
	top: 75px;
}

.chromestyle ul li{
display: inline;
padding: 0px;
}

.chromestyle ul li a{
color: #F1F1F1;
padding: 7px 14px 9px 14px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(images/item-primary-bg.gif) center center no-repeat; /*THEME CHANGE HERE*/
color: #494949;
}

/*.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*/
/*}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px "Times New Roman", Times, serif;
line-height:17px;
z-index:200;
background: url(images/item-primary-bg.gif) center center repeat-y;
background-color: orange;
width: 149px;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#EE9A00,direction=135,strength=3);
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
background: url(images/item-secondary-container-bg.jpg) center center repeat-y;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #F1F1F1;
width: 149px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 149px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(images/item-secondary-bg.jpg) center center repeat-y;
background-color: #F0F0F0;
color: #494949;
}

