@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
 *
 */




/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */
 
 
 #nav{ 
 width:890px;

}

ul.dropdown {
     font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;


}

	ul.dropdown li {
	 padding:2px 2px;
	 border-style: solid;
	 border-width: 0 0 1px 0;
	 border-color: #2e3d34;
padding-bottom:2px; margin-bottom:2px;
	 color: #fff;
	}

	.dir:hover, .dir ul li:hover {
	 background-color: #587765;
	 color: #fff;
padding-bottom:2px; margin-bottom:2px;
      
	}


	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:220px;
	 margin-top: 0px;
	 text-align:left;
	 
	 background-color:#33443a;
	 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{width:1px; height:24px; border:0; padding-left:1px; padding-right:1px; padding-top:0px; padding-bottom:1px; margin-bottom:1px; float:left;  background-position: center center;  background-image: url(../../images/splitMenus.gif); background-repeat:no-repeat;}
