body {
	margin: 0px;
	padding: 0px;
}
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.nav_bg {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}

.nav{
	padding:0;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}
.nav ul
{
    padding:0;
	margin:0;
	list-style-type:none;
}
.nav ul li{
	float:left;
	height:35px;
}
.nav ul li a{
	color:#f9fafb;
	width:166px;
	display:block;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: right 3px;
	line-height: 35px;
	text-decoration: none;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
}
.nav ul li a:hover, .nav ul li a.active{
	background-image: url(../images/nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	display: block;
}
