/* Style of Main Buttons */
.chromestyle a{
width: 100%;
text-decoration: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 13pt;
font-weight: bold;
color: #3d68a3;
}
.chromestyle a:hover{
width: 100%;
text-decoration: none;
color: #990000; 
}




/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top-margin: 120px;
font-family: Arial, sans-serif;
	line-height:13px;
	z-index:100;
	width: 400px;
	visibility: hidden;
/*	background:#FFFFFF */

}


.dropmenudiv a{
font-family: Helvetica, Arial, sans-serif;
font-size: 12pt;
display: block;
/* border-bottom: 1px solid #dddddd; */
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #555555;
}

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

.dropmenudiv a:hover{ /*Background of main buttons*/
color: #990000;
}