/**
* 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
{
	clear: none;
	display: inline;
	margin-left: 15px;
	margin-top: 12px;
	padding: 3px 0 0;
	width: 850px;
}
#header UL.dropdown
{
	padding-top: 14px !important;
}
UL.dropdown LI
{
	float: left;
	font-size: 14px;
	line-height: 22px;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 22px;
	background-image: url(../images/menu_border.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
UL.dropdown LI.first
{
	background-image: none;
	padding-left: 7px;
}
UL.dropdown LI.hover, UL.dropdown LI:hover
{
	color: #000;
}
UL.dropdown LI LI.hover, UL.dropdown LI LI:hover
{
	color: #205008;
}
UL.dropdown LI A
{
	color: #FFFFFF;
	text-decoration: none;
}
UL.dropdown LI A.other
{
	color: #FFFFAD;
}
UL.dropdown LI LI A
{
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 8px;
}
UL.dropdown LI A:hover
{
	color: #205008;
}
UL.dropdown LI A.current:hover, UL.dropdown LI A.current
{
	color: #29640B;
}
UL.dropdown LI A:active
{
	color: #FFA500;
}
/*-- level mark --*/
UL.dropdown UL
{
	width: 150px;
	margin-top: 0px;
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9;
}
UL.dropdown UL UL
{
	width: 150px;
	margin-top: 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
UL.dropdown UL LI
{
	font-weight: normal;
	background-color: #8AB506;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	line-height: 14px;
	font-size: 12px;
	background-image: none;
	padding: 0px;
}
UL.dropdown UL LI.mf
{
	background-color: transparent;
	background-image: url(../images/dmmenu_d_f.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
UL.dropdown UL LI.mh
{
	background-color: transparent;
	background-image: url(../images/dmmenu_d_h.png);
	background-repeat: no-repeat;
	background-position: left top;
}
UL.dropdown UL LI.mhf
{
	background-color: transparent;
	background-image: url(../images/dmmenu_d_hf.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-------------------------------------------------/
* @section        Support Class `dir`
* @level sep    ul, .class
 */
UL.dropdown *.dir
{
	padding-right: 20px;
	background-image: url(../images/marrow-right.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
/*-- Components override --*/
UL.dropdown-horizontal UL *.dir
{
	padding-right: 15px;
	background-image: url(../images/marrow-right.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
UL.dropdown-upward *.dir
{
	background-image: url(../images/marrow-right.gif);
}
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%;
}
