#nav {
	width: 100%;
	height: 133px;
}
#nav #logo {
	display: block;
	height: 133px;
	width: 133px;
	float: left;
	margin-left: 78px;
	margin-right: 55px;
	
}
#nav #list {
	display: inline;
	float: left;
	clear: none;
	padding-top: 32px;
	padding-left: 0px;
}
#nav #list ul {
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	list-style : none;
}
#nav #list ul li {
	padding-bottom: 17px;
	font-family: "Arial Black", Gadget, sans-serif;
	list-style : none;
	height: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration:none;
}
#nav #list ul li a {
	padding: 0px;
	display: block;
	text-decoration:none;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav #list ul li a:hover{
	text-decoration:none;
}
#holder #nav #list ul li a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidesubnav {
	display: inline;
	float: left;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: -185px;
	position: relative;
	left: -213px;
	width: 133px;
	clear: right;
}
