.menu {	
	color: #000000;
	position: relative;
	background: #f0f0f0;
        height: 26px;
	border-left: 1px solid #3e3d3d;
	border-right: 1px solid #3e3d3d;
}

.vtoggle {
	height: 16px;
}

.vtoggle span {
	font: 1.80em "Trebuchet MS", Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
	cursor: pointer;
        margin: 0 0 0 190px;
}

.vmenu {
	position: absolute;
	left: 205px;
	top: 0;
}

.vmenu ul, .vmenu li {
	list-style-type: none;
	padding: 0;
        margin: 0;
}

.vmenu li {
	float: left;
	height: 15px;
	padding: 5px 0 2px 10px;
}

.vmenu a {
	font: 1.00em "Trebuchet MS", Tahoma, Helvetica, Sans-Serif;
	font-weight: regular;
	color: #000000;
	text-decoration: none;
}

.vmenu a:hover { 
	color: #e7c21b;
}

.vmenu a.here {	
	font-weight: bold;
        color: #e7c21b;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/* html 
.clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
