.chromestyle{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#righttext a {
	color: #666666;
	text-decoration: underline;
}

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

.chromestyle ul{
	margin: 0; /*set value to "left", "center", or "right"*/
	background-color: #B2B4B4;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 25px;
}
.footerlight {
	color: #999999;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding-right: 14px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0;
	padding-right: 6px;
	padding-left: 6px;
	display: inline;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color: #c9cacb;
}
.chromestyle ul li a.active {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBB;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	color: #333333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #E0E0E0;
}
#chromemenu {
	padding-top: 60px;
	width: 100%;
	padding-bottom: 15px;
}
.please {
	font-size: 13px;
	color: #FFFFFF;
	padding: 10px 0px 5px 20px;
}

