.leftNav ul {
	margin: 0!important;
	padding: 0!important;
	list-style: none;
	width: 173px;
	padding-top: 10px!important;
	padding-bottom: 5px!important;
	height: 140px;
	}

.leftNav ul li {
	/*position: relative;*/
	padding: 0;
	border-top: 1px solid #35485f; 
	border-bottom: 1px solid #35485f;
	}

.leftNav li ul {
	position: absolute;
	left: 173px;
	top: 0;
	display: none;
	}

.leftNav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #35485f url(../images/arrow_white.gif) 15px 5px no-repeat;
	padding: 0 0 3px 25px;
	border-bottom: 0;
	}

.leftNav ul li a:hover {
	color: #ff9c00;
}

/* Fix IE. Hide from IE Mac \*/
* html .leftNav ul li { float: left; }
* html .leftNav ul li a { height: 1%; }
/* End */

.leftNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 173px;
	border-bottom: 1px solid #ccc;
	}

.leftNav li:hover, .leftNav li.over{
	border-top: 1px dotted #fff; 
	border-bottom: 1px dotted #fff;
}

.leftNav li:hover li, .leftNav li.over li {
	border-top: none; 
	border-bottom: none;
}

.leftNav li:hover a, .leftNav li.over a{
	color: #ff9c00;
}

.leftNav li:hover li a, .leftNav li.over li a{
	color: #fff;
}

.leftNav li:hover li a:hover, .leftNav li.over li a:hover{
	color: #ff9c00;
	text-decoration: none;
}

.leftNav li:hover ul, .leftNav li.over ul { 
	display: block; 
	height: 140px!important;
	background: #35485f;
	border-left: 1px dotted #fff; 
	 }
	
/* Fix IE. Hide from IE Mac \*/
* html .leftNav ul li { float: left; height: 1%; }
* html .leftNav ul li a { height: 1%; }
/* End */
