/* Unchanged */
@charset "UTF-8";
/* CSS Document */

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

P
{
	margin-bottom: 1em;
}
UL.classic
{
	list-style: disc;
	margin-bottom: 1em;
	padding-left: 2em;
}
H1, H2, H3
{
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
H1
{
	border-bottom: 1px solid #D9D9D9;
	font-weight: normal;
	font-size: 180%;
	text-indent: 5px;
	letter-spacing: -1px;
}
.dropdown-upward
{
	margin-top: 400px !important;
}
UL.dropdown
{
	font-style: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
UL.dropdown LI
{
	padding: 7px 18px 5px;
	border-style: solid dotted solid solid;
	border-width: 0 1px 0 0;
	border-color: #FFF #D9D9D9 #D9D9D9;
	color: #000;
	text-transform: uppercase;

}
UL.dropdown LI.hover, UL.dropdown LI:hover
{
	background-color: #EBEFD2;
	color: #000;
	border-bottom-width: 1px;
	padding: 7px 18px 4px;
}
UL.dropdown A:link, UL.dropdown A:visited
{
	font-weight: bold;
	color: #E9E6D7;
	text-decoration: none;
}
UL.dropdown A:hover
{ font-weight: bold;
	color: #666633;
}
UL.dropdown A:active
{font-weight: bold;
	color: #666633;
}
/*-- level mark --*/
UL.dropdown UL
{
	width: 150px;
	margin-top: 1px;
}
UL.dropdown LI:hover>A
{  font-weight: bold;
	color: #666633;
}
UL.dropdown UL LI
{
	font-size: 100%;
        text-transform: uppercase;
	font-weight: normal;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0;
	text-align: left;
	width: 150px;
	padding: 3px 15px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
/*-------------------------------------------------/
* @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-position: 100% 50%;
	background-repeat: no-repeat;
        text-align: left;
}
UL.dropdown-vertical-rtl *.dir
{
	padding-right: 10px;
	padding-left: 15px;
	background-position: 0 50%;
}
UL.dropdown UL LI.hover, UL.dropdown UL LI:hover
{
	background-color: #EBEFD2;
	border-bottom-width: 1px;
	padding: 3px 15px 2px;
	opacity: 1;
	filter: alpha(opacity=100);
        text-align: left;
}
UL.dropdown UL LI A:link, UL.dropdown UL LI A:visited
{
	color: #a4771b;
        text-align: left;
font-weight:normal;
}
UL.dropdown UL LI A:hover
{
	color: #666633;
        text-align: left;
font-weight: normal;
}
