/*head_menu*/
#chromemenu{
color:#fffff;
}
#chromemenu a{
color:#ffffff;
font-weight:bold;
}


#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
line-height:23px;
top: 0px;
left:0px;
/*border: 0px solid #B5E2FE; /*Theme Change here*/
border-bottom-width: 0;
z-index:100;
visibility: hidden;
font-family:"ËÎÌå";
font-size:12px;
color:#014493;
font-weight:lighter;
text-align:left;

}

.dropmenudiv a{
text-decoration: none;
line-height:23px;
font-family:"ËÎÌå";
font-size:12px;
color:#014493;
font-weight:normal;

}

.dropmenudiv a:hover{ /*Theme Change here*/
font-family:"ËÎÌå";
font-size:12px;
color:#014493;
font-weight:normal;

}


