
.chromestyle{
width: 100%;
font: bold 0.9em  Arial, Helvetica, sans-serif;
color:#000000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding:8px 0 8px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding:8px 14px 8px 14px;
margin: 0;
height:30px;
text-decoration: none;
border-right: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
font:bold 0.9em  Arial, Helvetica, sans-serif;
color: #FFFFCC;
}

.chromestyle ul li a:hover{
font:bold 0.9em  Arial, Helvetica, sans-serif;
color: #FFFFCC;
background:#3399FF url(../images/bg_banner1.gif);
padding:8px 14px 8px 14px;
margin: 0;
height:30px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color:#6D98C9;	
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
height:25px;
display: block;
text-indent: 3px;
border-bottom: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#ff6600;
height:25px;
}


.feature_photo{
	background-color:#f1f1f1;
	border:1px #999999 solid;
	width:112px; 
	float:left;
	height:100px;
	text-align:center;
	margin:3px 5px 3px 5px;
	padding:3px 3px 3px 3px;
}
.photo img{
	width:90px; 
	margin:5px 5px 4px 5px; 
	border:none;
 
}.photo h3{ 
	font: 0.7em Arial, Helvetica, sans-serif; 
	color:#990000; 
	text-align:center; 
	text-decoration:none; 
	margin:0 0 0 0; 
	width:80px; 
	height:15px; 
	float:left;
 
}.photo h4{ 
	font: 0.7em Arial, Helvetica, sans-serif; 
	color:#000000; 
	text-align:center; 
	float:left; 
	margin:0 0 0 -105px; 
	width:60px; 
	text-decoration:none; 
 
}
