 
#font { font-size:24px;
 }

.chromestyle{
	width:99%;
	color:#333333;
	font-size: 12pt;
}

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

clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;

padding: 4px;
margin: 0px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #CCCCCC;
padding:0;
margin: 0;
margin-top:5px;
text-decoration: none;
}

.chromestyle ul li a:hover{
 /*THEME CHANGE HERE*/
color:#8C8C8C;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";

}


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

.dropmenudiv{
	width: 300px;
	float:left;
	position:absolute;
	margin-top:13px;
	top: -6px;
	border: none; /*THEME CHANGE HERE*/
	font-size:10px;
	line-height:10px;
	
	visibility: hidden;
	text-align:left;
	height: 57px;/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	

}


.dropmenudiv a{
display: block;
padding: 2px 10px 2px 2px;
float:left;
text-align:left;
text-decoration: none;
background:url(../images/arrow_list.png) no-repeat 1px 2px; padding-left:20px; padding-right:10px; color:#33CCFF; text-decoration:none;
font-weight: bold;
color: #00A2EB;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color:#cccccc}
