@charset "UTF-8";
/* CSS Document */

/* CSS Document */

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 0;
	border-top:0;
}

#nav ul li
{
	position: relative;
	
	width:124px;
height: 20px;
background-image:url(images/menu-background.png);
background-repeat:no-repeat;
display:block;
margin-bottom: 10px;
padding: 0px 3px 0px 23px;
font-size: small;
font-family:"Trebuchet MS", Verdana, Arial;
color: #fff;
text-decoration: none;
line-height: 20px;
vertical-align:middle;
}

#nav ul li.green
{
	position: relative;
	
	width:124px;
height: 20px;
background-image:url(images/menu-background-green.png);
background-repeat:no-repeat;
display:block;
margin-bottom: 10px;
padding: 0px 3px 0px 23px;
font-size: small;
font-family:"Trebuchet MS", Verdana, Arial;
color: #fff;
text-decoration: none;
line-height: 20px;
vertical-align:middle;
}

li ul 
{
	position: absolute;
	left: 149px;
	top: -1px;
	display: none;
}

#nav ul li a 
{
display:block;
	width:124px;
height: 20px;
font-size: small;
font-family:"Trebuchet MS", Verdana, Arial;
color: #fff;
text-decoration: none;
line-height: 20px;
vertical-align:middle;
}

#nav ul li.green a 
{
display:block;
	width:124px;
height: 20px;
font-size: small;
font-family:"Trebuchet MS", Verdana, Arial;
color: #fff;
text-decoration: none;
line-height: 20px;
vertical-align:middle;
}

#nav ul li:hover
{
background-image:url(images/menu-background-hover.png);
}

#nav ul li.green:hover
{
background-image:url(images/menu-background-darkgreen.png);
}


li:hover ul, li.over ul { 
	display: block; 
	color: #fff;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

/* End */

