.menu {
	width: 780px;
	position: relative; 
	margin: 0 0 15px 0;	
	float: left;
	background-image: url("../images/background_menu.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

.menu ul, menu li {
	padding: 0; 
	margin: 0;
	list-style-type: none;
}

.menu ul li {
	float: left;
	position: relative;
}

.menu li a {
	display: block; 
	text-decoration: none; 
	color: #000; 
	height: 1.5em;
	float: left;
	width: auto; /*80px;*/
	padding-right: 28px;
	font-weight: bold;
	color: #4D4D4D; 
	border-bottom: 6px solid #4D4D4D; 
	padding-left: 0px; 
	line-height: 1.5em;
	border-right: 1px solid #FFFFFF;
}

.menu li a:hover {
	display: block; 
	text-decoration: none; 
	color: #000; 
	height: 1.5em;
	float: left;
	width: auto; /*80px;*/
 	font-weight: bold;
	color: #4D4D4D; 
	border-bottom: 6px solid #BFFD35;
	padding-left: 0px; 
	line-height: 1.5em;
	border-right: 1px solid #FFFFFF;
}

.menu ul li ul {
	display: none;
}

.menu ul li ul a {
	border: 0;
	height: auto;
	width:150px;
/*	line-height: 25px; */
	font-weight: normal;
	padding: 2px 2px 2px 4px;
	border-right:1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	background-color: white;
}

.menu ul li ul a:hover {
	border: 0;
	height: auto;
	width:150px;
	padding: 2px 2px 2px 4px;
/*	line-height: 25px; */
	border-right:1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	font-weight: normal;
	background-color: #4D4D4D;
	color: white;
	
}

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:1.2em;
	margin-top:9px;
	left:0; 
	width:149px;
	border-left:1px solid #4D4D4D;
}