/*menu content styles */

#menu {

	width: 199px;
	text-align: left;
	color: #000066;
	padding: 0;
	float:left;
}

#menu ul{
	margin : 0;
	padding : 0;
	background : none;
}

#menu ul ul{
	padding: 0 0 0 10px;
	background: none;
}

#menu li{
	margin : 0;
	padding : 0;
	list-style : none;
	border-bottom : 1px solid #948dc5;
}

#menu a{
	color : #030166;
	font-weight : normal;
	display : block;
	padding : 3px 5px 3px 20px;
	text-decoration : none;
	font-size : 11px;
}

#menu a.open{
	background: #030166;
	color: #fff;
	border-left: solid 1px #C9B92C;
}

#menu a.open:hover{
	color: #fff;
	text-decoration: underline;
}

#menu a.clearance{
	color : #FCF200;
}

#menu a:hover{
	color : #030166;
}

#menu li li{
	text-align : center;
	height: auto;
	padding: 0;
	margin: 0;
	color : #300166;
	font-size : 11px;
	border-bottom : 0px solid #FFEB1E;
}

#menu li li a{
	background : #F8F8F8;
	color : #030166;
	text-decoration : none;
	text-align : left;
	border-left: solid 1px #C9B92C;
}

#menu li li a:hover{
	color : #030166;
	text-decoration : underline;
	text-align : left;
}

#menu li li a.active, #menu li li a.active:hover{
	background:	#fecd04;
	color : #030166;
	text-decoration: none;
	text-align : left;
	border-left: solid 1px #C9B92C;
}

#menu h3{
	font-size : 15px;
	margin-top : 10px;
}

/* xList menu */
ul#debtCatNav ul {
	padding: 0;
	margin: 0;
	display : none;
}

