#menu_website {
	background:url(../images/menus/website.png) no-repeat;
	width:85px;
	height:45px;
	margin:0 0 0 15px;
	position:relative;
	top:4px;
}
#menu_website:hover {
	background:url(../images/menus/website_hover.png) no-repeat;
}
#menu_website_selected {
	background:url(../images/menus/website_hover.png) no-repeat;
	width:85px;
	height:45px;
	margin:0 0 0 15px;
	position:relative;
	top:4px;
}
