@charset "utf-8";

.menu {
	position: relative;
	height: 38px;
	float: left;
	margin: 0 auto;
	width: 938px;
	padding: 6px 0 0 42px; }

.menu-down {
	position: relative;
	height: 38px;
	margin: 0 auto;
	width: 938px;
	padding: 6px 0 0 42px; }

.menu li, .menu-down li {
	float: left;
	list-style: none;
	margin: 0 0.45em; }

.menu a.back, .menu-down a.back {
	background: url("/wp-content/themes/Basic/images/plugins-jquery/lavalamp/highlight.png") no-repeat right -30px;
	height: 30px;
	z-index: 8;
	position: absolute; }

.menu a.back .left, .menu-down a.back .left {
	background: url("/wp-content/themes/Basic/images//plugins-jquery/lavalamp/highlight.png") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */ }

.menu li a, .menu-down li a {
	color: #fff;
	display: block;
	float: left;
	font: bold 13px arial;
	height: 30px;
	letter-spacing: 0;
	margin: auto 9px;
	outline: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: #0f3662 0px 1px 1px;
	top: 7px;
	z-index: 10; }

.menu li a:hover, .menu li a:active, .menu li a:visited { border: none; }

.menu-down li a:hover, .menu-down li a:active, .menu-down li a:visited { border: none; }
