/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #FFCC33;
}
body {
	background-color: #000000;
}
	
/*      V1        */
	

.outer{
	margin:0px;
	padding:0px;
}
#masthead {
	height: 200px;
background:transparent url(../Images/Hotwing_logo_hrz.png) center center no-repeat;
}

#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	padding:0px;
	}
#menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
#menu li a {
		height: 32px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		height: 24px;
		text-decoration: none;
		font-weight:normal;
		}
		
#menu li a:link, #menu li a:visited {
	color: #9E3C02;
	display: block;
	padding: 8px 0 0 30px;
	background-image: url(../Images/menu4.gif);
		}
		
#menu li a:hover {
		color: #fff;
		background-image: url(../Images/menu4.gif) 0 -32px;
		padding: 8px 0 0 30px;
		}
		
#menu li a:active {
		color: #fff;
		background-image: url(../Images/menu4.gif) 0 -64px;
		padding: 8px 0 0 30px;
		}
