@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: 580px;
}

ul.dropdown li {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: normal;
	color:#FC9;
	}

ul.dropdown li.hover, ul.dropdown li:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: normal;
	color:#FC9;
	}

ul.dropdown ul {
	 width: 560px;
	 margin-top: 0;
	}

ul.dropdown ul li {
		 
		}

ul.dropdown ul li.hover {
		 margin: 0;
		 text-decoration: none;
		 font-family: Georgia, "Times New Roman", Times, serif;
		 font-size: 21px;
		 font-style: normal;
		 line-height: 10px;
		 font-weight: bold;
		 text-transform: lowercase;
		 font-variant: normal;
		 color:#F90;
		}


ul.dropdown ul *.dir {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: normal;
	color:#F90;
}