@charset "utf-8";
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle: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;
	top: 0;
	font:normal 13px Arial;
	z-index:100;
	display:block;
	visibility: hidden;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	width: 123px;
	border-top:1px solid #b3d2db;
	border-left:1px solid #b3d2db;
	}

.dropmenudiv a{color: #000000;text-decoration:none; background:#e9f2f4; display:block; width:120px; height:20px;	border-bottom:1px solid #b3d2db;border-right:1px solid #b3d2db; text-align:center;}

/*THEME CHANGE HERE*/

.dropmenudiv a:link {
	text-decoration: none;
}
.dropmenudiv a:visited {
	text-decoration: none;
}
.dropmenudiv a:hover {color: #000000;text-decoration:none;background:#d8e3ff;
}
.dropmenudiv a:active {
	text-decoration: none;
}
