﻿#nav
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 38px;
	position: relative;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
#nav li.top
{
	display: block;
	float: left;
	margin-left: -3px;
	margin-top: -3px;
}

#nav li:hover ul.sub
{
	left: 0px;
	top: 36px;
	float:left;
	padding: 0px;
	white-space: nowrap;
	width: 150px;
	z-index: 300;	
}
#nav li:hover ul.sub li
{
	float:left;
	}
#nav li:hover ul.sub li a
{
	display: block;
	float:left;
	font-size: 11px;
	height: 18px;
	width: 180px;
	line-height: 18px;
	text-indent: 5px;
	text-decoration: none;
	font-weight :normal;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dvmenutitle a
{
	display: inline-block;
	width: auto;
	height: 30px;
	text-decoration: none;
	text-align: left;
	color:#000;
	border :solid;
	border-color :#007757;
	background-repeat: repeat-x;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background-position: left top;
	padding-bottom: 0px;
	white-space: normal;
	padding-right: 10px;
	float: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
.dvmenutitle a:hover
{
	background-color:#FFEB91;	
	width: auto;
	vertical-align: top;
	color : #00815E;
}
