#menuv {
	width: 198px; /* set width of menu */
	text-align:left;	
}

#menuv ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;	
}

#menuv ul li {
	background-color:#E5FBFC;	
}

#menuv ul ul {
	background-color:#0000ff;
}

#menuv ul ul li {
	width:205px;
	background-color:#28607D;
}

#menuv li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#menuv ul ul, #menuv ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

div#menuv ul ul ,
div#menuv ul ul ul,
div#menuv ul li:hover ul ul,
div#menuv ul li a:hover ul ul,
div#menuv ul ul li:hover ul ul,
div#menuv ul ul li a:hover ul ul
{ visibility: hidden; }

/*div#menuv ul ul ,
div#menuv ul li:hover ul ul,
div#menuv ul ul ul,
div#menuv ul ul li:hover ul ul
{ display: none; }*/


/*div#menuv ul li:hover ul,
div#menuv ul ul li:hover ul,
div#menuv ul ul li:hover ul,
div#menuv ul ul ul li:hover ul
{display: block;}*/

/* hover of the dropdown menu */
div#menuv ul li:hover ul,
div#menuv ul li a:hover ul,
div#menuv ul ul li:hover ul,
div#menuv ul ul li a:hover ul,
div#menuv ul ul ul li:hover ul,
div#menuv ul ul ul li a:hover ul{ visibility: visible; }


/* style, color and size links and headings to suit */
#menuv a {
	display: block;
	margin: 0;	
	text-decoration: none;
}

#menuv li.main a {
	border-bottom:1px solid #28607D;
	color:#000000;
	padding: 3px 0px 3px 23px;
	background:#E5FBFC url(../images/menu/bulletleft.gif) no-repeat top left;	
}

#menuv li.main ul a {
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	padding: 3px 27px 3px 6px;
	background-image:none;
	background: #28607D;
}

#menuv ul ul a.x {
	background:url(../images/menu/bulletright.gif) no-repeat top right;
}

#menuv a, #menuv a:link, #menuv a:visited, #menuv a:hover, #menuv a:active {
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menuv li.main a:hover {	
	color: #ffffff;
	background: #587E93 url(../images/menu/bulletleft2.gif) no-repeat top left;
}

#menuv li.main ul a:hover {
	color: #000000;
	background: #E5FBFC;
	background-image:none;
}

#menuv li.main ul a.x:hover {
	background:#E5FBFC url(../images/menu/bulletright2.gif) no-repeat top right;
}