#nav_defaultVdp, 
#nav_defaultVdp ul {
	padding:0;
	margin:0;
padding:0 0 5px 0;
	list-style:none;
	height:auto;
	min-height:18px;
	font-size: 11px;
	font-family: Helvetica, Arial, Lucida Sans, sans-serif;
	
	position:relative;
	z-index:100;
	/*text-transform:uppercase;*/
	color:#811618;
}
#nav_defaultVdp {/*width:100%;*/ padding:0;  padding-top:10px; /*background-color:#FFEFD0;*/}

#nav_defaultVdp table {border-collapse:collapse;}
#nav_defaultVdp li {float:left; height:19px;}
#nav_defaultVdp li li {float:none; height:18px; background:#000; }
/* a hack for IE5.x and IE6 */
#nav_defaultVdp li a li {float:left; height:18px; width:100%;}

#nav_defaultVdp li a {display:block; float:left; color:#FFEFD0; height:19px; padding:0 10px 0 10px; line-height:19px; text-decoration:none; white-space:nowrap; font-weight:bold; height:18px;/* border-left:1px solid #fff;*/}
#nav_defaultVdp li li a {height:18px; line-height:18px; color:#fff; float:none; font-weight:normal; }

#nav_defaultVdp li:hover {position:relative; z-index:100; height:18px; line-height:18px;}
#nav_defaultVdp a:hover {position:relative; z-index:100; background-color:#C29A6D; line-height:18px; color:#ffffff; /*border-left:1px solid #fff;*/}
#nav_defaultVdp li:hover > a {/*border-left:1px solid #811618; */ line-height:18px; height:18px;  background:#FFEFD0; color:#811618;}

#nav_defaultVdp :hover  ul {left:0; top:18px; /*border-left:1px solid #843;*/ z-index:300; background-color:#000;}
#nav_defaultVdp a:hover ul {left:-1px; height:18px; background:#000;}

#nav_defaultVdp ul {position:absolute; left:-9999px; top:-9999px; width:200px; background-color:#000000;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav_defaultVdp li:hover li:hover > ul {left:0; margin-left:100%; top:0; background-color:#000000;}
/* keep further levels hidden */
#nav_defaultVdp li:hover > ul ul {position:absolute; width:200px; background-color:#000; left:-9999px; top:-9999px;}
/* show path followed */
#nav_defaultVdp li:hover li:hover > a {background:#a60000; /*width:200px;*/  color:#fff; /*border-left:1px solid #fff;*/}

#nav_defaultVdp li a:hover ul li a:hover {background:#000000; width:100%;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav_defaultVdp a:hover a:hover ul,
#nav_defaultVdp a:hover a:hover a:hover ul,
#nav_defaultVdp a:hover a:hover a:hover a:hover ul,
#nav_defaultVdp a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav_defaultVdp a:hover ul ul,
#nav_defaultVdp a:hover a:hover ul ul,
#nav_defaultVdp a:hover a:hover a:hover ul ul,
#nav_defaultVdp a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}




