@charset "utf-8";
/* CSS Document */
* html ul li a {
   height:1em;
}
#leftnav{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 100%;
	}
#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	}

#leftnav ul li {
	position: relative;
	}
	
#leftnav li ul {
	position: relative;
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#leftnav li a {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #BEC4C6;
	}
	#leftnav li a:hover {
	background-color: #CCD1D2;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 30px; }
* html ul li a { height: 30px; }
/* End */

#leftnav ul li a:hover {
	color: #CC0000;
	background-color: #E2E2E2;
} /* Hover Styles */
		
#leftnav li ul li a {
	font-size: 12px;
	background-color: #EEEEEE;
	height: 20px;
	padding-top: -10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
} /* Sub Menu Styles */
		
#leftnav li:hover ul, #leftnav li.over ul { display: block; } /* The magic */
/* Fix IE. Hide from IE Mac \*/
* html ul li a { height: 30px; }
/* End */
