﻿#fancymenu {
	position: relative;
	width: 900px;
	height:30px; line-height:30px; background:url(../images/nav.jpg) no-repeat; padding:0 0 15px 60px;
	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;
	margin-right:12px;
}

#fancymenu ul li a, #pictureselect li a  {
	text-indent: -200em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#pictureselect li {
	height: 54px;
}

#pictureselect li a {
	height: 54px;
	width: 62px;
}



#m1 a {
	width: 59px; color:#fff; font-weight:bold; font-size:14px;
    background: url('../images/m1.gif') no-repeat center;
}

#m1 a:hover {
    background: url('../images/m11.gif') no-repeat center;
}


#m2 a {
	width: 102px;
	background: url('../images/m2.gif') no-repeat center;
}

#m2 a:hover {
	background: url('../images/m22.gif') no-repeat center;
}

#m3 a {
	width: 88px;
	background: url('../images/m3.gif') no-repeat center;
}

#m3 a:hover {
	background: url('../images/m33.gif') no-repeat center;
}

#m4 a {
	width: 88px;
	background: url('../images/m4.gif') no-repeat center;
}

#m4 a:hover {
	background: url('../images/m44.gif') no-repeat center;
}


#m5 a {
	width: 88px;
	background: url('../images/m5.gif') no-repeat center;
}

#m5 a:hover {
	background: url('../images/m55.gif') no-repeat center;
}

#m6 a {
	width: 88px;
	background: url('../images/m6.gif') no-repeat center;
}

#m6 a:hover {
	background: url('../images/m66.gif') no-repeat center;
}

#m7 a {
	width: 88px;
	background: url('../images/m7.gif') no-repeat center;
}

#m7 a:hover {
	background: url('../images/m77.gif') no-repeat center;
}

#m8 a {
	width: 88px;
	background: url('../images/m8.gif') no-repeat center;
}

#m8 a:hover {
	background: url('../images/m88.gif') no-repeat center;
}

#m9 a {
	width: 88px;
	background: url('../images/m9.gif') no-repeat center;
}

#m9 a:hover {
	background: url('../images/m99.gif') no-repeat center;
}


#nopicture a {
	background: url(../images/no_picture.gif.htmlf') no-repeat center;
}

#picture_1 a {
	background: url(../images/picture_1.jpg.htmlg') no-repeat center;
}

#picture_2 a {
	background: url(../images/picture_2.jpg.htmlg') no-repeat center;
}

#picture_3 a {
	background: url(../images/picture_3.jpg.htmlg') no-repeat center;
}

#picture_4 a {
	background: url(../images/picture_4.jpg.htmlg') no-repeat center;
}

#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: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

#pictureselect li.background {
	background: url(../images/bg_images.gif.htmlf') no-repeat top;
	z-index: 8;
	position: absolute;
	width: 53px;
	visibility: hidden;
}

#pictureselect li.background .left { display: none; }

#userprofile {
	margin-top: 15px;
	background: url(../images/bg_form.gif.htmlf') no-repeat top left;
	width: 360px;
	height: 180px;
	overflow: hidden;
	padding: 0 15px;
}

#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;
}
