@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: bold 12px arial;
    width:266px;
	z-index: 1000;
}

	ul.dropdown li {
	text-align:left;
	z-index: 1000;
	}

	ul.dropdown li:hover {
	background: #54779A;
    color: #FFFFFF;
	}

ul.dropdown li a 
{
	padding: 6px 0px 4px 5px;
   display: block;
	z-index: 1000;
}

	ul.dropdown a:link	 {
    text-decoration: none; 
	}
	ul.dropdown a:visited	 {
    text-decoration: none; 
	}
	ul.dropdown a:hover		 {
	background: #54779A;
    color: #FFFFFF;
    text-decoration: none; 
	}
	ul.dropdown a:active	 {
	background: #54779A;
    color: #FFFFFF;
    text-decoration: none; 
	}


	/* -- level mark -- */

	ul.dropdown ul {
		display: block;
		margin: 0;
		background: #EEEEEE;
		color: #54779A;
		font: 12px arial;
        border: 1px solid #54779A;
        width:200px;
	    z-index: 1000;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */


ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
}
