@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
 */


ul.dropdown {
	padding-top: 0.5em;
 font-weight: bold;
 position:relative;
}

ul.dropdown ul {
	 border: 0.1em solid #165182;
 	 background-color: #f8f8f7;
	padding-bottom: 0.2em;
}

	ul.dropdown li {
	 border-width: 0;
	 background-color: transparent;
	 color: #fff;
	}


	
		ul.drop li.drop {
	 border-bottom: none;
/*	 background-color: #f8f8f7;*/
	 color: #165182;
	  font-weight: bold;

	}
	
	ul.drop li.drop a {
	 color: #165182;
	}

	ul.drop li.drop a:hover {
		 background-color: #165182;
	 color: #eee;
	 }

	ul.dropdown li:hover {
	 background-color: #165182;
	 color: #eee;
	}

ul.light li:hover {
	 background-color: #30669B;
}
	ul.dropdown a:link     { color: #fff; text-decoration: none; }
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #eee; }
	ul.dropdown a:active	{ color: #fff; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */

ul.dropdown *.dir {
 background-image: url(images/nav-arrow-down-white.png);
 background-position: 95% 60%;
 background-repeat: no-repeat;
}
