/* ######### Style for Drop Down Menu  Start ######### */


.dropmenudiv{
position:absolute;
width:210px;
top: 0;
border: 1px solid #5c5c5c; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #fcefa8;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

.dw1{
	width:170px;
}

.dw2{
	width:150px;
}



.dropmenudiv a{
display: block;
text-indent: 3px;
border-bottom: 1px solid #5c5c5c; /*THEME CHANGE HERE*/
padding: 2px;
text-decoration: none;
font-weight: normal;
color: black;
font-family:"MS Sans Serif", Arial, Helvetica, sans-serif;
font-size:12px;
}










* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c0f0c2;
}


/* ######### Style for Drop Down Menu  End ######### */