#menu {
	width: 900px;
	height: 24px;
	background: url('http://branzone.com/img/menu.gif') no-repeat;
	padding-left: 2px;
	padding-top: 0px;
	position: relative;
	}
	
#banner {
	width: 900px;
	height: 72px;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0;
	background: url('http://branzone.com/img/banner.jpg') no-repeat;
	position: relative;
	}

#subnav {
	width: 900px;
	height: 29px;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0;
	background: url('http://branzone.com/img/subnav.gif') no-repeat;
	}
	
#specialbanner {
	width: 900px;
	height: 102px;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0;
	cursor:pointer;
	cursor:hand;
	background: url('http://www.branzone.com/img/specials/banner_top_mw3.png') no-repeat;
	}

#menu ul li a:hover,
#menu ul li a.highlight {
	background-position: bottom left;
	}

#menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	}

#menu ul li a {
	font: 11px Tahoma;
	background-position: top left;
	text-decoration: none;
	display: block;
	height: 24px;
	float: left;
	}

#menu ul li a span {
	display: none;
	}

#menu ul li ul {
	display: none;
}

#menu ul li.over ul,
#menu ul li:hover ul {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
	top: 25px;
	left: 7px;
	width: 900px;
	}

#menu ul li ul li {
	height: 21px;
	border: none;
	display: block;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
	padding: 0px;
	float: left;
	background-color: transparent;
	}

#menu ul li ul li a {
	border: none;
	margin-top: 81px;
	font: 11px Tahoma;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	}

#menu ul li ul li a:active {
	text-decoration: underline;
	}

#menu ul li ul li a:hover {
	text-decoration: underline;
	}

#menu a.home {
	background: url('http://branzone.com/img/menu/home.gif');
	width: 45px;
	}

#menu a.homeb {
	background: url('http://branzone.com/img/menu/home.gif') bottom left;
	width: 45px;
	}

#menu a.dedicated {
	background: url('http://branzone.com/img/menu/dedicated.gif');
	width: 116px;
	}

#menu a.dedicatedb {
	background: url('http://branzone.com/img/menu/dedicated.gif') bottom left;
	width: 116px;
	}

#menu a.game {
	background: url('http://branzone.com/img/menu/game.gif');
	width: 89px;
	}

#menu a.gameb {
	background: url('http://branzone.com/img/menu/game.gif') bottom left;
	width: 89px;
	}

#menu a.voice {
	background: url('http://branzone.com/img/menu/voice.gif');
	width: 90px;
	}

#menu a.voiceb {
	background: url('http://branzone.com/img/menu/voice.gif') bottom left;
	width: 90px;
	}

#menu a.web {
	background: url('http://branzone.com/img/menu/web.gif');
	width: 78px;
	}

#menu a.webb {
	background: url('http://branzone.com/img/menu/web.gif') bottom left;
	width: 78px;
	}	
