

#menu {
	width: 886px;
	background: #000000;
	padding-left: 10px;
	height: 32px;
	background:  url(images/menu-bg2.jpg) repeat;
}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90
}


#menu  ul li {
	float: left;
	margin: 0 2px 2px 2px;
	padding: 0;
	font-size: 12px;
	line-height: 1, 5em;
	list-style-type: none;
}

#menu  ul li.sep {
	color: white;
	padding: 0.3em 0.5em 0.5em 1em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}
/* End IE5-Mac hack */



#menu ul li a {
	float: left;
	display: block;
	width: auto;
	text-wrap: none;
	white-space:pre; 
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	margin: 2;
	padding: 0.3em 0.5em 0.5em 0.5em;

}

#menu  ul li a:hover {
	color: #03AFDA;
	text-decoration: none;
}


#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	color: white;
	top: 0px;
	left: 0px;
	background-color: #000000;

	display: block;
}


#menu  ul.level2 li, #menu ul.level3 li {
	float: none;
	margin: 0;
	padding: 0.1em;

}

#menu  ul.level2 li a, #menu ul.level3 li a {
	padding: 5px 9px 5px 5px;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	font-weight: normal;
	color: #03AFDA;
	background-image: none;
}





