@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-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size:11px;
	font-weight:bolder;
	text-align:center;
	}

	ul.dropdown li {
	width: 126px;
	height: 15px;
	padding: 10px 8px;
	border-style: none;
	border-width: 1px;
	border-color: #fff;
	background-color: #8CC0F4;
	color: #fff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #6699FF;
	 color: #000066;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000066; }
	ul.dropdown a:active	{ color: #ccc; }


	/* -- level mark -- */

	ul.dropdown ul {
	margin-top: 0px;
	left: 5px;

	}
	
	ul.dropdown ul li {
		margin-top: 0px;
		background-color:#1C458D;
		width: 140px;
		height: 15px;
		text-align:left;
		color:#fff;
		border-style: solid;
		border-width: 1px;
		border-color:#666666;
		font-size: 10px;
		font-weight: bold;
		padding: 4px;
		}

	/* -- level mark -- */

	ul.dropdown ul ul {
	margin-top: 0px;
	left: 145px;
	}
	
	ul.dropdown ul ul li {
		background-color:#1C458D;
		width: 220px;
		height: 15px;
		text-align:left;
		color:#fff;
		border-style: solid;
		border-width: 1px;
		border-color:#666666;
		font-size: 10px;
		font-weight: bold;
		padding: 4px;
		}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 0px;
/* background-image: url(images/nav-arrow-down.png);*/
/* background-position: 100% 50%;*/
/* background-repeat: no-repeat;*/
	background-color:#fff;
	background-image: url(images/dropdownbtn1.jpg);
	background-repeat: no-repeat;
}

ul.dropdown *.dir2 {
 padding-right: 0px;
	background-image: url(images/goldarrow.gif);
/* background-position: 100% 50%;*/
/* background-repeat: no-repeat;*/
	background-color:#1C458D;
	background-repeat: no-repeat;
}

/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
}

ul.dropdown-horizontal ul *.dir2 {
 padding-right: 15px;
}

ul.dropdown-upward *.dir {
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
}

ul.dropdown-vertical-rtl *.dir {

}