﻿ul.menu
{
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 33px;
	font-size: .8em;
	background: url(resources/bg.png) repeat-x top left;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
}

ul.menu li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul.menu li a
{
	float: left;
	color: #A79787;
	text-decoration: none;
	height: 24px;
	padding: 9px 15px 0;
}

ul.menu li a:hover, .current
{
	color: #fff;
	background: url(resources/bg.png) repeat-x top left;
}

ul.menu .current a
{
	color: #fff;
	font-weight: 700;
}


ul.menu.green
{
	background-color: #629600;
	top: 0px;
	left: 0px;
}

ul.menu.green li.current
{
	background-color: #0066CC;
}

ul.menu.green li a:hover, .menu.green
{
	background-color: #7AB900;
}
.ChangeCulture
{
	position:absolute;
	padding: 0px;
	margin: 2px 5px 0px 0px;
	text-align: right;
	float: right;
	color: #A79787;
	text-decoration: none;
	height: 24px;
	font-weight: bold;
	right: 0px;
	width: 200px;
}
