.chromestyle{
top:0;
	/*width: 944px;*/
	/*
	font-family:"Times New Roman", Times, serif;	
	font-size:14px;
	*/
	/*
	font-family:"Goudy Old Style";
	font-size:15px;
	*/
	/*
	font-family:Tahoma;	
	font-size:13px;	
	font:1.2em tahoma, arial, helvetica, sans-serif;		
	*/
	font:1.2em tahoma, arial, helvetica, sans-serif;	
	font-weight: bold;		
	text-transform:uppercase;
}

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

.chromestyle ul{
	/*border: 1px solid #ff0000; /* CHANGE MENU BORDER COLOR HERE*/
	width: 100%;
	/*background-image:url(../images/menu.jpg);*/
	/*background-repeat:repeat-x;*/
	background-color:#000000; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin:0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	/*color: #CC9933;*/ /* CHANGE LINK COLOR HERE*/
	color: #CC9933; /* CHANGE LINK COLOR HERE*/
	padding: 4px 10px; /* CHANGE SPACE BETWEEN THE LINKS HERE*/
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*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*/
	color:#FFFFFF;
	/*background-color:#CC9933;*/ /* CHANGE HOVER BACKGROUND HERE*/
	background-color:#000; /* CHANGE HOVER BACKGROUND HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #FFF;*/ /*THEME CHANGE HERE*/
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	z-index:100;
	background-color:#000000;
	width: 200px;
	visibility: hidden;
	/*filter: progid: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;
	/*border-bottom: 1px solid #FFF;*/ /*THEME CHANGE HERE*/
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	/*font-weight: bold;*/
	/*color: #CC9933;*/
	color: #CC9933;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	/*
	background-color: #CC9933;
	color: #FFFFFF;
	*/
	background-color: #000;
	color: #FFFFFF;
}

.dropmenudivx{
	position:absolute;
	top: 0;
	/*border: 1px solid #FFF;*/ /*THEME CHANGE HERE*/
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	z-index:100;
	/*background-color:#551F00;*/
	background-color:#333;	
	width: 200px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudivx a{
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #FFF;*/ /*THEME CHANGE HERE*/
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	/*font-weight: bold;*/
	/*color: #CC9933;*/
	color: #CC9933;
}

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

.dropmenudivx a:hover{ /*THEME CHANGE HERE*/
	/*
	background-color: #CC9933;
	color: #FFFFFF;
	*/
	background-color: #000;
	color: #FFFFFF;
}
