@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;
 position:relative;
 z-index:5000;
  width:980px;
 

}

	ul.dropdown li {
	 padding:6px 10px;
	 border-style: solid;
	 border-width: 0 0 1px 0;
	 border-color: #000;

	
	
	
	 color: #fff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #b98748;
	 color: #000;
	 cursor:pointer;
	}

	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:150px;
	 margin-top: 0px;
	 text-align:left;
	 
	 background-color:#a02013;
	 font-size:11px; text-transform:uppercase;
	}

		ul.dropdown ul li {
		 font-weight: bold;
		 	 
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 
 background-position: 100% 50%;
 background-repeat: no-repeat;

}


.splitMenuItems{ border:0; padding-left:15px; padding-right:15px; padding-top:4px; float:left; width:5px; height:20px;}

.noChild{border:0; height:18px;}