@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.css";


/*-------------------------------------------------/
 * @section		Base Style Extension
 */

ul.dropdown a,
ul.dropdown span {
 display: block;
 padding: 7px 10px;
}



/*-------------------------------------------------/
 * @section		Base Style Override
 */

ul.dropdown li {
 padding: 0;
 border: none;
background-color: #fff5ce; 
}

ul.dropdown ul a,
ul.dropdown ul span {
 padding: 8px;
}



/*-------------------------------------------------/
 * @section		Base Style Reinitiate: post-override activities
 */





/*-------------------------------------------------/
 *	@section	Custom Styles
 */

ul.dropdown li {
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 background: url(images/grad2.png) 0 100% repeat-x;
 color: #000000;
}

ul.dropdown li a:active {
 background: #fff0c5 ;
}


/* Non-first level */

ul.dropdown ul {
 margin-top: 0;
}

	ul.dropdown ul li {
	}

	ul.dropdown ul li.hover,
	ul.dropdown ul li:hover {
	}



/* Mixed */

ul.dropdown li a,
ul.dropdown *.dir {
 border-style: solid;
 border-right : yellow 5px outset ;
border-top : yellow  5px outset;
border-left : yellow  5px outset ;
border-bottom : yellow  5px outset
background-color: fff0c5;  
 
}



/*-------------------------------------------------/
 * @section		Support Class `open` Usage
 * @source		js, artificial
 *
 */

ul.dropdown li.hover *.open {
 border-style: solid;
 border-right : yellow  5px inset ;
border-top : yellow  5px inset;
border-left : yellow  5px inset ;
border-bottom : yellow  5px inset 

 background-color: #fff0c5 ; 
 color: grey;
}

ul.dropdown ul li.hover *.open,
ul.dropdown-vertical li.hover *.open {
 border-style: solid;
 border-right : yellow  5px inset ;
border-top : yellow  5px inset;
border-left : yellow  5px inset ;
border-bottom : yellow  5px inset;
background-color: fff0c5;  
}

ul.dropdown-vertical-rtl li.hover *.open {
 padding-right: 10px;
 border-right-color: #ffa500;
 border-left: 5px;
}

ul.dropdown-upward li.hover *.open {
border-style: solid;
 border-right : yellow  5px inset ;
border-top : yellow  5px inset;
border-left : yellow  5px inset ;
border-bottom : yellow 5px inset;
background-color: #fff5ce ;  
}

ul.dropdown-upward ul li.hover *.open {
 border-style: solid;
 border-right : yellow  5px inset ;
border-top : yellow  5px inset;
border-left : yellow  5px inset ;
border-bottom : yellow  5px inset; 
}


	/* CSS2 clone */

	ul.dropdown li:hover > *.dir {
	 border-style: solid;
	 border-style: solid;
 border-right : yellow 5px inset ;
border-top : yellow 5px inset;
border-left : yellow 5px inset ;
border-bottom : yellow 5px inset; 
background-color: #fff5ce;  
	 color: grey;
         font-weight:bold;
    
	}

	ul.dropdown ul li:hover > *.dir,
	ul.dropdown-vertical li:hover > *.dir {
	border-style: solid;
border-right : yellow 5px inset ;
border-top : yellow 5px inset;
border-left : yellow 5px inset ;
border-bottom : yellow 5px inset;
background-color: #fff0c5;   
	}

	ul.dropdown-vertical-rtl li:hover > *.dir {
border-style: solid;
border-right : yellow 5px inset ;
border-top : yellow 5px inset;
border-left : yellow 5px inset ;
border-bottom : yellow 5px inset;
background-color: #fff5ce;   
	}

	ul.dropdown-upward li:hover > *.dir {
	 border-style: solid;
 border-right : yellow 5px inset ;
border-top : yellow 5px inset;
border-left : yellow 5px inset ;
border-bottom : yellow 5px inset;
background-color: #fff5ce;  
	}

	ul.dropdown-upward ul li:hover > *.dir {
	border-style: solid;
 border-right : yellow 5px inset ;
border-top : yellow 5px inset;
border-left : yellow 5px inset ;
border-bottom : yellow 5px inset;
background-color: #fff5ce;  
	}