@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
 *
 */

/* @import "helper.css"; */


/*-------------------------------------------------/
 * @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;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px; 
 
}

	ul.dropdown li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 0px 0px 0px 0;
	 border-color: #000000; 
	 background:url(../../../images/bg3.jpg);
	 /*background-repeat:repeat-x;
	 background-color: #973F00; */
	 color: #fff;
	 width: 98px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #DD5E00;
	 color: #fff;
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #fff; background-color: #DD5E00;}
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

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

		ul.dropdown ul li {
		 font-weight: bold;
		}


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


ul.dropdown *.dir {
 padding-right: 20px;
 text-align: center;
 background-color: #973F00;
 background-position: 100% 50%;
 /*background-repeat: no-repeat; */
}

ul.dropdown *.show {
 padding-right: 15px;
 text-align: center;
 background-color: #973F00;
 background-position: 100% 50%;
 width: 93px;
}

ul.dropdown *.dir1 {
 padding-right: 20px;
 width: 275px;
 text-align: center;
 background-position: 100% 50%; 
 
}
/* -- Components override -- */
ul.dropdown *.show a:hover		{ color: #fff; background-color: #DD5E00;}

ul.dropdown *.dir1 a:hover		{ color: #fff; background-color: #DD5E00;} 

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-color: #973F00;
 background-position: 100% 50%;
 
}

ul.dropdown-horizontal ul *.dir1 {
 padding-right: 15px;
 background-position: 100% 50%;
}
