/* main nav start */

#nav
{
	height: 56px;
	width: 960px;
	padding-top: 5px;
	margin: 0 auto;
}

#menu
{
	width: 960px;
	height: 56px;
	margin: 0 auto;
	position: relative;
}

#menu ul
{
	width:960px;
	height:56px;
	position:absolute;
	bottom:0;
	right:0;
	background:url(../images/nav.jpg) 0 0 no-repeat;
	display:block;
	z-index:100;
}

#menu ul li
{
	position:relative;
	float:left;
	list-style:none;
}

#menu ul li a
{
	display:block;
	height:56px;
	overflow:hidden;
}

#mm1 a
{
	width:80px;
}

#mm1 a:hover
{
	background:url(../images/nav.jpg) 0 -61px no-repeat;
}

#mm2 a
{ 
	width:95px;
}

#mm2 a:hover 
{
	background:url(../images/nav.jpg) -80px -61px no-repeat;
}

#mm3 a 
{
	width:137px;
}

#mm3 a:hover 
{
	background:url(../images/nav.jpg) -175px -61px no-repeat;
}

#mm4 a 
{
	width:200px;
}

#mm4 a:hover 
{
	background:url(../images/nav.jpg) -312px -61px no-repeat;
}

#mm5 a 
{
	width:156px;
}

#mm5 a:hover 
{
	background:url(../images/nav.jpg) -512px -61px no-repeat;
}

#mm6 a 
{
	width:139px;
}

#mm6 a:hover 
{
	background: url(../images/nav.jpg) -668px -61px no-repeat;
}

#mm7 a 
{
	width:152px;
}

#mm7 a:hover 
{
	background: url(../images/nav.jpg) -807px -61px no-repeat;
}