@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: 760px;
 border-bottom: solid 1px #ccc; 
 background: -moz-linear-gradient(top, #fffafafa, #eee);    
 background: -webkit-gradient(linear, left top, left bottom, from(#fffafafa), to(#eee)); 
 background-color: #eee; 
 }

ul.dropdown li {
 border: none; 
 /*
 border-left: solid 1px #ccc;	 
 */
 border-right: solid 1px #ccc;
 background: -moz-linear-gradient(top, #fffafa, #eee);
 background: -webkit-gradient(linear, left top, left bottom, from(#fffafa), to(#eee)); 
 background-color: #eee;	 
}

ul.dropdown li.hover,
ul.dropdown li:hover {
background: -moz-linear-gradient(top, #ffd700, #ffa500); 
background: -webkit-gradient(linear, left top, left bottom, from(#ffd700), to(#fffa500)); 
background-color :#ffd700;
/*background-color: #f6f6f6;*/
 color: #000;
}

ul.dropdown ul {
 width: 760px;
 margin-top: 0;
 border-top: solid 1px #ccc;
 background: -moz-linear-gradient(top, #fffafa, #eee);
 background: -webkit-gradient(linear, left top, left bottom, from(#fffafa), to(#eee)); 
 background-color: #f6f6f6;
}

ul.dropdown ul li {
 background: -moz-linear-gradient(top, #fffafa, #eee);
 background: -webkit-gradient(linear, left top, left bottom, from(#fffafa), to(#eee)); 
 background-color: #f6f6f6;
}

ul.dropdown ul li.hover {
 margin: 0;
 border: none;
 border-right: solid 1px #ccc;	 
}

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