@charset "UTF-8";

/** 
 * Default Linear CSS Drop-Down Menu Theme
 *
 * @file		default.linear.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.
 *
 */

@import "default.css";


ul.dropdown {
	width: 500px;
}

	ul.dropdown li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-decoration: none;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	background-color: 30372b;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

	ul.dropdown ul {
	width: 450px;
	margin-top: 0;
	background-color: #30372B;
	color: #FF9900;
	}

		ul.dropdown ul li {
	background-color: #30372B;
	float: left;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: auto;
		}

		ul.dropdown ul li.hover {
	margin: 0;
	border: none;
	color: #FF9900;
	background-color: 30372b;
		}


ul.dropdown ul *.dir {
	padding-right: 7px;
	background-image: none;
	color: #FF9900;
}

