.chromestyle{
	/* ackground: #686A83; /* --- SET BACKGROUND COLOR  --- */
	width: 750px; 			/* --- SET MENU BAR WIDTH  --- */
    height: 3.2em; 			/* --- SET MENU BAR HEIGHT  --- */
	float: none;
	
	color: White;        								/* --- SET FONT COLOR  --- */
 	font-family: Verdana, Arial, Helvetica, Sans-Serif; 	/* --- SET FONT FAMILY  --- */
	font-size: 1.2em;        							/* --- SET FONT SIZE  --- */
	font-weight: normal;        						/* --- SET FONT WEIGHT  --- */
	text-align: left;        							/* --- SET FONT ALIGN  --- */
	text-decoration: none;        					/* --- SET FONT DEC  --- */
	letter-spacing: 0px;        						/* --- SET FONT SPACING  --- */
	
	margin-left: 8px; 	/* --- MENU LEFT SPACING  --- */
	margin-right: 0px; 	/* --- MENU RIGHT SPACING  --- */
	
	border: 0px solid #231F20; 			/* --- MENU BORDER AND COLOR  --- */
	border-bottom: 0px solid #191970; 	/* --- MENU BORDER BASE AND COLOR  --- */
}

.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%;
/*background: url(chromebg.gif1) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	border-right: 1px solid #555; /* --- MENU  DIV LINE SETTING  --- */
    height: 1.9em; /* --- MENU  BAR HEIGHT  --- */
	color: #fff; /* --- FONT COLOR  --- */
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 8px;
	overflow: hidden;
	float: left;
}

.chromestyle ul li a:hover{
	/*background: url(chromebg-over12.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: #fff;
	background: Gray;
	text-decoration: underline;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*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 #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 1.2em Verdana, Arial, Helvetica, Sans-Serif;;
	line-height: 18px;
	z-index: 100;
	background-color: #050505;
	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 #555; /*THEME CHANGE HERE*/
padding: 7px;
text-decoration: none;
font-weight: normal;
color: White;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: White;
background-color: #050505;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
	color: White;
	background-color: Gray;
}