.hometemp {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 700px;
	height: 25px;
	float: left;
	padding: 0 0 0 0;
	margin: 13px 39px 11px 49px;
	text-align: center;
	z-index: 99;
	color: #B31152;
	border: 1px solid #B31152;
	}

.nav {
	width: 840px;
	height: 55px;
	float: left;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	z-index: 99;
}

.nav:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nav ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	text-transform: lowercase; */
	color: #FFF;
	border: none;
	list-style-type: none;
	padding: 15px 0 0 0;
	margin: 0 0 0 60px;	
	text-align: center;
	width: 750px;
	height: 40px;
}

.nav ul li{
	float: left;
	width: 87px;
	height: 28px;
	margin: 0 1px 0 0;
	padding: 12px 0 0 0;
}

.nav ul li.navcurrent {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

.nav ul li a:link, .nav ul li a:visited {
	text-align: center;
	color: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration: none;
	overflow: hidden;
}

.nav ul li a:hover, .nav ul li a:active, .nav ul li a.selected{ 
/*script dynamically adds a class of "selected" to the current active menu item*/
	color: #fff;
	font-weight:bold; 	}

.nav ul li a:focus { 
 	}

