@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.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.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	 
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; font-weight:bold;}
	ul.dropdown a:hover		{ color: #fff; font-weight:bold;}
	ul.dropdown a:active	{ color: #fff; font-weight:bold;}


	/* -- level mark -- */

	ul.dropdown ul {
	background-color:#3ca0c0;
	 width: 120%;
	  -moz-opacity:0.85; 
	 filter:alpha(opacity=85); 
	 color: #FFFFFF !important ; 
	}
	
	ul.dropdown ul.monteverde {
	background-color:#93bf72;
	 width: 120%;
	  -moz-opacity:0.85; 
	 filter:alpha(opacity=85); 
	 color: #FFFFFF !important ; 
	}
	
	ul.dropdown ul.samara {
	background-color:#e28a35;
	 width: 120%;
	  -moz-opacity:0.85; 
	 filter:alpha(opacity=85); 
	 color: #FFFFFF !important ; 
	}

	ul.dropdown ul.packages {
	background-color:#5e6f9e;
	 width: 340px;
	  -moz-opacity:0.85; 
	 filter:alpha(opacity=85); 
	 color: #FFFFFF !important ; 
	}
	
	ul.dropdown ul.reserve {
	background-color:#c62327;
	 width: 150px;
	  -moz-opacity:0.85; 
	 filter:alpha(opacity=85); 
	 color: #FFFFFF !important ; 
	}

		ul.dropdown ul li {
			padding: 5px 5px 5px 5px !important;  
			 font-size: 12px !important ; 
			 font-family: Arial, Helvetica, sans-serif !important ; 
			 text-align: left !important ; 
			 font-weight: bold !important ; 
			 color: #FFFFFF !important ; 
		}

		ul.dropdown ul li:hover {
		 background-color:#000000;
		 color:#FFFFFF;
		}
		
			ul.dropdown ul li a:hover {
			 font-weight: bold;
			 color:#fff;
			}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}
