.chromestyle{
background-color: #FAA660;
	height: 28px;
	width: 961px;
	border: 1px solid #EFEFEF;
	background-image: url(../../../images/addimages/navlist.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	
}

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

.chromestyle ul{

}

.chromestyle ul li{
	
display: inline;
}

.chromestyle ul li a{
display: block;
	color: #FFFFFF;
	font-family: Arial, "";
	font-size: 14px;
	font-weight: bold;
	width: 11%;
	float: left;
	text-align: center;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../../../images/addimages/navlist2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.chromestyle ul li a:hover{
display: block;
	color: #FFFFFF;
	font-family: Arial, "";
	font-size: 14px;
	font-weight: bold;
	width: 11%;
	float: left;
	text-align: center;
	height: auto;
	padding-top: 8px;
	padding-bottom: 6px;
	background-image: url(../../../images/addimages/navlist2.gif);
	background-repeat: no-repeat;
	background-position: right top; /*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.chromestyle ul li a:visited {
	display: block;
	color: #FFFFFF;
	
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
text-align:left;
position:absolute;
top: 0;
border: 1px solid #FF9900; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
	background-image: url(../../../images/addimages/xl_bg.jpg);
width: 160px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FF9900; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
}
.dropmenudiv a:visited {
	display: block;
	color: #FFFFFF;
	
}