body {
background-color: #000000;
color: #ccc;
font-family: arial;
font-size: 12px;
margin:0px;

}

A:link {color: #ffffff; text-decoration: none}
A:visited {color: #ffffff; text-decoration: none}
A:active {color: #ffffff; text-decoration: none}
A:hover {color: #ffffff; text-decoration: underline;}

#ml_roadcase {
background: url(images/ml_roadcase.jpg) no-repeat;
width: 800px;
height: 480px;
margin-top: 0px;
margin-left: auto ;
margin-right: auto ;
}

#ml_content {
width: 800px;
margin-top: -100px;
margin-left: auto ;
margin-right: auto ;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 850px;
	height: 150px;
	position: relative;
	border-top: 1px dotted #cccccc;
}

#menu span {
	display: none;
	position: absolute;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu a:hover span{
	display: block;
}

#menu .courtney {
	width: 184px;
	height: 150px;
	background: url(images/courtney_icon.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .chris {
	width: 220px;
	height: 150px;
	background: url(images/chris_icon.jpg) no-repeat;
	left: 171px;
	top: 0px;
}

#menu .wgj {
	width: 117px;
	height: 150px;
	background: url(images/wgj_icon.jpg) no-repeat;
	left: 380px;
	top: 0px;
}

#menu .rh {
	width: 174px;
	height: 150px;
	background: url(images/rh_icon.jpg) no-repeat;
	left: 488px;
	top: 0px;
}

#menu .clayton {
	width: 195px;
	height: 150px;
	background: url(images/clayton_icon.jpg) no-repeat;
	left: 655px;
	top: 0px;
}