

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 199px;
	font-style: verdana;
	border-top: 1px solid #fff;
	text-align: center;
	}
#nav li a {
	display: block;
	text-decoration: none;
	color: #5e5e4f;
	
	background: #fff;
	background: url(../images/menu-back-working1.jpg);
	padding: 5px;
	border-bottom: 0px;
	border-bottom: 1px solid #fff;
	font-size: 1.3em;
	
	font-weight:bold;
	}
	
#nav li a:hover{
	background: url(../images/side-working.jpg);
	/*color:#5e5e4f;*/
	color:white;
	font-weight:bold;
	}
#nav li {
	position: relative;
	}
	
#nav li ul {
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
	width:150px;
	z-index:15;
	float:left;
	}

#nav li ul li a {
	border-left:1px solid white;
	border-right: 1px solid white;
	font-size:1em;
}
	

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

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