#fancymenu {
	overflow: hidden;
	z-index: 0;
	position: absolute;
	top: 100px;
	_top: 102px;
	padding-left: 0px;
	background-image: url(../img/topmenu.jpg) ;
	background-repeat:repeat-x;
	height: 45px;
	margin: 0px auto;
	width: 960px;

	
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li, #pictureselect li {
	float: left;
	list-style: none;
}

#fancymenu ul li a, #pictureselect li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 40px;
	position: relative;
	overflow: hidden;
}



#menu1 a {
	width: 80px;
	background: url('../img/m1.jpg') no-repeat center !important;	

}
#menu2 a {
	width: 75px;
	background: url('../img/m2.jpg') no-repeat center !important;	

}
#menu3 a {
	width: 90px;
	background: url('../img/m3.jpg') no-repeat center !important;	

}
#menu4 a {
	width: 110px;
	background: url('../img/m4.jpg') no-repeat center !important;	

}
#menu5 a {
	width: 75px;
	background: url('../img/m5.jpg') no-repeat center !important;	

}
#menu6 a {
	width: 110px;
	background: url('../img/m6.jpg') no-repeat center !important;	

}

#menu7 a {
	width: 90px;
	background: url('../img/m7.jpg') no-repeat center !important;	

}
#menu8 a {
	width: 115px;
	background: url('../img/m8.jpg') no-repeat center !important;	

}
#menu9 a {
	width: 115px;
	background: url('../img/m9.jpg') no-repeat center !important;	

}
#menu10 a {
	width: 80px;
	background: url('../img/m10.jpg') no-repeat center !important;	

}
#menu1 a:hover {
	width: 80px;
	background: url('../img/m1a.jpg') no-repeat center !important;	

}
#menu2 a:hover {
	width: 75px;
	background: url('../img/m2a.jpg') no-repeat center !important;	

}
#menu3 a:hover {
	width: 90px;
	background: url('../img/m3a.jpg') no-repeat center !important;	

}
#menu4 a:hover {
	width: 110px;
	background: url('../img/m4a.jpg') no-repeat center !important;	

}
#menu5 a:hover {
	width: 75px;
	background: url('../img/m5a.jpg') no-repeat center !important;	

}
#menu6 a:hover {
	width: 110px;
	background: url('../img/m6a.jpg') no-repeat center !important;	

}
#menu7 a:hover {
	width: 90px;
	background: url('../img/m7a.jpg') no-repeat center !important;	

}
#menu8 a:hover {
	width: 115px;
	background: url('../img/m8a.jpg') no-repeat center !important;	

}
#menu9 a:hover {
	width: 115px;
	background: url('../img/m9a.jpg') no-repeat center !important;	

}
#menu10 a:hover {
	width: 80px;
	background: url('../img/m10a.jpg') no-repeat center !important;	

}


#fancymenu li.background {
	/*background: url('images/bg_menu_right.png') no-repeat top right !important;*/
	background: url('images/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('images/bg_menu.png') no-repeat top left !important;*/
	background: url('images/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}



