@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: 950px !important;
 background-color: transparent;
 margin-left: 10px;
}

	ul.dropdown li {
	 border: none;
	 background-color: transparent;
         color: #063F76;
         
         background: url(/img/menu_divider.png) no-repeat right top;
         height: 13px;
	}
        ul.dropdown li:last-child {
        background: none;
        }
        ul.dropdown li a{

         color: #A72C2C;
	}

	ul.dropdown li.hover,
	ul.dropdown li a:hover {
	 color: #A72C2C;
	}
        ul.dropdown li a.active {color: #A72C2C;}
   /*
        ul.dropdown li.active {background: url(/img/menu2.jpg) repeat right top;}
        ul.dropdown ul li.active {background: none;}
*/
	ul.dropdown ul {
	 width: 950px;
	 margin-top: 0;
	 background-color: transparent;
	}

		ul.dropdown ul li {
		 background-color: transparent;
                 background: none;
                 margin-top: 5px;
		}

		ul.dropdown ul li.hover {
		 margin: 0;
		 border: none;
		}


ul.dropdown ul *.dir {

 background-image: none;
}
