﻿#fancymenu {
	position: relative;
	height: 21px;
	width: 430px;
	background: url('../images/top1.jpg') no-repeat left top;
	padding: 35px 15px 15px 15px;
	margin: 0px;
	overflow: hidden;
}

#pictureselect {
	position: relative;
	height: 1%; /* ie bug */
}

#fancymenu ul, #pictureselect {
	padding: 0;
	margin: 0;
}

/* 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: 30px;
	position: relative;
	overflow: hidden;
}

#pictureselect li {
	height: 54px;
}

#pictureselect li a {
	height: 54px;
	width: 62px;
}

#menu_home a {
	width: 70px;
	background: url('../images/menu/menu_home.png') no-repeat center !important;	
	background: url('../images/menu/menu_home.gif') no-repeat center;
}

#menu_services a {
	width: 105px;
	background: url('../images/menu/menu_services.png') no-repeat center !important;	
	background: url('../images/menu/menu_services.gif') no-repeat center;
}

#menu_company a {
	width: 110px;
	background: url('../images/menu/menu_about.png') no-repeat center !important;	
	background: url('../images/menu/menu_about.gif') no-repeat center;
}

#menu_contact a {
	width: 125px;
	background: url('../images/menu/menu_contact.png') no-repeat center !important;	
	background: url('../images/menu/menu_contact.gif') no-repeat center;
}

#fancymenu li.background {
	/*background: url('../images/menu/bg_menu_right.png') no-repeat top right !important;*/
	background: url('../images/menu/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('../images/menu/bg_menu.png') no-repeat top left !important;*/
	background: url('../images/menu/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}