@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.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.
 *
 * 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: normal;
}

	ul.dropdown li {
	 padding: 7px 0px;  
     width:83.5px;
	 border-style: solid;
	 border-width: 0 0 0 1px;
	 border-color: #807972;
	 font-size: 1em;
	 color: #000;
	 text-align:center;
	 font-weight: normal;
	 letter-spacing: .5px;
	}

        ul.dropdown li #active2 a:link, #active2 a:visited, #active2 a:hover { color: #90826F; }

	ul.dropdown li.hover,
	ul.dropdown li:hover { 
        color: #90826F;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none;font-weight: normal; }
	ul.dropdown a:hover		{ color: #90826F; }
	ul.dropdown a:active	{ color: #90826F; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 180px;
	 margin-top: -1px;
	 margin-left: -1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		 color: #90826F;
                 }



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
color: #fff; }

	ul.dropdown *.dir li {
	 padding: 7px 20px 7px 14px;
	 border-style: solid;
	 border-width: 0px 0px 0px 0px;
	 border-color: #fff;
	 background-color: #000;
	 opacity: 0.85;
	 filter: alpha(opacity=85);
	 font-size: 1em;
         color: #000;
         width: 160px;
	 text-align:left;
	 letter-spacing: 0.2px;
	}

	ul.dropdown *.dir a:link, ul.dropdown *.dir a:visited	{ color: #90826F; text-decoration: none; opacity: 1.0; }
	ul.dropdown *.dir a:hover	{ color: #fff; opacity: 1.0;}


/* -- 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%;
}
