.menu {
	height: 35px;
	width: 1024px;
	background: url(pic/menu0.gif);
	position: relative; 
	font-family: Tahoma, Verdana, Arial; 
	font-size: 14px;
	z-index: 100;
}

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

.menu li {
	float: left;
	background: url(pic/menu1.gif);
}

.menu .select a {
	display: block; 
	height: 35px; 
	float: left; 
	background: url(pic/menu0.gif); 
	padding: 0 0 0 3px; 
	text-decoration: none; 
	line-height: 33px; 
	white-space: nowrap; 
	color: #fff;
}

.menu .select a b {
	display: block;
	padding: 0 14px 0 14px; 
	background: url(pic/menu0.gif) right top;
}

.menu .select li.line a b {
	background: url(pic/menu0a.gif) right top;
}

.menu .select a:hover, 
.menu .select li:hover a {
	background: url(pic/menu1.gif); 
	padding: 0 0 0 3px;
	cursor: pointer; 
	color: #fff;
}

.menu .select a:hover b, 
.menu .select li:hover a b {
	display: block; 
	float: left;
	padding: 0 14px 0 14px; 
	background: url(pic/menu1.gif) right top; 
	cursor: pointer;
}

.menu .select li.line a:hover b, 
.menu .select li.line:hover a b {
	background: url(pic/menu1a.gif) right top; 
}

.menu .sub {
	display: none;
}

.menu ul ul {
	display: none;
}

