.droptable
{	text-color:white;
	text-align:center;
	background-color:#686B72;
	FILTER:progid:DXImageTransform.Microsoft.dropShadow( Color=DDDDDD,offX=1,offY=1,positive=true); 
	FILTER:progid:DXImageTransform.Microsoft.Fade(overlap=.5,enabled=0,Duration=0.50);
}

.chromestyle{
	color:black;
    vertical-align: middle;
	font-weight: bold;
	font-size:11pt;
	font-family: ËÎÌå,Times New Roman, Times,serif;
}

.chromestyle  a{
    color: black;
	font-weight: bold;
	font-size:11pt;
	font-family: ËÎÌå,Times New Roman, Times,serif;
    margin: 0;
    text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px Verdana;
z-index:100;
visibility: hidden;
margin:-26px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
  color:yellow;
}

