
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: ".";
display: block;
clear: both;
visibility: hidden;
}




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

.dropmenudiv1, .dropmenudiv2, .dropmenudiv3{
	position:absolute;
	top: 0;
	left:0;
	border-bottom-width: 0;
	line-height:30px;
	z-index:100;
	visibility: hidden;
	background: #4db4ee;
	width: 300px;
	margin: 26px 0 0 0;
}





.dropmenudiv1 a, .dropmenudiv2 a, .dropmenudiv3 a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 5px 10px;
	text-decoration: none;
	font-size:15px;
	color: #ffffff;
}


.dropmenudiv1 a:hover, .dropmenudiv2 a:hover, .dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
background-color: #0f738a;

}


* html .dropmenudiv1 a, * html .dropmenudiv2 a, * html .dropmenudiv3 a { /*IE only hack*/
		width: 1000px;

}








