
#menucontainer{
   position: absolute;
   left: 0px;
   top: 10px;
   width: 100%;
   height: auto;
   border: none;
   text-align: center;
}


#menu {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   margin-left: 0px;
   margin-right: 0px;
}

#menu a:link, #menu a:visited, #menu a:hover {
   color: #802020;
   text-shadow: 2px 2px 6px black
}
#menu a:hover {
   color: #fa4040;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	background-color: SlateGray;
	background-image: url(../gfx/nb_menubg.png); background-repeat: repeat-x;
	width: 100%;
	height: 33px;
	margin: auto;
}


#menu li, #menu #logo, #menu #last {
   width: auto;
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#menu li, #menu #last {
   float: right;
}
#menu #logo{
   float: left;
}

#menu #logo {
	background-image: url(../logos/nb_menulogo.png); background-repeat: no-repeat;
	background-position: 0 0;
	width: 200px;
	height: 33px;
}
#menu #logo:hover {
	background-position: 0 -33px;
}


#menu ul a {
background-image: url(../gfx/nb_menudiv.png); background-repeat: no-repeat;
background-position: right;
padding-right: 16px;
padding-left: 16px;
display: block;
line-height: 33px;
text-decoration: none;
font-size: 24px;
font-weight: normal;
color: #371C1C;
}

#menu #last{
	padding-right: 136px;
}

#menu #logo a, #menu #last a{
	background-image: none;
}
