@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 {
padding-left:11px;
}

ul.dropdown li a {
display:block;
}

ul.dropdown li {
	border-width: 0;
	color: #333;
}

ul.dropdown li:hover {
	background-color: none;
}


ul.dropdown ul a {
padding:4px 5px 4px 14px;
/*width:139px;*/
width:169px;
}
ul.dropdown ul a:hover {
background-color:#eee;
}
ul.dropdown a.open {
background-color:#2E2E2E;
color:#76B900 !important;
}
ul.dropdown ul a.open {
background-color:#76B900;
color:#FFFFFF;
}
ul.dropdown li:hover > a.dir {
background-color:#2E2E2E;
color:#76B900;
}
ul.dropdown ul li:hover > a.dir {
background-color:#76B900;
color:#FFFFFF;
}



ul.dropdown a:link,  ul.dropdown a:visited {
	color: #535353;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:10px;
}


ul.dropdown a:active {
	color: #ffa500;
	
}

li.top_level a {
	font-weight: bold;
	font-size:16px;
	padding: 8px 32px;
	margin: 1px 0 0 0;
	color:#000;
}

#about_men {  /* Clunky I know */
	font-weight: bold;
	font-size:16px;
	color: #000;
}
li.subtit h3 {
color:#990000;
font-size:16px;
}
.subtit {
color:#555;
font-size:14px;
}

/* -- level mark -- */

	ul.dropdown ul {
	margin-left: -17px;
	background: url(images/dropdown_pane.png) 0 100% no-repeat;
	width: 200px;
	margin-top: 0;
	padding-bottom: 10px;
	}
ul.dropdown ul li {
	font-weight: bold;
	/*background-color: transparent;*/
	margin:6px;
}

#nav {
	width:926px;
	height:34px;
	background:url(../../../../img/menu_bg.png) no-repeat;
}

#nav2 {
	width:63px;
	height:34px;
	background:url(../../../../img/home_hov.png) no-repeat;
	background-position:top right;
	float:right;
}

#nav3 {
	width:876px;
	height:34px;
	background:url(../../../../img/admin_headerbackground.png) no-repeat;
	float:left;
}

#nav4 {
	width:1000px;
	height:34px;
	background:url(../../../../img/admin_headerbackground2.png) no-repeat;
	float:left;
}
/*-------------------------------------------------/
 * @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;
}
/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
	padding-right: 15px;
	background-image: url(images/whitearrow2.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
ul.dropdown-upward *.dir {
	background-image: url(images/nav-arrow-top-white.png);
}
ul.dropdown-vertical *.dir, ul.dropdown-upward ul *.dir {
	background-image: url(images/nav-arrow-right-white.png);
}
ul.dropdown-vertical-rtl *.dir {
	padding-right: 10px;
	padding-left: 15px;
	background-image: url(images/nav-arrow-left-white.png);
	background-position: 0 50%;
}
