.menu {
	float:left;
	width:900px;
	height:62px;
	position: relative;
	left:0px;
	top:0px;
	margin:0px;
	padding-left:63px;
	background: url(/templates/v1/images/interface/menu.gif) left top no-repeat;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu li {
	float:left;
	position:relative;
	text-indent:-10000px;
}
.menu a, .menu a:visited {
	display:block;
	height:35px;
}
.menu a:hover {
	color:#5e7777;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left top;
}
.menu ul ul {
	visibility:hidden;
	position: absolute;
	left:0px;
	margin: 0 0 0 3px;
}
* html .menu ul ul {
	top:35px;
}
.menu ul ul a, .menu ul ul a:visited {
	color:#01566b;
	font-size:11px;
	background-color:#eaf7fe;
	padding: 8px 2px 7px 2px;
	margin:0px;
	text-indent:0px;
	width:100px;
	height:auto;
	float:left;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;

}
.menu ul ul a:hover {
	color:#08b79d;
	text-decoration: none;
	background-color:#fff;
}
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
#m1 {
	background: url(/templates/v1/images/interface/1.gif) left top no-repeat;
	width:116px;
}
#m1:hover {
	background: url(/templates/v1/images/interface/1on.gif);
}
#m2 {
	background: url(/templates/v1/images/interface/2.gif) left top no-repeat;
	width:114px;
}
#m2:hover {
	background: url(/templates/v1/images/interface/2on.gif) left top no-repeat;
}
#m3 {
	background: url(/templates/v1/images/interface/3.gif) left top no-repeat;
	width:115px;
}
#m3:hover {
	background: url(/templates/v1/images/interface/3on.gif) left top no-repeat;
}
#m4 {
	background: url(/templates/v1/images/interface/4.gif) left top no-repeat;
	width:114px;
}
#m4:hover {
	background: url(/templates/v1/images/interface/4on.gif) left top no-repeat;
}
#m5 {
	background: url(/templates/v1/images/interface/5.gif) left top no-repeat;
	width:114px;
}
#m5:hover {
	background: url(/templates/v1/images/interface/5on.gif) left top no-repeat;
}
#m6 {
	background: url(/templates/v1/images/interface/6.gif) left top no-repeat;
	width:142px;
}
#m6:hover {
	background: url(/templates/v1/images/interface/6on.gif) left top no-repeat;
}
#m7 {
	background: url(/templates/v1/images/interface/7.gif) left top no-repeat;
	width:142px;
}
