
.menu_top, .menu_top_hover{
	padding-top:6px;
	width:110px; height:24px;
    text-align:center;
	background-image:url('nav_bg.gif');
    background-repeat:no-repeat;
    background-position:top right;
    font-weight:bold;
    text-decoration:none; color:#666;
	cursor:pointer;
}
.menu_top_hover{ 
	color:#d97108;
}

.menu, .menu_hover{
	color:#fff;
    border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	background-color:#979A96;
	cursor:pointer;
	padding:4px 10px;
}

.menu_hover{
	color:#fc9f40;
	background-color:#666;
}

.menu_sep{
	width:3px; height:38px;
	background-image:url('nav_bg_sep.gif');
}