@charset "utf-8";
/* CSS Document */

#fancymenu {
	position: relative;
	height: 29px;
	width: 430px;
	overflow: hidden;
	background-image: url(../imgs/bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 0;
	margin-left: 0;
	padding: 15px;
}


#fancymenu ul {
	padding: 0;
	margin: 0;
}
/* Don't apply padding here (offsetWidth will differ in IE)
  17. If you need padding add it to the child anchor */
  #fancymenu ul li {
	float: left;
	list-style: none;
	margin-right:5px;
	margin-left:5px;
}

* html #fancymenu ul li {margin:0;}

#fancymenu ul li a {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin-left:10px;
	outline:none;
}

* html #fancymenu ul li a {margin-left:5px; margin-right:5px;}

#menu_home a {
	width: 75px;
	background: url(../imgs/menu_home.png) no-repeat center !important;
	background: url(../imgs/menu_home.gif) no-repeat center;
// ie!
}
#menu_about a {
	width: 85px;
	background: url(../imgs/menu_about.png) no-repeat center !important;
	background: url(../imgs/menu_about.gif) no-repeat center;
}
#menu_portfolio a {
	width: 100px;
	background: url(../imgs/menu_portfolio.png) no-repeat center !important;
	background: url(../imgs/menu_portfolio.gif) no-repeat center;
}
#menu_contact a {
	width: 90px;
	background: url(../imgs/menu_contact.png) no-repeat center !important;
	background: url(../imgs/menu_contact.gif) no-repeat center;
}
#fancymenu li.background {
	/*background: url(../imgs/bg_menu_right.png) no-repeat top right !important;*/
	background: url(../imgs/bg_menu_right.gif) no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
#fancymenu .background .left {
	/*background: url(../imgs/bg_menu.png) no-repeat top left !important;*/
	background: url(../imgs/bg_menu.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}