/*ul, li{ margin:0px 0px 0px 0px; padding:0px;}*/

.chromestyle {
	width:auto;
	/*font-weight: bold;*/
	margin:0px;
	padding:0px;
	background:url(../images/top-nav.gif) repeat-x top;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	/*
border: 0px solid #BBB;
width: 100%; height:22px;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
	margin:0px;
	padding:0px;/*text-align: right; /*set value to "left", "center", or "right"*/
	
}
.chromestyle ul li {
	display: inline;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

.chromestyle ul li img {
}
.chromestyle ul li a {
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
	margin: 0;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	/*border-left:1px solid #C7C8AA; THEME CHANGE HERE*/
/*letter-spacing:0.03em;*/
 font-family:Trebuchet MS;
}
.chromestyle ul li a:hover {
	/*background: url(chromebg2-over.gif) center repeat-x;*/
 text-decoration:none; /*THEME CHANGE HERE*/
}
.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;
	margin-top:5px;
	border: 1px solid #D88630; /*THEME CHANGE HERE*/
	border-top: 0px; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:16px;
	z-index:100;
	background-color:#FFFFFF;
	width: 175px;
	visibility: hidden;
	

}
.dropmenudiv a {
	width:100%;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #D88630; /*THEME CHANGE HERE*/
	text-decoration: none;
	font-weight: normal;
	color: #4c0d03;
	padding:2px 0px 2px 0px;
	text-transform:capitalize;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F7EEDF;
	color:#4c0d03;
	text-decoration: none;
	font-weight: normal;
}
