#menu {
	background: url(bg.jpg) no-repeat;
	width: 710px;
	height: 210px;
}

#subs {
	height: 171px;
	width: 710px;
}

#mains {
	height: 39px;
	width: 710px;
}

div.sub {
	width: 75px;
	float: left;
	height: 171px;
}

#sub1 {
	display: none;
	background: #fff;
	height: 169px;
}

#sub2 {
	display: none;
	background: #fff;
	height: 169px;
}

#sub3 {
	display: none;
	background: #fff;
	height: 169px;
}

#sub4 {
	display: none;
	background: #fff;
	height: 169px;
}

#sub5 {
	display: none;
	background: #fff;
	height: 169px;
}

#sub6 {
	display: none;
	background: #fff;
	height: 169px;
}

div.sub span {
	width: 75px;
	height: 1px;
	font-size: 1px;
}

#mains ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#mains ul li {
	float: left;
	width: 75px;
	/*text-align: center;*/
	height: 39px;
	font-family: Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	/*padding-top: 11px;*/
}

#mains ul li:hover {
	background: #fff;
}

#mains ul li a {
	color: #c00;
	text-decoration: none;
	cursor: pointer;
}

#mains ul li span {
	position: absolute;
	height: 39px;
	width: 75px;
}

#mains ul li#m01 span {
	background: url(m.jpg) 0px 0px no-repeat;
}

#mains ul li#m02 span {
	background: url(m.jpg) -75px 0px no-repeat;
}

#mains ul li#m03 span {
	background: url(m.jpg) -150px 0px no-repeat;
}

#mains ul li#m04 span {
	background: url(m.jpg) -225px 0px no-repeat;
}

#mains ul li#m05 span {
	background: url(m.jpg) -300px 0px no-repeat;
}

#mains ul li#m06 span {
	background: url(m.jpg) -375px 0px no-repeat;
}

ul.subul {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, helvetica, sans-serif;
	font-size: 9px;
	list-style-type: none;
	padding: 3px;
	padding-top: 40px;
}

ul.subul2 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, helvetica, sans-serif;
	font-size: 9px;
	list-style-type: none;
	padding: 3px;
	padding-top: 10px;
}

ul.subul li, ul.subul2 li {
	margin: 0;
	padding: 0;
}

ul.subul a {
	color: #D90502;
	display: block;
	width: 68px;
	padding-bottom: 7px;
}

ul.subul2 a {
	color: #D90502;
	display: block;
	width: 68px;
	padding-bottom: 4px;
}
