@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;
 background-image:url(images/pixel.jpg);
 background-repeat:repeat-y; 
 font-size:12px;
 margin-left: 20px;
 margin-top:8px;
 width: 900px;
 height:26px;
 vertical-align:text-top;
}

	ul.dropdown li {
	 background-image:url(images/pixel.jpg);
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-bottom-color:#FFD800;
	 border-top:#FFD800;
	 border-right:#FFD800;
	 background-color:#FFD800;
	 height:12px;
	 vertical-align:top;
	 color: #000000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color:#F3F3F3;
	 color: #000000;
	 margin-top: 0px;
	}

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


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 140px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		background-image:url(images/pixel.jpg);
		 font-weight: normal;
		 font-size:12px;
		}



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


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


/* -- Components override -- */

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