#menu {
	width: 910px;
}
#nav {
	float: right;
	list-style:none;
	width:750px;
	margin-top: 70px;
	display: block;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#nav li a {
	display: block;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#nav ul{
	margin:0;
	padding:0;
	position:relative;
}
#nav ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #930D02;
}
#nav ul li a:hover{
	background-color:#ffffff;
	color:#9e0d02;
}
#nav li{
	float:left;
	position:relative;
}
#nav ul {
	position:absolute;
	display:none;
	top:1.7em;
}
#nav li ul a{
	width:105px;
	height:auto;
	float:left;
}
* html #homeLink {
	width: 43px;
}
* html #companyLink {
	width: 43px;
}
* html #servicesLink {
	width: 43px;
}
* html #creativeLink {
	width: 43px;
}
* html #careersLink {
	width: 43px;
}
* html #pressroomLink {
	width: 75px;
}
* html #contactLink {
	width: 43px;
} 
* html #marketingLink {
	width: 95px;
}    