.chromestyle{
	width: 100%;
	font:normal 16px "Trebuchet MS";
	background-color:#000;
	text-transform: uppercase;
	padding-bottom:8px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 5px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: black;
padding: 6px 10px;
margin: 0;
background-color:yellow;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ background-color:red;color:white;/*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border-bottom-width: 0;*/
	font:normal 16px/18px "Trebuchet MS";
	z-index:1000;
	background-color:red;
	margin-top:-2px;
	margin-left:3px;
	width: 200px;
	visibility: hidden;
	filter: progid;
	text-transform: uppercase;
/*:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px; /*THEME CHANGE HERE*/
padding: 7px 0px;
text-align: left;
text-decoration: none;
color: #fbf1d6;
background-color:red;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ff5c00;
}
.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
	padding: 4px;
	text-align: justify;



}
.biggertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bolder;
	cursor: hand;
}

