/* Main Navigation */
/* Clear Bankruptcy */

#col-left #nav {
  padding-left: 2px;
  margin-bottom: 25px;
}

#col-left #nav ul {
  clear: both;
}

#col-left #nav ul li {
  margin: 0;
  width: 173px;
  background: transparent url(../images/bg-a-header.gif) left top no-repeat;
  font-size: 12px;
  line-height: 33px;
  clear: both;
	text-align: left;
	list-style-type: none;	
	list-style-image: none;	
}

#col-left #nav ul li a {
  padding-left: 10px;
	display: block;
	height: 33px;
  line-height: 33px;
	width: 170px;
	color: #fff;
	text-decoration: none;
}

#col-left #nav ul li a:hover {
  background: url(../images/bg-a-header-current.gif) left	 top no-repeat;
}

#col-left #nav ul li.selected {
  margin: 0;
  width: 173px;
  background: url(../images/bg-a-header-current.gif) left top no-repeat;
  font-size: 12px;
  line-height: 33px;
  clear: both;
	text-align: left;
	list-style: none;
}

#col-left #nav ul li.selected ul li a{
 width:138px;
 padding:0;
 margin:0;
}

#col-left #nav ul li.selected a {
  color: #fff;
	background: url(../images/bg-a-header-current.gif) left top no-repeat;
}

#col-left #nav ul li ul, #col-left #nav ul li.selected ul {
  margin: 0 0 7px 0;
	padding: 0 0 8px 0;
  clear: both;
	background: transparent url(../images/bg-nav-bottom.gif) bottom left no-repeat;
}

#col-left #nav ul li ul li, #nav ul li.selected ul li {
	width: 173px;
  padding: 0;
  margin: 0;
  line-height: 25px;
  background: transparent url(../images/bg-a.gif) left top no-repeat;
	color:#9F4812;
  list-style-image: none;
  list-style-type: none;
}

#col-left #nav ul li.selected ul li a, #col-left #nav ul li ul li a { 
  height: 24px;
  font-size: 11px;
  color: #62add2;
  display: block;
	outline: none;
  line-height: 25px;
  text-decoration: none;
	padding: 0 0 0 30px;
  margin: 0;
	background: transparent;
} 

#col-left #nav ul li.selected ul li a:hover, #col-left #nav ul li ul li a:hover { 
  text-decoration: underline;
	background: transparent;
}

#col-left #nav ul li.selected ul li.selected a, #col-left #nav ul li ul li.selected a { 
  font-size: 11px;
  color: #9f4812;
	display: block;
	line-height: 25px;
	text-decoration: none;
  padding-left: 0;
  text-indent: 30px;
	margin: 0;
	background: transparent url(../images/bg-a-current.gif) no-repeat scroll left top;
}

#col-left #nav ul li.selected ul li.selected a:hover, #col-left #nav ul li ul li.selected a:hover {
  background: transparent url(../images/bg-a-current.gif) no-repeat scroll left top;
	text-decoration: underline;
}
