
#nav
{
	height: 65px;
	padding: 0;
	margin: 0;
	margin-left: 13px;
	display: block;
}

#nav li
{
	width:20%;
	padding: 0; margin:0;
	list-style: none;
	float:left;		
	height: 65px;
}
#nav li.last
{
	width: 19.5%;
}
#nav li a
{
	display: block;
	background: transparent url(../images/style/nav_bkgnd.gif) no-repeat -100px 0;
	line-height: 60px;
	font-size: 130%;
	font-variant:small-caps;
	color:#000;
	text-decoration:none;
	text-align:center;
}

#nav li a:hover, #nav li a.active
{
	background: transparent url(../images/style/nav_hover.gif) no-repeat -100px 0;
	text-decoration:none;
	color:#fff;	
}



#nav li.first a
{
	background: transparent url(../images/style/nav_bkgnd.gif) no-repeat;
}
#nav li.first a:hover,#nav li.first a.active
{
	background: transparent url(../images/style/nav_hover.gif) no-repeat;
}
#nav li.last a
{
	background: transparent url(../images/style/nav_bkgnd.gif) no-repeat right 0;
}
#nav li.last a:hover, #nav li.last a.active
{
	background: transparent url(../images/style/nav_hover.gif) no-repeat right 0;
}


