@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";


/************** notes from mason
this is where you should probably edit the background colors... im not sure what the deal is with the li.hover ... 
it seems like you can edit it in in default.css too. dont have the time right now to look into this.... enjoy!
**************/

ul.dropdown {
 width: 890px;
 /** background-color: #FFFFFF; **/
 margin: 0 auto;
}

	ul.dropdown li {
	 /** background-color: #FFFFFF; **/
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 /** background-color: #FFFFFF; **/
/*
	 color: #000;
*/
	}

	ul.dropdown ul {
	 width: 930px;
	 margin-top: 0px;
	 padding-bottom: 60px; /* this affects how far your mouse-pointer can get from the bottom row of navigation before it dissapears 
	 						PLEASE NOTE: if this padding spills over across other links, THEY WILL NOT BE CLICKABLE, at least in firefox*/
	 /** background-color: #FFFFFF; **/
	}

		ul.dropdown ul li {
		 /** background-color: #FFFFFF; **/
		}

		ul.dropdown ul li.hover {
		 margin: 0;
		 border: none;
		}


ul.dropdown ul *.dir {
 padding-right: 7px;
 background-image: none;
 display: inline;
}

