/* Style of Main Buttons */
.chromestyle a{
width: 100%;
font-weight: bold;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
background: url(chromebg.gif) center center repeat-x;
font-size: 12px;
color: #EEEEEE;
}
.chromestyle a:hover{
width: 100%;
font-weight: bold;
text-decoration: none;
background: #000000;
}




/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top-margin: 120px;
	border: 1px solid #dddddd;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:13px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #dddddd; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

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