
.vmenu {
	font-family: arial, sans-serif; 
	width:183px; 
	height:150px; 
	margin:0; 
	font-size:11px;
}
.vmenu ul li a, .vmenu ul li a:visited {
	display: block; 
	color: #0067c5; 
	width: 183px; 
	height:20px; 
	text-align: left;
	text-indent: 18px;
	text-decoration: none;
	border:1px solid #fff; 
	border-width:1px 1px 0 0;
	background:#fff; 
	line-height:19px; 
	font-size:10px;
}
.vmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.vmenu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
}
.vmenu ul li ul {
	display: none;
}

/* specific to non IE browsers */
/* This is the control for mouse over of the main buttons */
.vmenu ul li:hover a {
	color:#454545; 
	background:#dedede;
}
.vmenu ul li:hover ul {
	display:block;
 	position:absolute;
	top:0; 
	left:184px; 
	width:145px;
	z-index:100;
}
.vmenu ul li:hover ul li ul {
	display: none;
}
/* This is the control for the flyout colors */
.vmenu ul li:hover ul li a {
	display:block; 
	background:#6699cc; 
	color:#fff; 
	width:150px;
	text-indent: 10px;
}
/* This is the control for the highlighting */
.vmenu ul li:hover ul li a:hover {
	background:#006699; 
	color:#fff;
}
.vmenu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:151px; 
	top:0; 
	color:#000;
}
