@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;
 padding-top:3px;
padding-bottom:15px;
width:210px;
}

	ul.dropdown li {
	background:url(../../../../images/arrow.png) left 11px no-repeat;
padding-left:20px;
padding-top:4px;
padding-bottom:4px;
float:left;
list-style-type:none;
text-align:left;
width:90px;
font:15px Arial, Helvetica, sans-serif;
text-decoration:none;
	 
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
font:15px Arial, Helvetica, sans-serif;
text-decoration:none;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ 
font:15px Arial, Helvetica, sans-serif;
color:#b60140;
text-decoration:none;
}
	ul.dropdown a:hover		{ font:15px Arial, Helvetica, sans-serif;
color:#00528d;
text-decoration:none;}

	ul.dropdown a:active	{ font:15px Arial, Helvetica, sans-serif;
color:#00528d;
text-decoration:none;}


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 170px;
	 margin-top: 1px;
	 background:#f6f6f6;
	 border:1px solid #dcdcdc;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		  width: 130px;
			background:url(../../../../images/arrow.png) 8px 10px no-repeat;
padding-left:30px;
		}


		ul.dropdown ul li a{
		 font-weight: normal;
		 text-decoration:none;
	
		}

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


