#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	width: 744 px;
	padding-left: 30;
	margin: 0;
	float: none;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #CCCCCC;
	padding: 6px 20px;
	text-decoration: none;
	font-size: small;
	text-align: left;
}

#chromemenu ul li a:hover{
color: #CCCCCC;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 43px;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal small/18px Verdana;
	z-index:100;
	background-color: #FFFFFF;
	width: 200px;
	text-align: left;
	left: 515px;
	height: -1px;
	overflow: visible;
	visibility: hidden;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #59001C;
	font-size: x-small;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #CCCCCC;
	text-decoration: none;
}
.HomeBackground .newinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF3366;
}

