#fancymenu {
	position: relative;
	height: 30px;
	width: 740px;
	background: url('img/fancymenu/bg1.gif') no-repeat top;
	padding: 0px;
	margin: 1px 0;
	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: 50px;
	background: url('img/fancymenu/menu_home.png') no-repeat center !important;	
	background: url('img/fancymenu/menu_home.gif') no-repeat center;
	margin-left: 9px;
}

#menu_nosotros a {
	width: 100px;
	background: url('img/fancymenu/menu_nosotros.png') no-repeat center !important;	
	background: url('img/fancymenu/menu_nosotros.gif') no-repeat center;
	margin-left: 9px;
}

#menu_portafolio a {
	width: 100px;
	background: url('img/fancymenu/menu_portafolio.png') no-repeat center !important;	
	background: url('img/fancymenu/menu_portafolio.gif') no-repeat center;
	margin-left: 9px;
}

#menu_contacto a {
	width: 100px;
	background: url('img/fancymenu/menu_contacto.png') no-repeat center !important;	
	background: url('img/fancymenu/menu_contacto.gif') no-repeat center;
	margin-left: 9px;
}

#nopicture a {
	background: url('img/fancymenu/no_picture.gif') no-repeat center;
}

#picture_1 a {
	background: url('img/fancymenu/picture_1.jpg') no-repeat center;
}

#picture_2 a {
	background: url('img/fancymenu/picture_2.jpg') no-repeat center;
}

#picture_3 a {
	background: url('img/fancymenu/picture_3.jpg') no-repeat center;
}

#picture_4 a {
	background: url('img/fancymenu/picture_4.jpg') no-repeat center;
}

#fancymenu li.background {
	/*background: url('img/fancymenu/bg_menu_right.png') no-repeat top right !important;*/
	background: url('img/fancymenu/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
	margin-top: 1.5px;
}

#fancymenu .background .left {
	/*background: url('img/fancymenu/bg_menu.png') no-repeat top left !important;*/
	background: url('img/fancymenu/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	margin-left: 9px;
	margin-top: 1.5px;
}

#pictureselect li.background {
	background: url('img/fancymenu/bg_img/fancymenu.gif') no-repeat top;
	z-index: 8;
	position: absolute;
	width: 53px;
	visibility: hidden;
	margin-top: 1.5px;
}

#pictureselect li.background .left { display: none; }

#userprofile {
	margin-top: 15px;
	background: url('img/fancymenu/bg_form.gif') no-repeat top left;
	width: 360px;
	height: 180px;
	overflow: hidden;
	padding: 0 15px;
	margin-top: 1.5px;
}

#userprofile h4 {
	font: bold 11px Verdana;
	margin-bottom: 10px;
}

#userprofile p.input {
	background: #EBEBEB;
	overflow: hidden;
	padding: 0 !important;
	padding: 2px 0;
}

#userprofile p.input input {
	display: block;
	margin: 3px;
	width: 348px;
	border: 1px solid #D4D4D4;
	padding: 3px 0 3px 4px;
}

#userprofile p.input input:focus {
	border: 1px solid #999;
}
