ul#menu
{
	list-style-type:none;
	width:1025px;
	position:relative;
	display:block;
	height:20px;
	font-size:10px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	background-image: url(../images/indextrans_02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	color: #FFFFFF;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #73675F;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
}

ul#menu li
{
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
	
ul#menu li a
{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	text-align: center;
	height: 30px;
	margin-right: 49px;
	margin-left: 49px;
	font-size: 10px;
}
	
ul#menu li a:hover
{
	color:#FFFFFF;
	background-color: transparent;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	margin-right: 49px;
	margin-left: 49px;
	height: 30px;
	font-size: 10px;
}
	

ul#menu li a.current
{
	display:inline;
	margin-left: 35px;
	margin-right: 35px;
}
