.menu{
	width: 900px;
	height: 40px;
	margin: 0 auto 30px auto;
	background: #000;
}

.menu-left{
	background: url(../images/layout/leftmenucorner.gif) no-repeat;
	width:20px;
	height:40px;
	float:left;
}

.menu-right{
	background: url(../images/layout/rightmenucorner.gif) no-repeat;
	width:20px;
	height:40px;
	float:right;
}

.menu-bg{
	width: auto;
	height:40px;
	text-align: left;
}

.menu-bg ul{
	list-style: none;
	margin:0 auto 0 auto;
	color: #fff;
	left: 0px;
        margin-left: -40px;
        padding-left:-40px;
}

.menu-bg li{
	float:left;
	list-style:none;
}

.menu-bg li a{
	width: auto;
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	font:12px 'Arial', sans-serif;
	font-weight: bold;
	padding:0 0 0 10px;
	height:40px;
	line-height:40px;
	text-align: center;
	cursor: default;	
}
.menu-bg li a span{
	float:left;
	display: block;
	padding:0 19px 0 9px;
}

.menu-bg li a:hover{
	color:#fff;
	background: #c09;
	cursor: pointer;
	border-bottom: none;
}
.menu-bg li a:hover span{
	color:#fff;
	background: #c09;
	cursor: pointer;
	border-bottom: none;
}

.menu-bg li a:visited{
	cursor: pointer;
}
.menu-bg li a:visited span{
            cursor: pointer;
}

.menu-bg li.current a{
	color:#fff;
	background: #c09;
	left: 0;
	border-bottom: none;
}
.menu-bg li.current a span{
	color:#fff;
	background: #c09;
	left: 0;
	border-bottom: none;
}

.menu-bg li.current a:hover{
	color:#fff;
	background: #c09;
	cursor: default;
	border-bottom: none;
}
.menu-bg li.current a:hover span{
	color:#fff;
	background: #c09;
	cursor: default;
	border-bottom: none;
}