#menu{
	background-color: #fff;
	font: bold 15px Tahoma, Arial, Helvetica,  sans-serif;
	text-align: center;
	height: 58px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu div.m1, 
#menu div.m2, 
#menu div.m3, 
#menu div.m4,
#menu div.m5, 
#menu div.m6 {
	background: url(../images/tab_blur.jpg) 0 0 no-repeat;
	float: left;
	height: 58px;
	width: 128px;
}

#menu div.m1 a, 
#menu div.m2 a, 
#menu div.m3 a, 
#menu div.m4 a,
#menu div.m5 a, 
#menu div.m6 a {
	color: #5C5C5C;
	display: block;
	height: 100%;
	text-decoration: none;
	padding-top: 12px;
}

#menu div.m1 a:hover, 
#menu div.m2 a:hover, 
#menu div.m3 a:hover, 
#menu div.m4 a:hover, 
#menu div.m5 a:hover, 
#menu div.m6 a:hover {
	background: url(../images/tab_focus.jpg) 0 0 no-repeat;
	color: #FFF;
}

#menu div.curr a, div.curr a:hover {
	background: url(../images/tab_focus.jpg) 0 0 no-repeat;
	color: #FFF;
	font-weight: bold;
}
.clear {
	clear:both;
	height: 0px;
}

