@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	font-family:Arial, Helvetica, sans-serif;
	list-style: none;
	margin:0;
	padding: 0;
	text-transform:;}

ul.dropdown {
	width:960px;
	position:relative;
	z-index:597;
	float:left;}

ul.dropdown li {
	float: left;
	line-height: 1.4em;
	vertical-align: middle;
	zoom: 1;
	padding:0;}
	
ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 160px;}

ul.dropdown ul li {
	float:none;}

ul.dropdown ul ul {
	top: 0px;
	left: 100%;}

ul.dropdown li:hover > ul {
	visibility: visible;}
	
/* IE6 css fixer v0.6: Thu, 29 Oct 2009 16:25:48 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
_ul.dropdown,
_ul.dropdown li {display:inline;}

/* add zoom:1 to pos:relative elements */
_ul.dropdown,
_ul.dropdown li.hover,ul.dropdown li:hover {zoom:1;}






/** 
 * 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 li a { display: block; padding:18px 25px 17px 25px;}
ul.dropdown a:link		{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown a:visited	{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown a:hover		{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown a:active	{ text-decoration: none; font-weight:bold; color:#50312a; }

ul.dropdown {
	z-index:999;
	background: url(../images/button-bar.png) repeat-x ;
	background-position: 0 0;
	font-weight:bold;
	font-size:17px;}

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

/*	Current Home Item ------------------------------------------------ */


ul.dropdown li.current_home_item {
	 background: url(../images/button-bar.png) repeat-x !important ;
	 background-position: 0 -80px !important ;
	 color:#50312a !important ;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}
	
ul.dropdown li#home:hover {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;}
	 
ul.dropdown li.current_home_item a:link		{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current_home_item a:visited	{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current_home_item a:hover	{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current_home_item a:active	{ text-decoration: none; font-weight:bold; color:#50312a; }


/*	Current Page Item ------------------------------------------------ */


ul.dropdown li.current_page_item {
	 background: url(../images/button-bar.png) repeat-x !important ;
	 background-position: 0 -80px !important ;
	 color:#50312a !important ;}
	 
ul.dropdown li.current_page_item a:link		{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current_page_item a:visited	{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current_page_item a:hover	{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current_page_item a:active	{ text-decoration: none; font-weight:bold; color:#50312a; }

/*	Current Catagory Item ------------------------------------------------ */


ul.dropdown li.current-cat{
	 background: url(../images/button-bar.png) repeat-x !important ;
	 background-position: 0 -80px !important ;
	 color:#50312a !important ;}
	 
ul.dropdown li.current-cat a:link		{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current-cat a:visited	{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current-cat a:hover		{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current-cat a:active		{ text-decoration: none; font-weight:bold; color:#50312a; }

ul.dropdown li.hover{
	 background: url(../images/button-bar.png) repeat-x ;
	 background-position: 0 -80px;}

/*	Active Directory ------------------------------------------------ */


ul.dropdown li.active{
	 background: url(../images/button-bar.png) repeat-x !important ;
	 background-position: 0 -80px !important ;}

/*	1st Level Hover ------------------------------------------------ */	 
ul.dropdown li:hover{
	 background: url(../images/button-bar.png) repeat-x ;
	 background-position: 0 -80px;}
	 
/*	2ed Level ------------------------------------------------ */


ul.dropdown ul li{
	 background: url(../images/button-bar.png) repeat-x ;
	 background-position: 0 -0px;}
	
ul.dropdown ul.children li{
	 background: url(../images/button-bar.png) repeat-x ;
	 background-position: 0 -0px;}
	
ul.dropdown ul ul li.hover{
	 background: url(../images/button-bar.png) repeat-x ;
	 background-position: 0 -260px;}
	
/*	2ed Level Hover ------------------------------------------------ */
ul.dropdown ul li.hover{
	 background: url(../images/button-bar.png) repeat-x ;
	 background-position: 0 -260px;}
	 
	 
ul.dropdown li.current_home_item ul li a:link		{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current_home_item ul li a:visited	{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current_home_item ul li a:hover		{ text-decoration: none; font-weight:bold; color:#50312a; }
ul.dropdown li.current_home_item ul li a:active		{ text-decoration: none; font-weight:bold; color:#50312a; }

/*	Level Mark ------------------------------------------------ */


ul.dropdown ul {
	 width: 230px;}

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