div.LeftNav 
{
	text-align: right;
	margin:0;
}
div.LeftNav a 
{
	display: block;
	clear:left;	
	padding: 3px;
	background: #202c6b;
	color: White !important;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 8pt;
	text-transform: uppercase;
	width: 185px;
	margin-bottom: 2px;
}
div.LeftNav a:hover 
{
	background: #666699;
}
div.LeftNav a.sel 
{
	background: #666699;
}
div.LeftNav ul 
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}
div.LeftNav li
{
	position: relative;	
}
div.LeftNav li ul 
{
	left: 191px;
	top: 0px;
	position: absolute;
	display:none;
	float:none;
	width: 300px;
	text-align: left;
	height: 1%;
}
/* Fix IE. Hide from IE Mac \*/
* html div.LeftNav ul li { float: left; }
* html div.LeftNav ul li a { height: 1%; }
/* End */
div.LeftNav li:hover ul
{
	display: block;
}
div.LeftNav li.over ul
{
	display: block;
	height: 1%;
}
div.LeftNav li ul li
{
	padding: 0px;
	margin: 0;
	border-left: 1px solid black;
}
div.LeftNav li ul li a 
{
	text-align: left;
	margin: 0px;
	padding-left: 8px;
	border-bottom: 1px solid #323779;
	background: #39468a;
}