#fancymenu {
	position: relative;
	height: 29px;
	width: 920px;
	background: url('../images/menu_fon.gif') no-repeat top;
	padding: 15px;
	margin: 0px 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_anasayfa a {
	width: 100px;
	background: url('../images/menu_anasayfa.png') no-repeat center !important;	
	background: url('../images/menu_anasayfa.gif') no-repeat center;
}

#menu_haberler a {
	width: 100px;
	background: url('../images/menu_haberler.png') no-repeat center !important;	
	background: url('../images/menu_haberler.gif') no-repeat center;
}

#menu_yenialbumler a {
	width: 145px;
	background: url('../images/menu_yenialbumler.png') no-repeat center !important;	
	background: url('../images/menu_yenialbumler.gif') no-repeat center;
}

#menu_roportaj a {
	width: 135px;
	background: url('../images/menu_roportajlar.png') no-repeat center !important;	
	background: url('../images/menu_roportajlar.gif') no-repeat center;
}
#menu_biyografiler a {
	width: 130px;
	background: url('../images/menu_biyografiler.png') no-repeat center !important;	
	background: url('../images/menu_biyografiler.gif') no-repeat center;
}

#menu_sarkisozleri a {
	width: 130px;
	background: url('../images/menu_sarkisozleri.png') no-repeat center !important;	
	background: url('../images/menu_sarkisozleri.gif') no-repeat center;
}

#menu_anketler a {
	width: 105px;
	background: url('../images/menu_dergiler.png') no-repeat center !important;	
	background: url('../images/menu_dergiler.gif') no-repeat center;
}

#menu_top20 a {
	width: 75px;
	background: url('../images/menu_top20.png') no-repeat center !important;	
	background: url('../images/menu_top20.gif') no-repeat center;
}

#fancymenu li.background {
	/*background: url('../images/menu_fon_sag.png') no-repeat top right !important;*/
	background: url('../images/menu_fon_sag.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('../images/menu_fon_son.png') no-repeat top left !important;*/
	background: url('../images/menu_fon_son.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

#pictureselect li.background .left { display: none; }

#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;
}