/* Begin CSS Menus at Left */

#LeftMainMenu
{
	width: 171px;
	z-index: 2;
	text-align: left;
}
#LeftMainMenu ul
{
	width: 171px;
}
#LeftMainMenu a
{
	display: block;
	width: 159px;
	font: normal 12px verdana, sans-serif;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	background: #b7ddd2;
	padding: 0px 0px 0px 12px;
	color: #000;
}
#LeftMainMenu ul li.mainNavli
{
	width: 171px;
	background: #557eb9;
	border-top: 2px solid #9cbed1;
	border-bottom: 2px solid #437786;
}
#LeftMainMenu a:hover
{
	color: #43778b;
	background: #f5f4e1;
}
#LeftMainMenu a:active
{
	color: #000;
	background: #f5f4e1;
}
#LeftMainMenu a.mainNav 
{
	font-weight: bold;
    color: #dff8c3;
	background: #7aa4bc;
}
#LeftMainMenu a.mainNav:hover
{ 
	color: #fff; 
}
div#LeftMainMenu, #LeftMainMenu li, #LeftMainMenu ul, #LeftMainMenu ul ul, #LeftMainMenu ul ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#LeftMainMenu ul ul
{
	margin-top: -2px;
	border-top: 2px solid #b7ddd2;
	border-right: 2px solid #b7ddd2;
	border-bottom: 2px solid #b7ddd2;
}

/* Begin CSS Popout Menus at Left */
#LeftMainMenu ul li
{
	position: relative;
}
#LeftMainMenu li ul
{
	width: 171px;
	position: absolute;
	left: 171px;
	top: 0;
	display: none;
}

/* Fix IE. Hide from IE Mac \*/
* html #LeftMainMenu ul li{float:left;height:1%;}
* html #LeftMainMenu ul li a{height:1%;}
/* End */

div#LeftMainMenu ul ul, div#LeftMainMenu ul ul ul, div#LeftMainMenu ul li:hover ul ul, div#LeftMainMenu ul li:hover ul ul ul {display:none;}
div#LeftMainMenu ul li:hover ul, div#LeftMainMenu ul ul li:hover ul, div#LeftMainMenu ul ul ul li:hover ul{display:block;}


/* End CSS Popout Menus at Left */
/* End CSS Menus at Left */

