#menuList {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	z-index:100;
	margin: 0;
	padding:0;
	text-decoration: none;
	text-align: left;
	background: #ffffff;
	display: block;
	width:100%;
	margin-top:-2px;
}

#mainMenu {
	position:relative;
	background: #cccccc;
}

#menuList ul {
	z-index:100;
	margin: 0;
	padding: 0;
	width:100%;
	position: relative;
}

/*----------------------mainmenu spacing*/
#menuList li {
	z-index:100;
	display:block;
	list-style: none;
	margin: 2px;
	padding: 2px;
	margin-top:5px;
}
#menuList ul li {
	padding: 0;
	margin:0 0 0 1.5em;
	display:block;
}

/*----------------------mainmenu*/
a.starter {
	font-style: normal;
	font-weight: bold;
	color: #D31D1C;
	text-decoration: none;
	z-index:100;
	margin: 0px;
	padding: 0 18px 0 0;
	background:url(graphics/navbutt_up.gif) no-repeat top right;
}
body#home #nav_home a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#bureau #nav_bureau a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#lists #nav_lists a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#technical #nav_technical a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#mailing #nav_mailing a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#data #nav_data a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#case #nav_case a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#contact #nav_contact a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#terms #nav_terms a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#unsubscribe #nav_unsubscribe a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#data_audit #nav_data a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#business_intelligence #nav_data a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#direct_marketing #nav_data a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}
body#data_profile #nav_data a.starter {
	background:url(graphics/navbutt_over.gif) no-repeat top right;
}

/*----------------------mainmenu rollovers*/
a.starter:hover, a.starter:active, a.starter:focus {
	background-color: #fff;
	color: #000000;
}

.menu {
	margin:0;
	padding:0;
	text-align: left;
	z-index: 100;
	visibility: visible;
}

.menu li {
	width:150px;
}

/*----------------------submenus*/
.menu li a {
	color: #80744F;
	text-decoration: none;
    text-align: left;
	background-color: #eeece4;
	z-index:100;
    display: block;
	width:100%;
    padding:2px;
	margin: 0px;
    padding-left: 5px;
	padding-right: 5px;
}

/*----------------------submenu rollovers*/
.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #DAD7C5;
	color: #000000;
}
