@charset "utf-8";

/* For Menu Testing Only */

body, html{margin:0;padding:0;font-size:100%;}
.hand{cursor:pointer;}
.help{cursor:help;}

/* CSS Popout Menu */

#vmenu{
position:relative;
z-index:2;

}

#vmenu a, #vmenu h2{
	font:bold .7em/1.4em tahoma,helvetica,sans-serif;
	display:block;
	margin:0em;
	border-width:0.1em;
	border-style:solid;
	border-color:#fff #fff #fff #fff;
	white-space:nowrap;
	text-indent:3px;
	width:14em;
	text-align: right;
}

#vmenu a{
	background:#fff;
	text-decoration:underline;
	padding:7px 0px;
	margin-right: 2px;
}

#vmenu a, #vmenu a:visited{
color:#666;
text-decoration:none;
text-decoration:underline;

}

#vmenu a:hover{
color:#ccc; /* hover Property for sub-links */
text-decoration:underline;
padding-right:0;
}

#vmenu a:active{
color:#ccc;
text-decoration:underline;
padding-right:0;
border-width:2px;
border-style:solid;
border-color:#fff;
}

#vmenu h2{
color:#666;
background:#fff;
text-transform:uppercase;
margin:0;
padding:.1em 0;
}

#vmenu li{
list-style-type:none;
}

#vmenu ul li{
position:relative;
}

#vmenu li ul{
position:absolute;
top:0;
left:9.9em;
display:none;
background:#fff no-repeat bottom right;
}

/* Fix IE. Hide from IE Mac \*/
* html #vmenu ul li{float:left;height:1%;}
* html #vmenu ul li a{height:1%;}
/* End */

div#vmenu ul, div#vmenu ul ul, div#vmenu ul ul ul{
list-style-image:none;
	padding: 0px;
	margin-left: 1px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#vmenu ul ul{
	border-color:#666;
	border-width:1px;
	border-style:solid;

}

div#vmenu ul ul, div#vmenu ul ul ul, div#vmenu ul li:hover ul ul, div#vmenu ul li:hover ul ul ul{
display:none;
}

div#vmenu ul li:hover ul, div#vmenu ul ul li:hover ul, div#vmenu ul ul ul li:hover ul{
display:block;
}

/* Styling for Expand */

#vmenu a.x, #vmenu a.x:visited{
font-weight:bold;
text-indent:3px;
color:#666;
background:#fff no-repeat bottom right;
}

#vmenu a.x:hover{
color:#ccc;
background:#fff;
}

#vmenu a.x:active{
color:#060;
background:#fff;
}
