#menu
{
	width: "800";
	height: 25px;
	background: #336699 url('menu-tel.jpeg') no-repeat;
	border-top: 0px solid #336699;
	border-bottom: 0px solid #336699;
}

.navcontainer ul
{
	padding: 0;
	margin: 0;
	color: FFF;
	float: right;
	width: 100%;
	font-weight: bold;
}

.navcontainer ul li
{
	display: inline;
}

.navcontainer ul li a
{
	padding: 9px 20px;
	background: #369;
	color: #D5E2F0;
	text-decoration: none;
	float: right;
	letter-spacing: 0px;
}

.navcontainer ul li a:hover
{
	background: #528BC5;
	color: #FFF;
}