 #nav-menu ul
{
list-style: none;
padding: 1px;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.05em;
}

#nav-menu li a
{
	background: url(images/button_off.jpg) no-repeat;
	height: 23px;
	line-height: 1.4em;
	float: left;
	width: 100px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0px;
}
#nav-menu li a:hover
{
	color: #ffffff;
	font-weight: bold;
	background: url(images/button_on.jpg) no-repeat;
}
.list_link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
float: center;
width:760px;
}
.menu{
	background-color: #0b0e13;
	vertical-align: middle;
	height:30px;
	padding-bottom:5px;
}

