#menu, #menu ul {
	list-style-type: none;
	font-size: 11px;
	color: #ffffff;
	font-family: helvetica, verdana, arial;
	padding: 0;
	margin: 0;
}

#menu a {
	display: block;
	padding: 0 15;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	font-family: helvetica, verdana, arial;
	border: none;
	outline: none;
	white-space: nowrap;
}

#menu li {
	height: 20px;
	padding:0;
	margin:0;
	background: transparent;
	border:1px solid #FFFFFF;
	border-width: 0 1 0 0;
	line-height: 20px;
	float:left;
}

.menu1 {
	width: 99px;
}

.menu2 {
	min-width: 99px;
}

#menu li ul {
	position: absolute;
	background: #B7B7B7;
	left: -999em;
	border-width: 0;
	text-align: left;
}

#menu li ul li {
	height: 20px;
	padding:0;
	margin:0;
	background: #B7B7B7;
	/*background: #7a828f;*/
	float:left;
	line-height: 20px;
	clear: left;
	border-width: 0;
}

#menu li:hover ul {
	left: auto;
	border-width: 0;
	background: #B7B7B7;
	display: block;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	background: #B7B7B7;
	border-width: 0;
	display: block;
}

#menu a:hover {
	color: #a4816e;
	outline: none;
	white-space: nowrap;
	background: #B7B7B7;
	border-width: 0;
	display: block;
}

#menu a.active {
	color: #a4816e;
	white-space: nowrap;
	background: #B7B7B7;
	border-width: 0;
	display: block;
}
