#nav {
	text-align:center;
	
	background-image:url('images/bg_menu_on_off.gif');
	background-position:top left;
	background-repeat:repeat-x;
}
#dropdown {
	margin:0 auto;
	width:925px;
	font-family:tahoma,arial;
}
.menuset {
	float:left;
	position:relative;
	top:0px;
	left:0px;
	clear:none;
	width:20%;
}
.menuhead {
	display:block;
	width:100%;
	clear:none;
	z-index:401;
	
	cursor:pointer;
	
	white-space:nowrap;
	
	margin:0px -1px 0px 0px;
	border-left:1px solid #666;
	
	background-image:url('images/bg_menu_on_off.gif');
	background-position:top left;
	background-repeat:repeat-x;
	
	color:#fff;
	
	font-family:tahoma;
	letter-spacing:0px;
	font-weight:bold;
	font-size:11px;
	line-height:29px;
	text-align:center;
	text-decoration:none;
}
.menuhead:hover, .active, #currentset .menuhead {
	background-position:bottom left;
}
.menu, .menubg {
	width:100%;
	text-align:left;
	display:none;
	position:absolute;
	top:29px;
	left:0px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	white-space:nowrap;
}
.menu {
	z-index:400;
}
.menubg {
	z-index:399;
	opacity:.8;
	filter:alpha(opacity=80);
}
.menu a, .menubg a {
	color:#fff;
	
	background-image:url('images/bg_menu_on_off.gif');
	background-repeat:repeat-x;
	
	border-top:1px solid #fff;;
	padding:3px 5px 3px 5px;
	white-space:nowrap;
	
	z-index:401;
	display:block;
	position:relative;
	clear:both;
	height:23px;
}
.menu a {
	background-position:100px 100px;
}
.menubg a {
	background-position:top left;
}
.menu a:hover, .menubg a:hover, #currentset a.current {
	color:#fff;
	background-position:bottom left;
}