@charset "utf-8";
/* CSS Document */

body{
	background:url(images/NFTitle.gif) center top no-repeat;
	background-color: white;
	font-family: tahoma;
	font-size: 11pt;
	color: #000;
	width:800px;
	margin:0px auto;
	height:100%;
}

.menu ul{
font: Tahoma, Geneva, sans-serif; font-size:14px; font-weight:bold;
text-align:center;
padding-left:0px;
margin-left:0px;
width:800px;
height: 20px;
vertical-align:middle;
}

.menu ul li{
list-style: none;
display: inline;
}

.menu ul li a{
padding: 0px 1.2em;
text-decoration: none;
float: none;
color: #FFF;
background-color: #000;
border: 0px solid #000;
}

.menu ul li a:hover{
background-color: #666;
border-style: outset;
}

html>body .hovermenu ul li a:active{
border-style: inset;
}

