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


/* Tips for homemenuleft:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLt #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#homemenu_left {
	float: left;
	width: 275px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/* Tips for homccontent_right:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#homecontent_right {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-right: 30px;
	margin-right: 30px;
}
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	

/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}


/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */


#homemenu_left .menu {
	text-decoration: none;
	color: #FAF8E8;
	line-height: 2.4em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	font-size: 0.9em;
}
#homemenu_left .menu ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 5000;
	list-style-type: none;
	width: 12em;
}
#homemenu_left .menu li {
	background-color: #3bafa5;
	float: left;
}
#homemenu_left .menu li.sub {
	background-color: #3bafa5;
}
#homemenu_left .menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }

#homemenu_left .menu a, .menu a:visited {
	border: 1px solid #FAF8E8;
	display: block;
	height: 2.4em;
	line-height: 2.4em;
	width: 12em;
	padding-left: 0.8em;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FAF8E8;
}


#homemenu_left .menu b {
	float: right;
	margin-right: -10px;
}
	
#homemenu_left * html .menu a, * html .menu a:visited {
	width: 12em;
	color: #FAF8E8;
	font-weight: bold;
}
#homemenu_left * html .menu a:hover {
	color: #000000;
	background-color: #f6dc96;
	position: relative;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}
#homemenu_left .menu li:hover { position: relative; text-decoration: none;
}
#homemenu_left .menu a:active, .menu a:focus {
	color: #FAF8E8;
	font-weight: bold;
	background-color: #f6dc96;
	text-decoration: none;
}
#homemenu_left .menu li:hover > a {
	color: #000000;
	font-weight: bold;
	background-color: #f6dc96;
	text-decoration: none;
}
#homemenu_left .menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -1.1em; left: 10em; background-color: transparent; }
#homemenu_left .menu li:hover > ul { visibility: visible; }
#homemenu_left .menu ul a:hover ul ul { visibility: hidden; }
#homemenu_left .menu ul a:hover ul a:hover ul ul { visibility: hidden; }
#homemenu_left .menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
#homemenu_left .menu ul a:hover ul { visibility: visible; }
#homemenu_left .menu ul a:hover ul a:hover ul { visibility: visible; }
#homemenu_left .menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
#homemenu_left .menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }

