.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 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 ######### */
.dropmenudiv{
	position:absolute;
	top:0;
	z-index:100;
	width:180px;
	visibility:hidden;
	border:0;
	margin-right:1px;
}
.dropmenudiv a:link, .dropmenudiv a:visited{
	display:block;
	padding:6px 0px 6px 13px;
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
	line-height:auto;
	background:#64afe7;
	width:167px;
}
* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
	color:#eeeeee;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:#83bfec;
}

/* Last menu item */
#dropmenu103 {
	margin-left:-46px;
}