
.menu {
	height: 42px;
	padding: 0px;
}

.menu ul {
	margin: 11px 0 0 0;
	padding: 0;
	float: right;
	height: 31px;
}

.menu ul li {
	display: block;
	float: left;
	height: 31px;
	background-repeat: no-repeat;
	color: #5a4836;
	text-decoration: none;
     *width: auto; /* IE7 */
     _width: 50px; /* IE6 */
	margin: 0 0 0 2px;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
	white-space:nowrap;
	display: block;
	height: 31px;
	background-image: url(../images/layout/topmenu/button_r_off.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
}


.menu ul li a:hover {
	background-image: url(../images/layout/topmenu/button_r_on.gif);
	color: #52535e;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}

.menu a span {
	background-image: url(../images/layout/topmenu/button_l_off.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 31px;
	padding: 6px 15px 0 15px;
 	_position: relative; /* IE6 */
 	_top: 3px; /* IE6 */
}

.menu ul li a:hover span {
	background-image: url(../images/layout/topmenu/button_l_on.gif);
}

.menu ul li.selected a {
	background-image: url(../images/layout/topmenu/button_r_on.gif) !important;
	color: #52535e !important;
	text-transform: uppercase;
}

.menu ul li.selected a span {
	background-image: url(../images/layout/topmenu/button_l_on.gif);
}






