#chromemenu {
	overflow:hidden;
	padding:0;
	margin:0;
	
	width:100%;
}
#chromemenu div {
	float:left;
	
}
#chromemenu div a {
	display:block;
}
#chromemenu div img {
}




.chromestyle{
	width:100%;
}
.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-top:0;padding-top:3px;
	_padding-top:3px;*/
	opacity:0;
	filter:alpha(opacity=0);
	color:#eeeeee;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top:0;
	z-index:100;
	visibility:hidden;
	width:153px;
	border:none;
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size:12px;
	color:#eaefe4;
	background-position:3px 0px;

	/*background-color:#ffffff;*/
	_margin-top:-4px;
	margin-left:0px;
	margin-top:3px;
	*margin-top:3px;
	
	border-top:none;
}

.dropmenudivTop{
	position:absolute;
	top:0;
	z-index:101;
	visibility:hidden;
	width:153px;
	border:none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:10px;
	/*background:url('https://www.wmgonline.org/images/1/ddMnuBG.png') repeat-y;
	background-position:-3px 0px;*/
	background-color:#786753;
	color:#ffffff;
	font-weight:bold;
	margin-top:3px;
	*margin-top:0px;
	/*margin-top:3px;margin-left:-3px;_margin-top:-4px;*/
	
	
	
	
}



.dropmenudivTop a:link, .dropmenudivTop a:visited {
	display:block;
	padding:5px 6px 5px 8px;
	text-decoration:underline;
	color:#ffffff;
	font-size:10px;
	line-height:auto;
	width:115px;
}
.dropmenudivTop a:hover{
	display:block;
	padding:5px 6px 5px 8px;
	text-decoration:none;
	color:#ffffff;
	font-size:10px;
	line-height:auto;
	width:115px;
	
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	display:block;
	padding:8px 6px 6px 24px;
	text-decoration:none;
	
	line-height:auto;
	border-bottom:dashed 1px #95856b;
	
	background:url(../../images/template/flyoutBullet.gif) no-repeat;
	background-position:16px 14px;
	background-color:#786753;
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size:12px;
	color:#eaefe4;
}

.ddmiddle2 a:link, .ddmiddle2 a:visited {

	background-color:#b97632;

}

 

.dropmenudiv a:hover{
	display:block;
	padding:8px 6px 6px 24px;
	text-decoration:none;
	
	line-height:auto;
	
	background:url(../../images/template/flyoutBullet.gif) no-repeat #995e2c;
	background-position:16px 14px;
	/*background-color:#dff2f9;*/
	background-color:#995e2c;
}


* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
	color:#eeeeee;
}
* html .dropmenudivTop a{ /*IE only hack*/
	width:100%;
	color:#ffffff;
}
/*
.dropmenudiv a:hover{ THEME CHANGE HERE
	background:#cff2ff url('https://www.wmgonline.org/images/1/arrowGold.gif') no-repeat 8px 12px;
}*/

/* Last menu item */
#dropmenu112 {
	margin-left:-45px;
}
.dropmenudiv a.first 
{
	background:url('https://www.wmgonline.org/images/1/ddMnuTop.gif');
	background-repeat:no-repeat;
	height:20px;
	padding-top:20px;
	border-top:none;
	
}
.dropmenudiv a.first:hover 
{
	background:url('https://www.wmgonline.org/images/1/ddMnuTopOver.gif');
	background-repeat:no-repeat;
	height:20px;
	/*background-color:#dff2f9;*/
	background-color:#ffffff;
	padding-top:20px;
}

.ddMenuBtm{
	width:153px;
	height:7px;
	background:url(../../images/template/flyoutBottom.png);
}

.ddMenuBtm2{
	width:153px;
	height:7px;
	background:url(../../images/template/flyoutBottom2.png);
}