/* CSS Document */
.mtp_menu{
	width:100%;
	height:30px;
	margin:0 auto;
	background:url(images/mtp_menu_short_s.gif) repeat-x;		
}
.mtp_menu-left{
	background:url(images/mtp_menu_l_s.gif) no-repeat;
	width:15px;
	height:30px;
	float:left;
}
.mtp_menu-right{
	background:url(images/mtp_menu_r_s.gif) no-repeat;
	width:15px;
	height:30px;
	float:right;
}
.mtp_menu-bg{
	background:url(images/mtp_menu_short_s.gif) repeat-x;
	height:30px;
}
.mtp_menu-bg ul{
	list-style:none;
	margin:0 auto;
}
.mtp_menu-bg li{
	float:left;
	list-style:none;
}
.mtp_menu-bg li a{
	float:left;
	display:block;
	color:#555;
	text-decoration:none;
	font:10px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 0 0 18px;
	height:30px;
	line-height:30px;
	text-align:center;
	cursor:pointer;	
}
.mtp_menu-bg li a span{
	float:left;
	display:block;
	padding:0 32px 0 18px;
}
.mtp_menu-bg li.current a{
	color:#fff;
	background:url(images/mtp_menu_hover_l_s.gif) no-repeat left 5px;
}
.mtp_menu-bg li.current a span{
	color:#fff;
	background:url(images/mtp_menu_hover_r_s.gif) no-repeat right 5px;
}
.mtp_menu-bg li a:hover{
	color:#fff;
	background:url(images/mtp_menu_hover_l_s.gif) no-repeat left 5px;
}
.mtp_menu-bg li a:hover span{
	color:#fff;
	background:url(images/mtp_menu_hover_r_s.gif) no-repeat right 5px;
}

