 
/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.2
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute
 * 
 * NVIDIA - MOD CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		NVIDIA
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
} 
 

ul.dropdown {
	 position: relative;
	 z-index: 597;
	 float: left; 
	 font-size:  14px;
	 font-weight:700;
	 text-transform: uppercase;
	 margin-left:0px;
	 margin-top:0px; 
	 background: !transparent;   
	 display:block;
}
 

ul.dropdown li {
	 float: left;
	 line-height: 1.3em;
	 vertical-align: middle;
	 zoom: 1;
	 color: #fff;
	 line-height: normal; 
	 margin-left:0px;
	 margin-right:0px;
	     padding: 0px 0px 0px 0px;  
	  
	 height:36px; 
	 background: url(/custom/public/customimages/bgButton.png) repeat-x right top;  
	 text-align:center;  
}


ul.dropdown li a {
	 display: block;
	 padding: 0px 14px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	 position: relative;
	 z-index: 199;
	 cursor: default;
	 background: url(/custom/public/customimages/bgButtonHover.png) repeat-x right top ;	 
} 
	 
ul.dropdown ul {
	 visibility: hidden;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 z-index: 598;
	 width: 100%;
}
	 	
ul.dropdown ul a {
	 padding: 0px 14px;
	 width: 151px; /*  IE */
}

	 	
ul.dropdown ul li {
	 float: none;
}
	 
	  
ul.dropdown li:hover > ul {
	 visibility: visible;
	 display:block;
	 position:absolute;
	 top:35px;
	 left:0px;
}

ul.dropdown a{ 
     margin-top:9px; 
     display:block;  
     text-shadow: 1px 1px 1px #222222;
     filter: dropshadow(color=#222222, offx=1, offy=1); 
}
ul.dropdown a:link,
ul.dropdown a:visited { 
 	color: #fff; text-decoration: none; 
}
ul.dropdown a:hover { 
  	color: #ffffff; text-decoration: none 
}
	
ul.dropdown a:active { 
	color: #fff; 
}
/* First and Last */
.firstOption{
	-webkit-border-top-left-radius: 8px !important; 
	-moz-border-radius-topleft: 8px !important;
	border-top-left-radius: 8px !important; 
}
.lastOption{
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px; 
}
 

/* ----- END LEVEL */


	/* ----- 2nd LEVEL */

ul.dropdown ul {  
	 color: #fff; 
	 text-transform: none;
	 filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 KhtmlOpacity: .9;
	 opacity: .9; 
	 border:0px solid #000000;
	 margin:0px;	 
}

ul.dropdown ul li {
	 background-color: transparent;
	 color: #000;
	 filter: none;  
	 text-align:center; 
	 margin:0px;    
	 height:30px;  
	 background: url(/custom/public/customimages/bgMenu.png) top left;
}

ul.dropdown ul li.hover,
ul.dropdown ul li:hover { 
	background: url(/custom/public/customimages/bgMenuHover.png);	   
} 
		 
		
ul.dropdown ul a{
	margin:0px; 
	 
	padding-top:5px;
    display:block;	  
    height:26px;  
    text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);	
	width:155px;	  
}
ul.dropdown ul a:link,
ul.dropdown ul a:visited { 
	color: #fff; 
}
ul.dropdown ul a:hover { 
	color: #fff; 
	text-decoration: none; 
}
ul.dropdown ul a:active { 
	color: #fff; 
}
 
/* ----- END 2nd LEVEL */

/* ----- 3rd LEVEL */ 

ul.dropdown ul ul {
	 top: 1px;
	 left: 99%;
}  
ul.dropdown ul ul li { 
 	background: url(/custom/public/customimages/bgMenu2.png);
} 
ul.dropdown ul ul li.hover,
ul.dropdown ul ul li:hover { 
 	background: url(/custom/public/customimages/bgMenuHover2.png);	   
}  
ul.dropdown ul  ul a{ 
}
		  

/* ----- END  3rd LEVEL */
/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */
 
/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* ----- END LEVEL */

 

