/*Services sub nav text*/
#subNavText ul {
	margin-left:-30px;
	margin-top:-15px;
}
#subNavText li {
	margin:0px;
	list-style:none; 
	float:left;
	display:block;
	text-align:left;
	width:170px;
	margin-right:17px;
	color:#999;
}

#subNavText a {
	color:#999;
	text-decoration:none;
}

#subNavText a:hover {
	color:#000;
	text-decoration:none;
}



/*Quote Request*/
#quoterequest {
	margin:35px 30px 0 0;
	float:right; 
	color:#00F; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; font-weight:bold;
}

#quoterequest a{
	text-decoration:none;
}


/*TOP NAVIGATION CODE*/
ul.topNav {
	list-style-type:none; 
	margin-top:0px;
	margin-bottom:0px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px; 
	float: right; 
	padding-right:75px; clear:right;
}

ul.topNav li {
	width: 132px;
	height:25px;
	float:left;
	display:block;
	margin-top:6px;
	margin-right:5px;
	text-align:center; 
	padding:15px 10px 0px 10px;
}

ul.topNav li:hover {
	background:#CCC;
}

#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

ul.topNav a {
	margin-right: 5px;
	text-decoration:none;
	color:#000;
}

ul.topNav a:hover {
	
}

/*DROP DOWN MENU STYLES*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav a {
	display:block;
}

#nav li { /* all list items */
	float: left;
	width: 7em;  /*width needed or else Opera goes nuts */
}

#nav li ul {  /*second-level lists */
	position:absolute;
	background: #57819e; 
	left: -1999px; 
	z-index:10; 
	padding-left:0px;
	height:0px; 
	/*filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95; */
	margin:13px 0 0 -10px;
	
	/*position:absolute;
	border-top:solid 11px #545456;
	background: #545456;
	left: -999px;*/
}

#nav li ul a { /* second-level lists */
	padding-top:3px;
	padding-bottom:5px; 
	color:#ffffff; 
	font-size:11px;
	font-weight:bold;
}
#nav li ul a:hover { /* second-level lists */
	text-decoration:none;
	color:#FFFFFF;
/*	background:#000000;*/
}
#nav li ul li { /* second-level lists */
	width:105px;
	padding:0px 10px 0px 23px;
	border:#FFFFFF; 
	background: #666;
	border: none;
	height:35px; 
	line-height:25px;
	text-align:left; 
	margin-top:0px;
}

#nav li ul li:hover { /* second-level lists */
	background: #333; 
}

#nav li:hover ul {
	position:relative;
	left: auto;
}

#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Start IE6 Code */

* html #nav li.sfhover {
	background:#CCC;
}

* html #nav li.sfhover ul {
	left:auto;
	/*margin-left:-50px;*/
	background:none;
}

* html #nav li.sfhover ul.nav_aboutus {
	left:auto;
	margin-left:-46px;
}

* html #nav li ul li.sfhover {
	background:#000;
}