#fancymenu {
	float:left;
	position: relative;
	height: 29px;
	width: 320px;
	/*background: url('../images/fancymenu/bg.gif') no-repeat top;*/
	padding: 5px;
	margin: 80px 0 0 0px;
	overflow: hidden;
}

#fancymenu ul {
	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: 25px;
	position: relative;
	overflow: hidden;
	cursor:pointer;
}

#menu_home a {
	width: 67px;
	background: url('../images/fancymenu/menu_home.png') no-repeat center /*!important*/;
	/*background-image:url(no-image); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/fancymenu/menu_home.png'); background-repeat: no-repeat;*/
}
* html #menu_home a {background: url('../images/fancymenu/IE6/menu_home.gif') no-repeat center; } /* IE6 */

#menu_portfolio a {
	width: 127px;
	background: url('../images/fancymenu/menu_portfolio.png') no-repeat center /*!important*/;
	/*background-image:url(no-image); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/fancymenu/menu_portfolio.png'); background-repeat: no-repeat;*/
}
* html #menu_portfolio a {background:url('../images/fancymenu/IE6/menu_portfolio.gif') no-repeat center;} /* IE6 */

#menu_cv a {
	width: 46px;
	background: url('../images/fancymenu/menu_cv.png') no-repeat center /*!important*/;	
	/*background-image:url(no-image); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/fancymenu/menu_cv.png'); background-repeat: no-repeat;*/
}
* html #menu_cv a {background: url('../images/fancymenu/IE6/menu_cv.gif') no-repeat center;} /* IE6 */

#menu_contact a {
	width: 79px;
	background: url('../images/fancymenu/menu_contact.png') no-repeat center /*!important*/;
	/*background-image:url(no-image); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/fancymenu/menu_contact.png'); background-repeat: no-repeat;*/
}
* html #menu_contact a {background: url('../images/fancymenu/IE6/menu_contact.gif') no-repeat center;} /* IE6 */

#fancymenu li.background {
	background: url('../images/fancymenu/bg_menu_right.png') no-repeat top right !important;
	background: url('../images/fancymenu/IE6/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('../images/fancymenu/bg_menu.png') no-repeat top left !important;
	background: url('../images/fancymenu/IE6/bg_menu.gif') no-repeat top left;
	height: 25px;
	margin-right: 14px; /* 7px is the width of the rounded shape */
}
