﻿.menu
{
	width: 1002px;
	height: 33px;
	background: url(../images/menu_bg.jpg) top repeat-x;
	white-space: nowrap;
	margin: 0 auto;
}
.menu li
{
	float: left;
	width: 84px;
	height: 33px;
	background: url(../images/menu_line.jpg) right top no-repeat;
}
.menu li a { color:#ffffff; display:block; font-size:12px; font-weight:bold; text-decoration:none; padding:8px 16px;}
.menu li a:hover
{
	color: #ffff66;
	background: url(../images/menu_li_hover.jpg) left top no-repeat;
}
.menu #menu_right {width:78px; background:url(../images/menu_right.gif) right top no-repeat;}
