#menu {
	margin:0;
	padding:0;
	height:77px;
	float:right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	margin:0;
	padding:0;
	float:left;
}

#menu li a.about_us,
#menu li a.prices,
#menu li a.services,
#menu li a.portfolio,
#menu li a.contact_us
{
	margin:8px 0 0 0;
	padding:0;
	display:block;
	height:69px;
	outline:none;
}

#menu li a.about_us {
	width:142px;
	background:url('/_images/menu/about_us.gif') top center no-repeat;
}

#menu li a.prices {
	width:110px;
	background:url('/_images/menu/prices.gif') top center no-repeat;
}

#menu li a.services {
	width:135px;
	background:url('/_images/menu/services.gif') top center no-repeat;
}

#menu li a.portfolio {
	width:145px;
	background:url('/_images/menu/portfolio.gif') top center no-repeat;
}

#menu li a.contact_us {
	width:152px;
	background:url('/_images/menu/contact_us.gif') top center no-repeat;
}

#menu li a.about_us:hover {background:url('/_images/menu/about_us.gif') bottom center no-repeat;}
#menu li a.prices:hover {background:url('/_images/menu/prices.gif') bottom center no-repeat;}
#menu li a.services:hover {background:url('/_images/menu/services.gif') bottom center no-repeat;}
#menu li a.portfolio:hover {background:url('/_images/menu/portfolio.gif') bottom center no-repeat;}
#menu li a.contact_us:hover {background:url('/_images/menu/contact_us.gif') bottom center no-repeat;}

#menu li a span {
	display:none;
}

/* Sub Menu */
#sub_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sub_menu ul li {
	margin:0;
	padding:0;
}

#sub_menu ul li a {
	width:281px;
	height:20px;
	margin:0;
	padding:7px 0 0 2px;
	border-bottom:1px dotted #515151;
	display:block;
	text-decoration:none;
	color:#FFF;
	background:url('/_images/bgs/sub_menu_arrow.gif') 274px 9px no-repeat;
	outline:none;
}

#sub_menu ul li a:visited {
	background:url('/_images/bgs/sub_menu_tick.gif') 267px 8px no-repeat;
}
