/* First Level UL List */
#nav-vertical {
	padding:0;
	list-style:none;
	margin: 0;
	}
	
#nav-vertical li {
	margin: 0px;
	padding: 0px;
		}
	
#nav-vertical li a {
	display: block;
	height: 50px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 240px;
		}
#nav-vertical /* Using CSS Sprite for menu item */
	 li  a.question {
	color: #ffffff;
	/*font-size: 14px;*/
	/*font-weight: bold;*/
	text-decoration: none;
	width:240px;
	background-image: url(../img/nav_back2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 50px;
	padding: 0px;
	background-position: left bottom;
		}
		
#nav-vertical /* Using CSS Sprite for menu item */
	 li  a.question3 {
	color: #ffffff;
	/*font-size: 14px;*/
	/*font-weight: bold;*/
	text-decoration: none;
	width:240px;
	background-image: url(../img/nav_back2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 50px;
	padding: 0px;
	background-position: left bottom;
		}
		
		
#nav-vertical  li  a.question:hover, .questionOver {
	color: #59592b;
	/*font-size: 14px;*/
	/*font-weight: bold;*/
	text-decoration: none;
	width:240px;
	background-image: url(../img/nav_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#nav-vertical  li  a.question3:hover, .questionOver {
	color: #59592b;
	/*font-size: 14px;*/
	/*font-weight: bold;*/
	text-decoration: none;
	width:240px;
	background-image: url(../img/nav_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}


		
/* Second Level UL List*/
#nav-vertical ul {
	width:240px;
	margin: 0px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
		
#nav-vertical ul li {
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	padding-top: 0px;
	margin: 0px;
			}
#container #content-left #nav2 #nav-vertical .menu .question {
	margin: 0px;
	cursor: pointer;
}
#container #content-left #nav2 #nav-vertical .menu .questio3 {
	margin: 0px;
	cursor: pointer;
}
.question2 {
	display: block;
	margin: 0px;
	padding-left: 20px;
	cursor: pointer;
	padding-top: 15px;
}
.sub-menu {
	margin: 0px;
	padding: 5px 0px;
	cursor: pointer;
}
/* styling of submenu item */
#nav-vertical li ul li {
	
}
#nav-vertical ul li a {
	width:220px;
	height:auto;
	text-indent:0;
	color:#59592b;
	text-decoration:none;
	padding-left:20px;
	/*font-size: 13px;*/
	/*font-weight: bold;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin: 0px;
	}

#nav-vertical ul li a:hover {
	color:#59592b;
}

#nav-vertical ul li a:active {
	color:#59592b;
	background-color: #3f3f21;
}

/* remove border bottom of the last item */
#nav-vertical ul li a.last {
	border-bottom: none;
}		

