@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: normal;
}

	ul.dropdown li {
text-align: center;
line-height: 31px;
border-right: 1px solid #7986a4;
text-decoration: none;
float: left;
display: block;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
height: 31px;

	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
text-align: center;
line-height: 31px;
border-right: 1px solid #7986a4;
text-decoration: none;
background-image: url(../../../../images/trans2.png);
background-repeat: repeat-x;
background-position: center top;
color: #febb06;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
height: 31px;
}



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


	/* -- level mark -- */

.dropdown a
	{
	text-align: center;
	vertical-align:middle;
	display:block;
	white-space:nowrap;
	margin: 0;
	height:inherit;

	}


	ul.dropdown ul {
	 width: 156px;
	 height: 18px;
	 width: 201px;
	}

		ul.dropdown ul li {
text-align: center;
line-height: 31px;
padding-left: 13px;
padding-right: 13px;
text-decoration: none;

background-image: url(../../../../images/trans.png);
background-repeat: repeat-x;
background-position: center top;
color: #febb06;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
height: 31px;
		}



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


ul.dropdown *.dir {
 padding-right: 20px;

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