@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 {
	margin:4px 0 8px 0;
	font-weight: bold;
	height: 38px;
	width: 100%;
}

	ul.dropdown li {
	padding: 14px 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0;
	border-color: #9ed5ff #9ed5ff #9ed5ff;
	color: #000033;
	background-repeat: repeat-x;
	background-image: url(images/buttonbg.gif);
	border-left: 1px solid #6ca6cd;
	border-right: 1px solid #4a708b;	
	/*width: 111px;*/
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	background-color: #9ed5ff;
	color: #003399;
	background-image: url(images/whitebg.gif);
	border-color: #fff #9ed5ff #fff;
	}

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


	/* -- level mark -- */

	ul.dropdown ul {
	
	   margin-top: 1px;
	   display:inline;
	}

		ul.dropdown ul li {
		  font-weight: normal;
		  background-color: #fff;
		
	
		}



/*-------------------------------------------------/
 * @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% 50%;
 background-repeat: no-repeat; */
 white-space: nowrap;
 text-align: center;
 
}
ul.dropdown *.dir li{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	white-space: nowrap;
	opacity:0.9;
	text-align: left;
}	

ul.dropdown *.dir ul li{
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: 138px;
	background-image: none;
	padding-bottom: 0px;
	padding-top: 8px;
	border: 0px;
}
ul.dropdown *.dir ul li div{
	margin-top: 7px;
	margin-bottom: 0px;	
	width: 98%;
	height: 1px;
	font-size:1px;
	background-color: #cccccc;
	line-height: 1px;
}	
.last_li{
	height: 25px;
}
.menu_curr_item{
	background-color: #9ed5ff;
	color: #003399;
	background-image: url(images/whitebg.gif) !important; 
	border-color: #fff #9ed5ff #fff;
}