/* CSS Document */

#leftnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#leftnav ul ul{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#leftnav ul ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#leftnav ul li {
	text-align: left;
	border-top: 1px solid #6699cc;
	width: 225px;
	margin: 0;
	padding: 0;
	font: 12px/15px Verdana, Lucida, Arial, sans-serif;
	line-height: 18px;
	color: #fff;
	background: #336699;
}

#leftnav ul ul li {
	text-align: left;
	border-top: 1px solid #6699cc;
	width: 225px;
	margin:  0;
	padding: 0;
	font: 12px/15px Verdana, Lucida, Arial, sans-serif;
	line-height: 18px;
	color: #000;
	background: #5580a9;
}

#leftnav ul li a {
	display: block;
	font-weight: normal;
	padding-left: 10;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
	color: #fff;
	width: 225px; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 225px;	/* You get it. Good value for compliant browers. */	
}

#leftnav ul ul li a {
	display: block;
	font-weight: normal;
	padding-left: 15;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
	color: #fff;
	width: 225px; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 225px;	/* You get it. Good value for compliant browers. */	
}

#leftnav ul li a:hover {
	font-weight: normal;
	background: #7f9dbf;
	color: #fff;
	text-decoration: none;
	width: 225px;	/* You get it. Good value for compliant browers. */	
}

#leftnav ul ul li a:hover {
	font-weight: normal;
	background: #5580a9;
	color: #ffcc33;
	text-decoration: none;
	width: 225px;	/* You get it. Good value for compliant browers. */	
}

#leftnav #imhere1	{
	color: #fff !important;
	background: #7f9dbf !important;
}

#leftnav #imhere2	{
	color: #fc3 !important;
	background: #5580a9 !important;
}
