#home_button img {
	border-style:none;
	}
	
#navigation{
	}

#fancymenu {
	position: relative;
	height: 30px;
	width: 650px;
	/*background: url('images/bg.gif') no-repeat top;*/
	padding: 20px 5px 5px 5px;
	margin: 0px;
	overflow: hidden;
	background:url(../assets/side_bar.gif) bottom left no-repeat;
}

#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: 59px;
	/*background: url('../assets/menu/home.png') no-repeat center !important;	*/
	background: url('../assets/menu/home.gif') no-repeat center;
}

#menu_design a {
	width: 59px;
	/*background: url('../assets/menu/design.png') no-repeat center !important;	*/
	background: url('../assets/menu/design.gif') no-repeat center;
}

#menu_digital a {
	width: 59px;
	/*background: url('../assets/menu/digital.png') no-repeat center !important;	*/
	background: url('../assets/menu/digital.gif') no-repeat center;
}

#menu_events a {
	width: 59px;
	/*background: url('../assets/menu/events.png') no-repeat center !important;	*/
	background: url('../assets/menu/events.gif') no-repeat center;
}

#menu_about a {
	width: 59px;
	/*background: url('../assets/menu/about.png') no-repeat center !important;	*/
	background: url('../assets/menu/about.gif') no-repeat center;
}

#menu_clients a {
	width: 59px;
	/*background: url('../assets/menu/clients.png') no-repeat center !important;	*/
	background: url('../assets/menu/clients.gif') no-repeat center;
}

#menu_portfolio a {
	width: 70px;
	/*background: url('../assets/menu/portfolio.png') no-repeat center !important;	*/
	background: url('../assets/menu/portfolio.gif') no-repeat center;
}

#menu_news a {
	width: 59px;
	/*background: url('../assets/menu/news.png') no-repeat center !important;	*/
	background: url('../assets/menu/news.gif') no-repeat center;
}

#menu_contact a {
	width: 64px;
	/*background: url('../assets/menu/contact.png') no-repeat center !important;	*/
	background: url('../assets/menu/contact.gif') no-repeat center;
}

#menu_shop a {
	width: 96px;
	/*background: url('../assets/menu/shop.png') no-repeat center !important;	*/
	background: url('../assets/menu/shop.gif') no-repeat center;
}

#menu_client_area a{
	width: 84px;
	/*background: url('../assets/menu/client_area.png') no-repeat center !important;	*/
	background: url('../assets/menu/client_area.gif') no-repeat center;
}

#nopicture a {
	background: url('../assets/menu/no_picture.gif') no-repeat center;
}

#picture_1 a {
	background: url('../assets/menu/picture_1.jpg') no-repeat center;
}

#picture_2 a {
	background: url('../assets/menu/picture_2.jpg') no-repeat center;
}

#picture_3 a {
	background: url('../assets/menu/picture_3.jpg') no-repeat center;
}

#picture_4 a {
	background: url('../assets/menu/picture_4.jpg') no-repeat center;
}

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

#fancymenu .background .left {
	/*background: url('../assets/menu/bg_menu.png') no-repeat top left !important;*/
	background: url('../assets/menu/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('../assets/menu/bg_images.gif') no-repeat top;
	z-index: 8;
	position: absolute;
	width: 53px;
	visibility: hidden;
}

#pictureselect li.background .left { display: none; }

#userprofile {
	margin-top: 15px;
	background: url('../assets/menu/bg_form.gif') 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;
}
