@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: normal;
width 100%;

}

	ul.dropdown li {
	padding-top: 3px;
	padding-bottom: 4px; 
    padding-left:10px;
	 background-color: #ea8006;
		 color: #fff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #debba5;
	 color: #fff;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #fff; }
	ul.dropdown a:active	{ color: #fff; }




	/* -- level mark -- */

	ul.dropdown ul {
	 width: 170px;
	margin-top: 2px;
	 
	}

		ul.dropdown ul li {
			
		 	font-weight: normal;
border-top: 1px solid #fff;
			
		
		}

ul.dropdown ul li ul li{
		 font-weight: normal;
			margin-left:2px;
		
		}

#content ul.dropdown ul li ul {
	margin-top: 2px;
}




/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 
}

ul.dropdown li.hover {
background-color: #debba5;
}

ul.dropdown-upward *.dir {
 
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
}

#content ul.dropdown-horizontal {
margin:0px 0 25px;
padding: 0 0  0px;
list-style-image: none;

}

#content ul {
margin:0px 0 25px;
padding: 0 0 0 0px;

}


#content ul.dropdown li.dir ul dir.li over {
background-color: #debba5;
list-style-image: none;
}

.subnavi {
background-color:#ea8006;
clear:both;
height:25px;
width:740px;
z-index:999;
}
