@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.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
 */


#nav a {
	display: block;
	height: 14px;
	padding: 8px 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase; 
	cursor: pointer;
	width: auto;
}

#nav a:hover {
	background: #999;
	color: #fff;
}

#nav li ul a {
	background: #eee;
	text-transform: none;
	padding: 8px 5px;
	height: auto;
	color: #000;
	border-bottom: solid 1px #c8c8c8;
}

#nav li ul a:hover {
	background: #999;
	color: #fff;
}
	
#nav li {
	float: left;

}

#nav li ul {
	border-bottom: solid 0px #000;
}

#nav li ul a {
	width: 150px;
}
