@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 { 	 color: #ffffff;	 width:955px;	 	 background-image:url(../images/menu_grad.gif);		 	 background-repeat:repeat-x;			 	 hieght:25px; background-position: 100% 50%;}	ul.dropdown li {	 padding: 3px 21px 3px 21px;	 border-left: 1px solid #767676;	 	 background-image:url(../images/menu_grad.gif);		 	 background-repeat:repeat-x;			  background-position: 100% 50%;	 hieght:25px;	 color: #fffffff;	 display:block;	}	ul.dropdown li.hover,	ul.dropdown li:hover {	 background-color: #878583;	 	 background-image:url(../images/menu_grad2.gif);	 background-repeat:repeat-x;	 color: #ffffff;	 	 hieght:250px;	 	 display:block;	}	ul.dropdown a:link { color: #ffffff; text-decoration: none; }	ul.dropdown a:visited	{ color: #ffffff; text-decoration: none; }	ul.dropdown a:hover		{ color: #ffffff; text-decoration: none; }	ul.dropdown a:active	{ color: #ffffff;  text-decoration: none;}	/* -- level mark -- */	ul.dropdown ul {	 width: 180px;	 margin-top: 0px;	}		ul.dropdown ul li {		 font-weight: normal;		}/*-------------------------------------------------/ * @section		Support Class `dir` * @level sep	ul, .class */ul.dropdown *.dir { padding-right: 20px; background-position: 100% 50%;}/* -- Components override -- */ul.dropdown-horizontal ul *.dir { padding-right: 20px; background-position: 100% 50%; background-repeat: no-repeat;}ul.dropdown-upward *.dir {}ul.dropdown-vertical *.dir,ul.dropdown-upward ul *.dir {}ul.dropdown-vertical-rtl *.dir { padding-right: 28px; padding-left: 30px; background-position: 0 50%;}