﻿#menu {
	float: right;
	width: 760px;
	line-height: normal;
	font-size: 13px;
	font-weight: bold;
	padding-right: 13px;
	position:absolute;
	top:3px;
	right:4px;
}
#menu ul li img {
	display: block;
	float: left;
}
#menu ul {
	float: right;
	list-style: none;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url('../images/menu_bkgrnd.png');
	background-repeat:no-repeat;
	background-position: top left;
	width: 575px;
}
#menu li {
	display: inline;
	text-align: center;
}
#menu a {
	float: left;
	text-decoration: none;
	margin: 2px;
	padding: 5px;
	color: #6F849F;
}
#menu a span {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
	float: none;
}
/* End IE5-Mac hack */
#menu a:hover {
	background-position: 0% -42px;
}
#menu #current a {
	color: #036955;
}
#menu a:hover {
	color: #048067;
}
#menu #current a:hover {
	color: #036955;
}
.m-end-l {
	float: right;
	display: block;
	margin-right: 10px;
}
.m-sep {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.m-end-r {
	position: absolute;
	display: block;
	top:0px;
	right:0px;
}
