@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.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.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

@import "helper.css";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
 font-size:11px;
}
	.dropdown{ font-family:Verdana, Arial, Helvetica, sans-serif;}

	ul.dropdown li {
/*	 border-style: solid;*/
	 border-width: 1px 1px 1px 1px;
/*	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color:#9d497d;*/
/*	 color: #FFFFFF;
	 padding:5px 5px 5px 5px;*/
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {

	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #FFFFFF; text-decoration: none; }
	ul.dropdown a:hover		{ color: #FFFFFF; }
	ul.dropdown a:active	{ color: #FFFFFF; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 168px;
	
/*	 margin-top: 1px;*/
	  background-color:#e26a14;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		 background-color:#e26a14;
		 font-size:12px;
		 text-align:left;
		 border:1px solid #FFFFFF; 
		 height:20px;
		 padding-top:5px;
		 padding-left:5px;
		 width: 168px;
		}
ul.dropdown ul li:hover { background-color:#f27417;}


/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}




ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}


.home {
	background:url(/templates/aei/images/home_o.gif) no-repeat left top;
	width:59px;
	height:31px;
	display:inline-block;
}

.solarpanle {
	background:url(/templates/aei/images/soalrpanels.gif) no-repeat left top;
	width:104px;
}

.condensing {
	background:url(/templates/aei/images/conden-boilers.gif) no-repeat left top;
	width:156px;

}

.heat {
	background:url(/templates/aei/images/home_5_10.gif) no-repeat left top;
	width:202px;
}

.info {
	background:url(/templates/aei/images/info.gif) no-repeat left top;
	width:43px;
}

.testimonial {
	background:url(/templates/aei/images/testimonials.gif) no-repeat left top;
	width:104px;
}

.aboutus {
	background:url(/templates/aei/images/ABOUT.gif) no-repeat left top;
	width:73px;
}


.contactaei {
	background:url(/templates/aei/images/contact.gif) no-repeat left top;
	width:105px;
}



/*.home {
	background:url(../images/home_o.gif) no-repeat left top;
	width:59px;
	height:31px;
	display:inline-block;
}

.solarpanle {
	background:url(../images/soalrpanels.gif) no-repeat left top;
	width:104px;
}

.condensing {
	background:url(../images/conden-boilers.gif) no-repeat left top;
	width:156px;

}

.heat {
	background:url(../images/home_5_10.gif) no-repeat left top;
	width:202px;
}

.info {
	background:url(../images/info.gif) no-repeat left top;
	width:43px;
}

.testimonial {
	background:url(../images/testimonials.gif) no-repeat left top;
	width:104px;
}

.aboutus {
	background:url(../images/ABOUT.gif) no-repeat left top;
	width:73px;
}


.contactaei {
	background:url(../images/contact.gif) no-repeat left top;
	width:105px;
}
*/

.submenu{ border:1px solid #FFFFFF; width:160px; padding-bottom:3px; padding-top:3px;}
.submenu a:hover{}

ul.dropdown li.submenu{border:1px solid #FFFFFF; height:20px; padding-top:5px; padding-left:5px;}