body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
.maintext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #FFFFFF; text-decoration: none}
.subheads { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF; text-decoration: none }
.subheads1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF; text-decoration: none }
.tablecol1 { background-color: #0078B9}
.tablecol2 { background-color: #00659B}
.headings { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF; text-decoration: none }
.links { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.newsletter1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20pt; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF; text-decoration}
.newsletter2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF; text-decoration}
.newsletter3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF; text-decoration}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li.parent { /* top list items */
	float: left;
	margin-right: 5px;
	/*width: 25px; /* width needed or else Opera goes nuts */
}

#nav li.parent ul { /* second-level lists */
	position: absolute;
	background: rgb(0,75,114);
	border-bottom: 1px rgb(50,186,255) solid; 
	padding: 5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#layer-5 {
	clear: left;
}

/*end new nav*/

#menu {
	height: 56px;
	padding-top: 5px;
	border: none;
	position: absolute; 
	top: 106px;
	left:161px ;
	z-index:10;
	}
#menu li a {
	background-image: url('img/menu_icon.gif');
	background-repeat: no-repeat;
	background-position:0px 4px;
	vertical-align: top;
	padding-left: 12px;
	margin: 0px;
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: 900;
	font-family: arial, tahoma, verdana;
	text-transform: capitalize;
	}
#menu li a:hover {
	color: rgb(0,138,209);
	}
	
#footer {background-color: #0078B9; padding: 4px; color: rgb(255,255,255);}
#footer a {color: rgb(169,236,250); text-decoration: none; font-weight: bold;}
#footer a:hover {color: rgb(255,255,255);}

.discount {
background-color: rgb(0,117,176); border: 1px rgb(149,216,250) solid;
color: rgb(255,255,255);
padding: 3px;
}

td {
	padding: 1px 5px;
}
td.subheads, td.subheads a.links {font-size: .9em; text-decoration: none;}
.tooltip {
	padding: 10px;
	background-color: rgb(0,143,216);
	border: 2px #ffffff solid;
	display: none;
	}
	
.vehtip {
	position: absolute;
	top: 130px;
	left: 150px;
}

.disctip {
	position: absolute;
	left: 215px;	
}
.tooltip td {
	vertical-align: top;
}
a img {border: none;}