/* BACKGROUND */

#fancymenu {
	position:relative;
	height: 65px;
	width: 817px;
	background: url('../Images/nav_bg.jpg') no-repeat top;
	padding:0;
	margin:0;
	overflow: hidden;
}

/* ALIGNMENT */

#fancymenu ul, #pictureselect {
	padding: 0px;
	margin-top: 0px;
	margin-left:0px;
}

/* 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;
}


/* NAV BUTTON NAMES */

#menu_home a {
	width: 100px;
	padding-top:55px;
	background: url('../Images/menu_home.png') no-repeat center !important;	
	background: url('../Images/menu_home.gif') no-repeat center;
}

#menu_about a {
	width: 100px;
	padding-top:55px;
	background: url('../Images/menu_about.png') no-repeat center !important;	
	background: url('../Images/menu_about.gif') no-repeat center;
}

#menu_services a {
	width: 100px;
	padding-top:55px;
	background: url('../Images/menu_services.png') no-repeat center !important;	
	background: url('../Images/menu_services.gif') no-repeat center;
}

#menu_products a {
	width: 100px;
	padding-top:55px;
	background: url('../Images/menu_products.png') no-repeat center !important;	
	background: url('../Images/menu_products.gif') no-repeat center;
}

#menu_solutions a {
	width: 100px;
	padding-top:55px;
	background: url('../Images/menu_solutions.png') no-repeat center !important;	
	background: url('../Images/menu_solutions.gif') no-repeat center;
}

#menu_contacts a {
	width: 100px;
	padding-top:55px;
	background: url('../Images/menu_contacts.png') no-repeat center !important;	
	background: url('../Images/menu_contacts.gif') no-repeat center;
}

/* NAV background images */

#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: 65px;
	margin-right: 0px; /* 7px is the width of the rounded shape */
}
