.menu{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin:0px;
	height:50px;
	padding-top:0px;
	overflow:hidden;
	border-bottom-color:#666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:-1px;
}
.menu ul{
	width:372px;
	margin-top:0px;
	padding-left:0px;
	height:45px;
	padding-left:0px;
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:white;
	border-bottom:2px solid white;
}
.menu ul li{
margin-left:2px;	
display: inline;
padding-left:0px;
float:left;
clear:right;
overflow:hidden;
padding-top:12px;
}
.menu ul li a{
color: #6F6653;
padding: 14px 10px 25px 6px;
text-decoration: none;
font-size:0.8em;
background-image:url(bg_nav_item.gif);
background-repeat:no-repeat;
background-position: center left;
background-color:white;
}
.menu ul img{
float:left;
clear:right;
color: #6F6653;
padding: 0px 0px 0px 0px;
margin:0px;
text-decoration: none;
font-size:0.9em;
background-image:url(bg_nav_item.gif);
background-repeat:repeat-y;
background-color:white;
}
.menu ul li a:hover{
text-decoration: none;
color:#06F;
background-color:white;
}
.menu-footer{
	width:100%;
	margin:0px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	height:130px;
	padding-top:10px;
	overflow:hidden;
	border-top:2px solid white;
	margin-top: 50px;
	border-bottom-color: #CCC;
	background-color:white;
}
.menu-footer p{
	color: #333;
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-size:0.7em;
	margin-top: 8px;
}
.menu-footer ul li a:hover{
text-decoration: none;
color:#B3D76D;
}
