/* @override 
	http://localhost:8888/content/css/navv.css
	http://localhost:8888/css/navv.css
*/

.nav-vertical {
	margin: 0;
	padding: 0;
	width:200px; /* Parent Width */
	line-height:31px; /* Button Heights */
		list-style-type: none;
	list-style-image: none;
}
.nav-vertical li ul {
	margin-left:140px; /* Same as Parent Width */
	margin-top:-31px; /* Same as Button Heights plus any vertical borders or margins */
}
.nav-vertical a {
	color:#fff; /* Parent Text Color */
	background: url(../images/graphics/button_left_background.jpg) no-repeat ; /* Parent Background Hover Color */
	padding:0 0px; /* DO NOT USE TOP or BOTTOM PADDING */
	text-decoration:none;
	text-align:left;
	padding-left:35px;
	float: left;
	width: 200px;
	margin-bottom: 0px;

}
.nav-vertical a:hover {
	color:#FFF; /* Parent Text Hover Color */
	background: url(../images/graphics/button_left_background_over.jpg) no-repeat; /* Parent Background Hover Color */
}
.nav-verticsl ul ul {
	width:140px; /* Child Width */
}



/* 1st Children */
.vnav ul ul a {
	color:#FFF; /* Child Text Color */
	background:#090; /* Child Background Color */
}
.vnav ul ul a:hover {
	color:#FFF; /* Child Text Hover Color */
	background:#060; /* Child Background Hover Color */
}
/* 2nd Children */
.vnav ul ul ul a {
	color:#FFF; /* Child Text Color */
	background:#900; /* Child Background Color */
}
.vnav ul ul ul a:hover {
	color:#FFF; /* Child Text Hover Color */
	background:#600; /* Child Background Hover Color */
}
/* 3rd Children */
.vnav ul ul ul ul a {
	color:#FFF; /* Child Text Color */
	background:#009; /* Child Background Color */
}
.vnav ul ul ul ul a:hover {
	color:#FFF; /* Child Text Hover Color */
	background:#006; /* Child Background Hover Color */
}
/* 4th Children */
.vnav ul ul ul ul ul a {
	color:#FFF; /* Child Text Color */
	background:#990; /* Child Background Color */
}
.vnav ul ul ul ul ul a:hover {
	color:#FFF; /* Child Text Hover Color */
	background:#660; /* Child Background Hover Color */
}
/* 5th Children */
.vnav ul ul ul ul ul ul a {
	color:#FFF; /* Child Text Color */
	background:#099; /* Child Background Color */
}
.vnav ul ul ul ul ul ul a:hover {
	color:#FFF; /* Child Text Hover Color */
	background:#066; /* Child Background Hover Color */
}
/* 6th Children */
.vnav ul ul ul ul ul ul ul a {
	color:#FFF; /* Child Text Color */
	background:#909; /* Child Background Color */
}
.vnav ul ul ul ul ul ul ul a:hover {
	color:#FFF; /* Child Text Hover Color */
	background:#606; /* Child Background Hover Color */
}
/* 7th Children */
.vnav ul ul ul ul ul ul ul ul a {
	color:#FFF; /* Child Text Color */
	background:#FF6600; /* Child Background Color */
}
.vnav ul ul ul ul ul ul ul ul a:hover {
	color:#FFF; /* Child Text Hover Color */
	background:#FF9933; /* Child Background Hover Color */
}
/* 8th Children */
.vnav ul ul ul ul ul ul ul ul ul a {
	color:#FFF; /* Child Text Color */
	background:#900; /* Child Background Color */
}
.vnav ul ul ul ul ul ul ul ul ul a:hover {
	color:#FFF; /* Child Text Hover Color */
	background:#600; /* Child Background Hover Color */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.vnav a {
	display:block;
}
.vnav ul, .vnav li {
	list-style:none;
	margin:0;
	padding:0;
}
/* 1st children */
.vnav li ul {
	position:absolute;
	visibility:hidden;
}
.vnav li:hover>ul {
	visibility:visible;
}

