.menu ul {
padding:0;
margin:0;
list-style-type:none;
display:inline;
}

.menu li {	
	padding:0;
	display:inline;
	margin:0;
	position:inherit;
	float:right;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	padding:0;
	margin:0;
	display:block;
	height:20px;
	width:100px;
	text-align:center;
	line-height:20px;
	list-style:none;
	list-style-image:none;
	text-transform:uppercase;
	text-decoration:none;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
position:absolute;
top:0;
left:0;
border-collapse:collapse;
}
/* style the top level hover */
.managed a{color:white; background:#4A54E2 url(../images/nav.gif) top left no-repeat;}
.home a{color:black; background:#BBE249 url(../images/nav.gif) top left no-repeat;}
.contact a {color:white; background:#E24A6E url(../images/nav.gif) top left no-repeat;}
.support a{color:white; background:#A34AE2 url(../images/nav.gif) top left no-repeat;}