﻿.chromestyle {
	width: 99%;
}
.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%;
	padding:0px;
	text-transform:uppercase;
 
	margin: 0px 0px 0px 0px;
/*	background: url(chromebg.gif) center center repeat-x;
THEME CHANGE HERE*/padding: 0px 0px 0px 0px;
 /*set value to "left", "center", or "right"*/;

	border-top: 0px rgba(137, 117, 100, 0.3) solid;
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: white;	
	padding: 5px 7px;
	font-size:12px;
	margin: 0px 15px;
	border-right:1px #3d3d3d dotted;
	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*/
		background: #ffcc00;
		color:black	;

 /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 0px;
	font: normal 13px arial;
	line-height: 18px;
	z-index: 100;
	background:#ffcc00;
	width: 200px;
	visibility: hidden;
	margin-bottom:-5px;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 6px;
	border-bottom: 1px #fde584 solid;
	padding: 2px 0;
  text-align:left;
	text-decoration: none;
	color: #000;
}
* html .dropmenudiv a {
	/*IE only hack*/
width: 100%;
	color: white;
}
.dropmenudiv a:hover {
	/*THEME CHANGE HERE*/
	color:#fff;
background: #49494b;
}
