/* CSS Document */

#vnav {
	width: 11em;
	color: #FFFFFF;
	font-family: Arial;
}

#vnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#vnav a, #vnav h2 {
	display: block;
	margin: 0;
	padding: 2px 3px;
	background-image: url(../images/layout/roundedtitle.jpg);
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

#vnav h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#vnav a {
	color: #000;
	text-decoration: none;
	background-color: #efefef;
	background-image: url(../images/layout/roundedtitle.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width:100%;
}

#vnav a:hover {
	background-image: url(../images/layout/sidebuttonshover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 1000;
	width: 100%;
}

#vnav current{
	background-image: url(../images/layout/sidebuttonshover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 1000;
	width: 100%;
}
#vnav li {
	position: relative;
	z-index: 1000;
	width: 12em;
}

#vnav ul ul ul {
	position: absolute;
	top: 0;
	left: 105%;
	width: 100%;
	z-index: 1000;
	background-color: #CCCCCC;
	background-image:none;
}

div#vnav ul ul ul,
div#vnav ul ul li:hover ul ul
{
	display: none;
	z-index: 1000;
}

div#vnav ul ul li:hover ul,
div#vnav ul ul ul li:hover ul
{
	display: block;
	z-index: 1000;
	background-image:url(../images/layout/sidebuttonshover.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}

div#vnav a:li
{
background-image:none;
}
