@charset "UTF-8";

/** 
 * Default Ultimate Linear CSS Drop-Down Menu Theme
 *
 * @file		default.ultimate.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 */

@import "default.css";


/*-------------------------------------------------/
 * @section		Base Style Extension
 */

ul.dropdown a,
ul.dropdown span {
 display: block;
height:37px;
}



/*-------------------------------------------------/
 * @section		Base Style Override
 */

ul.dropdown li {
 padding: 0;
 border: none;
}

ul.dropdown ul a,
ul.dropdown ul span {
 padding: 0px;
}



/*-------------------------------------------------/
 * @section		Base Style Reinitiate: post-override activities
 */





/*-------------------------------------------------/
 *	@section	Custom Styles
 */

ul.dropdown li {
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 background: url(images/grad2.png) 0 100% repeat-x;
 color: #000;
}

ul.dropdown li a:active {
 background: url(images/grad1.png) repeat-x;
}


/* Non-first level */

ul.dropdown ul {
 margin-top: 0;
}

	ul.dropdown ul li {
	z-index:1002;
	}

	ul.dropdown ul li.hover,
	ul.dropdown ul li:hover {
	}

	ul.dropdown ul li.forestry{
	 width: 130px;	
	 height:37px;
	 background: url(images/forestry.gif);
	}
	
	ul.dropdown ul li.propane{
	 width: 130px;	
	 height:37px;
	 background: url(images/propane.gif);
	}


	ul.dropdown ul li:hover.forestry{
	 width:130px;	
	 height:37px;
	 background: url(images/forestry.gif);
	 background-position:0px -37px;
	}
	
	ul.dropdown ul li:hover.propane{
	 width: 130px;
	 height:37px;	 
	 background: url(images/propane.gif);
     background-position:0px -37px;
	}


/* Mixed */

ul.dropdown li a,
ul.dropdown *.dir {
z-index:1001;
}

/* Custom ul Classes */
ul.dropdown .mhome {
 background: url(images/home.gif);
 height:37px;
 width:80px;
 }

ul.dropdown .maboutus {
 background: url(images/aboutus.gif);
 height:37px;
 width:125px;
 }

ul.dropdown .mpersonal {
 background: url(images/personal.gif);
 height:37px;
 width:185px;
 }

ul.dropdown .mcommercial {
 background: url(images/commercial.gif);
 height:37px;
 width:195px;
 }

ul.dropdown .mspecialties {
 background: url(images/specialties.gif);
 height:37px;
 width:130px;
 }

ul.dropdown .mcontactus {
 background: url(images/contactus.gif);
 height:37px;
 width:130px;
 }

/*  Hover   */
ul.dropdown li:hover.mhome {
 background: url(images/home.gif);
 background-position:0px -39px;
 height:37px;
 width:80px;
}

ul.dropdown li:hover.maboutus {
 background: url(images/aboutus.gif);
 background-position:0px -39px;
 height:37px;
 width:125px;
}

ul.dropdown li:hover.mcommercial {
 background: url(images/commercial.gif);
 background-position:0px -39px;
 height:37px;
 width:195px;
}

ul.dropdown li:hover.mpersonal {
 background: url(images/personal.gif);
 background-position:0px -39px;
 height:37px;
 width:185px;
}

ul.dropdown li:hover.mspecialties {
 background: url(images/specialties.gif);
 background-position:0px -39px;
 height:37px;
 width:130px;
}

ul.dropdown li:hover.mcontactus {
 background: url(images/contactus.gif);
 background-position:0px -39px;
 height:37px;
 width:130px;
}

ul.dropdown-vertical-rtl li.hover *.open {
 padding-right: 15px;
 border-right-color: #ffa500;
 border-left: none;
}


/*-------------------------------------------------/
 * @section		Support Class `open` Usage
 * @source		js, artificial
 *
 */

ul.dropdown li.hover *.open {
 border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #ffa500 #d9d9d9 #d9d9d9;
 background-color: #fff; 
 color: #000;
}

ul.dropdown ul li.hover *.open,
ul.dropdown-vertical li.hover *.open {
 padding-left: 15px;
 border-top-color: #fff;
 border-left: solid 1px #ffa500;
}

ul.dropdown-vertical-rtl li.hover *.open {
 padding-right: 15px;
 border-right-color: #ffa500;
 border-left: none;
}

ul.dropdown-upward li.hover *.open {
 border-top-color: #fff;
 border-bottom-color: #ffa500;
}

ul.dropdown-upward ul li.hover *.open {
 border-bottom-color: #d9d9d9;
}


	/* CSS2 clone */

	ul.dropdown li:hover > *.dir {
 	 width:130px;
		 background-image:url(images/specialties.gif);
	 	 background-position: 0px -39px; 
	}

	ul.dropdown ul li:hover > *.dir,
	ul.dropdown-vertical li:hover > *.dir {

	}

	ul.dropdown-vertical-rtl li:hover > *.dir {


	 border-left: none;
	}

	ul.dropdown-upward li:hover > *.dir {
	 border-top-color: #fff;
	 border-bottom-color: #ffa500;
	}

	ul.dropdown-upward ul li:hover > *.dir {
	 border-bottom-color: #d9d9d9;
	}
	
	body#home mhome a, body#aboutus .maboutus a, body#personal .mpersonal a, body#commercial .mcommercial a, body#specialties .mspecialties a, body#contactus .mcontactus a 
{background-position: 0 -76px;}