#menu {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0;
	width: 760px;
	height:70px;
}
#menu li {
	float: left;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height:70px;
}
#menu a {
	background: #333 url("images/off.png") repeat;
	border-right:#252525 solid 1px;
	color: #ccc;
	display: block;
	float: left;
	margin:0px;
	padding:25px 0px 0px 0px;
	text-align:center;
	text-decoration: none;
	height:45px;
	width:106px;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") repeat;
	color: #fff;
	padding-bottom: 0px;
	height:45px;
}

#menu a.current {
	background: #333 url("images/hover.gif") repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding:25px 0px 0px 0px;
	height:45px;
}

#menu .a {
	background: #333 url("images/left.png") bottom right no-repeat;
	border-right: #252525 solid 1px;
	color: #ccc;
	display: block;
	float: left;
	margin:0px;
	padding:25px 0px 0px 0px;
	text-align:center;
	text-decoration: none;
	height:45px;
	width:107px;
}

#menu .a:hover {
	background: #333 url("images/left_on.png") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	height:45px;
	width:107px;
}

#menu .a#current {
	background: #333 url("images/left_on.png") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	height:45px;
	width:107px;
}

#menu .a1 {
	background: #333 url("images/right.png") bottom right no-repeat;
	border-right: #111 solid 0px;
	color: #ccc;
	display: block;
	float: left;
	margin:0px;
	padding:25px 0px 0px 0px;
	text-align:center;
	text-decoration: none;
	height:45px;
	width:107px;
}

#menu .a1:hover {
	background: #333 url("images/right_on.png") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	height:45px;
	width:107px;
}

#menu .a1#current {
	background: #333 url("images/right_on.png") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	height:45px;
	width:107px;
}
