.chromestyle
{
	width: 100%;
	font-weight: lighter;
	font-family: Helvetica;
	font-size: 11px;
	color: #CCCCCC;
	border: 1px solid #999999;
	text-align: left;
	line-height: 16px;
}
.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%;
/*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left;
/*set value to "left", "center", or "right"*/
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center center;
}
.chromestyle UL LI
{
	display: inline;
}
.chromestyle UL LI A
{
	color: #666666;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}
.chromestyle UL LI A:hover
{
	background-color: #F4F4F4;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
}
/*######### Style for Drop Down Menu #########*/
.dropmenudiv
{
	position: absolute;
	top: 0;
	border: 1px solid #BBB;
/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height: 30px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 230px !important;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
/*Add Shadow in IE. Remove if desired*/
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #000099;
}
.dropmenudiv A
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #999999;
	font-family: Helvetica;
	font-size: 11px;
	text-transform: uppercase;
}
* HTML .dropmenudiv A
{
/*IE only hack*/
	width: 100%;
}
.dropmenudiv A:hover
{
/*THEME CHANGE HERE*/
	background-color: #115C83;
	color: #FFFFFF;
}

