﻿<style type="text/css">
<!--
.vmenu {
	margin-top:0px;
	/*background:#69B7FF;*/
}
/* remove all the bullets, borders and padding from the default list styling */
.vmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.vmenu li {
	float: left;
	width: 100%;/*156px;*/
	position: relative;
	z-index: 10;
	background:#69B7FF;
	border-bottom:1px solid #333;
}
.vmenu ul li.current {
	background: #00529C;
	color: #fff;
}
.vmenu li.children_current {
	background:#00529C;
	
}
.vmenu li a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	font: bold Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.vmenu li a:hover {
	background: #0287FF;
}


/* style the second-level */

.vmenu ul ul li {
	padding-left: 20px;
	/*margin-left: 10px;*/
	width:160px;
	z-index: 10;
	background:#69B7FF;
}
/*
.vmenu ul li.children, .vmenu ul li.children a:hover {
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
.vmenu ul li.children_current a, .vmenu ul li.children_current {
	background-image: url(../img/minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
.vmenu ul li.children_current ul li.item a, .vmenu ul li.children_current {
	background-image:none;
	}
*/	
	
	
.vmenu ul li.children_current li
{
	background:#009C98;
}
.vmenu ul li.children li 
{
	background-color: #009C98;
}
.vmenu li.children li.current{
	background:#00529C;
}
.vmenu #libmenuform {
	margin:0;
	padding-left:20px;
	}

.vmenu ul li.children a, .vmenu ul li.children_current a {
	padding: 5px 5px 5px 5px;
}


-->
</style>

