/* All <ul> tags in the menu including the first level */


#Menu {
	width:615px;
	text-align:center;
	text-transform:none;
	margin-top: 0;
	margin-bottom: 0;
	height: 28px;
}
.menulist {
	margin: 0;
	padding: 0;
	line-height:27px;
	list-style: none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:none;
	color: #FFFFFF;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: right;
}

/* Links inside the menu */
.menulist a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding:0 9px 0 9px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #C0C0C0;
	background-repeat: repeat-x;
	height: 28px;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
}
/* \*/
.menulist a {
 float: none;
}

