.chromestyle{
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	color: #a49495;
	text-decoration: none;
}

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

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	padding: 3px 0;
	margin: 0;
	text-decoration: none;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	text-decoration: none;
	background-image:url('../images/design/menu_dots.gif');
	background-repeat:no-repeat;
	background-position:10px 4px;
	padding-left:25px;
	padding-right:10px;
}

.chromestyle a:link{
	color: #fff;
	text-decoration: none;
}

.chromestyle a:visited{
	color: #fff;
	text-decoration: none;
}

.chromestyle a:hover{
	color: #e3680f;
	text-decoration: none;
}

.chromestyle ul li a{
	color: #fff;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration: none;
}

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

.dropmenudiv{
	text-decoration: none;
	position:absolute;
	top: 0;
	border: 1px solid #333; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #111;
	width: 200px;
	visibility: hidden;
 if desired*/
}


.dropmenudiv a{
	text-decoration: none;
	width: auto;
	display: block;
	text-indent: 6px;
	border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #ccc;
}


.dropmenudiv a:link{
	color: #ccc;
	text-decoration: none;
}

.dropmenudiv a:visited{
	color: #ccc;
	text-decoration: none;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #111;
	background-color: #e3680f;
}