.menu {
	text-align: center;
	float:left;
	padding-left: 65px;
	display: block;
	height:39px;
	width:560px;
	background:url('images/off_na.gif');
	position:relative; 
	font-family:arial, verdana, sans-serif; 
	font-size:11px;
	z-index:100;
}

.menu .select {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
}

.menu li {
	float:left;
	background:url('images/off_na.gif');
}

.menu .select a {
	display:block; 
	height:39px; 
	float:left; 
	background: url('images/off_na.gif'); 
	padding:0 0 0 15px; 
	text-decoration:none; 
	line-height:37px; 
	white-space:nowrap; 
	color:#333333;
}

.menu .select a b {
	display:block;
	padding:0 30px 0 15px; 
	background:url('images/off_na.gif') right top;
}

.menu .select li a.line b.arrow {
	background:url('images/off_a.gif') right top;
}

.menu .select a:hover, 
.menu .select li:hover a {
	background: url('images/on_na.gif'); 
	padding:0 0 0 15px;
	cursor:pointer; 
	color:#fff;
}

.menu .select a:hover b, 
.menu .select li:hover a b {
	display:block; 
	float:left;
	padding:0 30px 0 15px; 
	background:url('images/on_na.gif') right top; 
	cursor:pointer;
}

.menu .select li a.line:hover b.arrow, 
.menu .select li:hover a.line b {
background:url('images/on_a.gif') right top; 
}

.menu .sub {
	position:absolute; left:-9999px; width:0;
}

/* IE6 only */
.menu table {
	border-collapse:collapse; 
	margin:-1px -10px -1px -1px; 
	font-size:1em; 
	width:0; 
	height:0;
}

.menu .sub {
	margin:0; 
	padding:0;
	list-style:none;
}

.menu .sub li {
	background:transparent;
}

.menu .select :hover .sub {
	height:25px;
	position:absolute;
	width:623px;
	top:39px; 
	left:0; 
	text-align:center;
	background:#fff url('images/fade.gif');
	border:1px solid #aaa;
}

.menu .select :hover .sub li a {
	display:block; 
	height:25px; 
	line-height:22px; 
	float:left; 
	background:#fff url('images/fade.gif'); 
	padding:0 16px; 
	margin:0; 
	white-space:nowrap; 
	color:#333;
	font-size:10px;
}

.menu .select :hover .sub li.subline a {
	color:#c00;
}

.menu .select :hover .sub li a:hover,
.menu .select :hover .sub li:hover {
	color:#000; 
	line-height:22px; 
	position:relative; 
	background:#fff url('images/fade.gif') left bottom;
}