.chromestyle{
	width: 99%;
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 110%;
	font-weight: bold; 
	color: #cbcbcb;
}

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

#signup a, #signup a:visited, #signup a:active {
	float: right;
	display: inline;
	margin: 20px 15px 0 0;
	padding: 0 0 0 0;
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 110%;
	font-weight: bold; 
	color: #cbcbcb;
}

#signup a:hover {
	color: #737373;
}

.chromestyle ul{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 20px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	margin: 20px 0 0 0;
}

.chromestyle ul li a, .chromestyle ul li a:visited, .chromestyle ul li a:active {
	padding: 4px 20px 0px 0px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #000;*/
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 110%;
	font-weight: bold; 
	color: #cbcbcb;
	text-decoration: none;	
}

.chromestyle ul li.letter a, .chromestyle ul li.letter a:visited, .chromestyle ul li.letter a:active {
	padding: 4px 20px 0px 100px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #000;*/
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 110%;
	font-weight: bold; 
	color: #cbcbcb;
	text-decoration: none;	
}

.chromestyle ul li a:hover{
	color: #737373;
}

.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;
	left: 0px;
	margin: 11px 0 0 -11px;
	padding: 0 10px 0 0;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 110%;
	line-height: 19px;
	z-index: 100;
	background-color: #3f0100;
	border-bottom: 7px solid #3f0100;
	width: 115px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#211306,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
	width: auto;
	top: 0px;
	left: -15px;
	display: block;
	margin: 0 0 2px 12px;
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 110%;
	font-weight: bold; 
	color: #cbcbcb;
	text-decoration: none;	
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #737373;
	font-size: 110%;
}

a:link.submenu, a:visited.submenu, a:active.submenu {
	font-size: 110%;
	font-weight: bold;
	color: #cbcbcb;
}

a:hover.submenu {
	font-size: 110%;
	font-weight: bold;
	color: #737373;
}