/****** NAV ******/
#nav {
	margin:0;
}
#nav ul {
	margin:0;
	padding:9px 30px 0 0;
	list-style:none;
	float:right;
}
#nav ul li {
    float: left;
    background: url(../images/menu/naviright.gif) no-repeat 100% 0;
    margin-right: 3px;
}
/****** ROLLOVERS ******/

#nav ul li  a  {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
    color: #fff;
	text-decoration: none;

	float:left;
	text-align:center;
	padding:0 21px 0 21px;
	margin:0 0px 0 0;
	 line-height: 33px;
    display: block;
    background: url(../images/menu/navileft.gif) no-repeat;
}
#nav ul li a:hover, #nav ul li.active a {
    background-position: 0 100%;
    color: #fff;
}
#nav ul li:hover, #nav ul li.active {
    background-position: 100% 100%;
}

