/* CSS Document */
.topmenu{
	width:948px;
	height:39px;
	margin:0 auto;
	background:url(images/topmenu_bgc.gif) repeat-x;
}
.topmenu-left{
	background:url(images/topmenu_lcc.gif) no-repeat;
	width:15px;
	height:48px;
	float:left;
}
.topmenu-right{
	background:url(images/topmenu_rcc.gif) no-repeat;
	width:15px;
	height:48px;
	float:right;
}
.topmenu-bg{
	background:url(images/topmenu_bgc.gif) repeat-x;
	height:39px;
}
.topmenu-bg ul{
	list-style:none;
	margin:0 auto;
}
.topmenu-bg li{
	float:left;
	list-style:none;
}
.topmenu-bg li a{
	float:left;
	display:block;
	color:#ffe8cc;
	text-decoration:none;
	font:10px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 0 0 18px;
	height:38px;
	line-height:40px;
	text-align:center;
	cursor:pointer;	
}
.topmenu-bg li a span{
	float:left;
	display:block;
	padding:0 24px 0 10px;
}
.topmenu-bg li.current a{
	color:#fff;
	background:url(images/topmenu_hover_l.gif) no-repeat left 5px;
}
.topmenu-bg li.current a span{
	color:#fff;
	background:url(images/topmenu_hover_r.gif) no-repeat right 5px;
}
.topmenu-bg li a:hover{
	color:#fff;
	background:url(images/topmenu_hover_l.gif) no-repeat left 5px;
}
.topmenu-bg li a:hover span{
	color:#fff;
	background:url(images/topmenu_hover_r.gif) no-repeat right 5px;
}

