#gas  { margin-left:-3px; }

.chromestyle {
	font: 11px verdana;
	text-align: center;
	background-color:#FFF;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
text-align: center;
margin: 0px;
}
.chromestyle ul li{
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}
.chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:active, {
	color: #FFF;
	font-weight: normal;
	border-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.chromestyle ul li a:hover{
	color: #646466;
	font-weight: normal;
	border-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.chromestyle ul li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0px;
	margin-top: 0px;
	line-height:14px;
	z-index:100;
	background-color: #505052;
	visibility: hidden;

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CFCFCF,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
	margin-left: 5px;
}
.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active, {
	border-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	display: block;
	text-indent: 3px;
	padding: 3px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: solid 1px #646466;
}
.dropmenudiv a {
	display: block;
	text-indent: 0px;
	padding: 4px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{
	background-color: #ffcc00;
	border-bottom: 1px solid #19466D;
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
