.chromestyle{
	background-color: #000;
	height: 30px;
	padding: 10px 0 0 0;
	margin: 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: none;
	width: 100%;
	padding: 6px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	padding: 6px 12px;
	margin: 0 -4px 0 0;
	text-decoration: none;
	border-right: none;
}

.chromestyle ul li a.lastlink {
	border-right: none;
}

.chromestyle ul li a:hover{
	text-decoration: underline;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: none; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #000;
	width: 150px;
	font-size: 11px;
	visibility: hidden;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;

}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color: #FFF;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
	color: #FFF;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
	color: #FFF;
}

.dropmenudiv a:active{ /*THEME CHANGE HERE*/
	color: #FFF;
}

.green_b {
	font-weight: bold;
	color: #005221;
	line-height: normal;
}
.red_b {
	font-weight: bold;
	color: #660000;
	line-height: normal;
}
.grey_it {
	font-weight: normal;
	color: #666666;
	line-height: normal;
	font-style: italic;
}
.grey {
	color: #666;
}
.red {
	color: #600;
}
.special {
	background-color: #000;
	padding: 10px;
	width: 100%;
	font-size: 18px;
	color: #FFF;
}
.special h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	margin-bottom: 0px;
}

