@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: bold;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


ul.dropdown h6 {
	height: 70px;
	
	background: url(../../../../_img_fe/menu_pane/window_02.gif) repeat-x;
	position: relative;
	width: 144px;
	color: #4e452a;
}

ul.dropdown h6 a {
	color: #4e452a; !important
	width: 104px;
	height: 30px;
	padding: 20px;
	display: block;
	font-size: 11px;
}

ul.dropdown h6:hover a {
	color: #96813f;		
}

ul.dropdown h6 span#lPane {
	height: 70px;
	width: 12px;
	background: url(../../../../_img_fe/menu_pane/window_01.gif) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}

ul.dropdown h6 span#rPane {
	height: 70px;
	width: 12px;
	background: url(../../../../_img_fe/menu_pane/window_03.gif) repeat-x;
	position: absolute;
	right: 0;
	top: 0;
}

/* My Comment */

ul.dropdown li#active h6, ul.dropdown li:hover h6 {
	background: url(../../../../_img_fe/menu_pane/windowActive_02.gif) repeat-x;
	position: relative;
	width: 144px;
	color: #4e452a;
}

ul.dropdown li#active h6 a {
	color: #4e452a;
	width: 104px;
	height: 30px;
	padding: 20px;
	display: block;
	color: #96813f;	
}

ul.dropdown li#active h6 span#lPane {
	height: 70px;
	width: 12px;
	background: url(../../../../_img_fe/menu_pane/windowActive_01.gif) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}

ul.dropdown li#active h6 span#rPane {
	height: 70px;
	width: 12px;
	background: url(../../../../_img_fe/menu_pane/windowActive_03.gif) repeat-x;
	position: absolute;
	right: 0;
	top: 0;
}

/* My Comment  MESS WITH THESE*/

	ul.dropdown li {
	 background-color: #fff;
	 color: #000;
	 position: relative;
	 margin-right: 4px;
	 padding-right: 6px;
	 border-right: 1px solid #f0f0f0;
	}

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

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #4e452a; text-decoration: none; }
	ul.dropdown a:hover		{ color: #4e452a; }
	ul.dropdown a:active	{ color: #4e452a; }


	/* -- level mark -- */

	ul.dropdown ul {
	width: 122px;
	padding: 10px;
	font-size: 11px;
	margin-left: 2px;
	background: url(../../../../_img_fe/menu_pane/windowAlt_02.gif) repeat-y center top;
	position: absolute;
}

	ul.dropdown ul span#lPane2 {
	height: 8px;
	width: 142px;
	background: url(../../../../_img_fe/menu_pane/windowAlt_01.gif) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}

	ul.dropdown ul span#rPane2 {
	height: 10px;
	width: 142px;
	background: url(../../../../_img_fe/menu_pane/windowAlt_03.gif) repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}

		ul.dropdown ul li {
		 font-weight: normal;
		 margin-bottom: 5px;
		 padding: 5px 0;
		 border-right: none;
		 margin: 0 5px;
		 border-bottom: 1px dotted #ccc;
		 background: none;
		}

		ul.dropdown ul li a {
		 padding-left: 6px;
		 display: block;
		}

		ul.dropdown ul li a:hover {
		 background: url(../../../../_img/rightArrow.gif) no-repeat left center;
		 color: #a7934f;
		}



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



ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
} */


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

/* Home Exceptions */

body#homePage ul.dropdown {
	
}

body#homePage ul.dropdown h6 {
	height: 70px;
	background: url(../../../../_img_fe/menu_pane/window_02.gif) repeat-x;
	position: relative;
	width: 107px;
}

body#homePage ul.dropdown h6:hover {
	height: 70px;
	background: url(../../../../_img_fe/menu_pane/windowActive_02.gif) repeat-x;
	position: relative;
	width: 107px;
	*width: 105px;
}

body#homePage ul.dropdown h6 a {
	color: #4e452a;
	width: 67px;
	height: 30px;
	padding: 20px;
	padding-left: 18px;
	display: block;
	position: relative;
	font-size: 9px;
}

body#homePage ul.dropdown h6:hover a {
	color: #96813f;	
}

