#vmenu{
	display:block;
	position: relative;
	list-style:none;
	width:auto;
	z-index:250;
	text-align: left;
	display:block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #DCE197;
	font-size: 14px;
	color: #333333;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D0B67B;
	border-bottom-color: #D0B67B;
	border-left-color: #D0B67B;
}


#vmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	}
	
#vmenu ul li {
	position: relative;
	}
	
#vmenu li ul {
	position: absolute;
	left: 260px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background-color: #FFFFCC;
	}

/* Styles for Menu Items */
#vmenu ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-family: fontin, arial;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#vmenu ul li a:hover {
	background-color: #B4CDCF;
	}
#vmenu ul li ul {
	border: thin solid #DDAC35;
	}
#vmenu ul li ul li a{
	color:#333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
/* Holly Hack. IE Requirement \*/
* html #vmenu ul li { float: left; height: 1%; }
* html #vmenu ul li a { height: 1%; }
/* End */

#vmenu li:hover ul, #vmenu li.over ul {
	display: block;
	width: 200px;
	z-index: 500;
} /* The magic */
#wrapper #bottom #bottom col a {
	font-size: 16px;
}

