.chromestyle {
	/*width: 99%;*/
	width:704px;
	height:21px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.chromestyle a:hover, .chromestyle a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	padding:3px 0 0 0;
	opacity:0;
	filter:alpha(opacity=0);
	color:#eeeeee;
}

/* ######### Style for Drop Down Menu ######### */

/* Normal */
.dropmenudiv {
	position:absolute;
	top:0;
	margin-left:0;
	margin-top:-2px;
	padding:0;
	z-index:100;
	font-family:Trebuchet MS;
	font-size:10px;
	font-weight:normal;
	line-height:normal;
	visibility:hidden;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #6ba3d9;
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	display:block;
	color:#808080;
	text-decoration:none;
	background:#ffffff;
	border:1px solid #6ba3d9;
	border-top:none;
	border-bottom:none;
	padding:5px 10px 5px 12px;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color:#e1edf7;
}
/* Normal (end) */

/* Left */
.dropmenudivLeft {
	position:absolute;
	top:0;
	margin-left:0;
	margin-top:-2px;
	padding:0;
	z-index:100;
	font-family:Trebuchet MS;
	font-size:10px;
	font-weight:normal;
	line-height:normal;
	visibility:hidden;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #6ba3d9;
}
.dropmenudivLeft a:link, .dropmenudivLeft a:visited {
	display:block;
	color:#808080;
	text-decoration:none;
	background:#ffffff;
	border:1px solid #6ba3d9;
	border-top:none;
	border-bottom:none;
	padding:5px 10px 5px 6px;
}
.dropmenudivLeft a:hover { /*THEME CHANGE HERE*/
	background-color:#e1edf7;
}
/* Left (end) */

/* Right */
.dropmenudivRight {
	position:absolute;
	top:0;
	margin-left:-1px; /* Adjusts the dropdown for the last nav item */
	margin-top:-2px;
	padding:0;
	z-index:100;
	font-family:Trebuchet MS;
	font-size:10px;
	font-weight:normal;
	line-height:normal;
	visibility:hidden;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #6ba3d9;
}
.dropmenudivRight a:link, .dropmenudivRight a:visited {
	display:block;
	color:#808080;
	text-decoration:none;
	background:#ffffff;
	border:1px solid #6ba3d9;
	border-top:none;
	border-bottom:none;
	padding:5px 5px 5px 11px;
}
.dropmenudivRight a:hover { /*THEME CHANGE HERE*/
	background-color:#e1edf7;
}
/* Right (end) */

* html .dropmenudiv a { /*IE only hack*/
	/*width:90%;*/
	color:#eeeeee;
}
* html .dropmenudivLeft a { /*IE only hack*/
	/*width:90%;*/
	color:#eeeeee;
}
* html .dropmenudivRight a { /*IE only hack*/
	/*width:90%;*/
	color:#eeeeee;
}


