@charset "UTF-8";

/** 
 * Default Ultimate Linear CSS Drop-Down Menu Theme
 *
 * @file		default.ultimate.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.small.css";


/*-------------------------------------------------/
 * @section		Base Style Extension
 */
 ul.dropdown_small {
     background: transparent url(/img/nav.jpg) no-repeat bottom center;
}
ul.dropdown_small a,
ul.dropdown_small span {
 display: block;
 padding: 5px 10px;
 background-color: transparent;
}


/*-------------------------------------------------/
 * @section		Base Style Override
 */

ul.dropdown_small li {
 padding: 0;
 border: none;
 background: transparent url(/img/nav_line.png) no-repeat right;
   margin-left: 5px;
}
ul.dropdown_small li:last-child {
    background-image: none;
}
ul.dropdown_small ul a,
ul.dropdown_small ul span {
  padding: 5px 10px;
}

/*-------------------------------------------------/
 *	@section	Custom Styles
 */

ul.dropdown_small li {
}

ul.dropdown_small li.hover,
ul.dropdown_small li:hover {
	background-color: transparent;

 color: #000;
}

ul.dropdown_small li a:active {
	 background-color:#808080;

}


/* Non-first level */

ul.dropdown_small ul {
 margin-top: 0;
}

	ul.dropdown_small ul li {
	}

	ul.dropdown_small ul li.hover,
	ul.dropdown_small ul li:hover {
	}


/*-------------------------------------------------/
 * @section		Support Class `open` Usage
 * @source		js, artificial
 *
 */

ul.dropdown_small li.hover *.open {
	 background-color:#808080;

}
	/* CSS2 clone */
ul.dropdown_small li:hover > *.dir {
	 background-color:#808080;
}