#navbar {
	font-size:16px;
	float:right;
	height:40px;
	padding-top:40px;
}


a.nav:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.nav:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.nav:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.nav:active {
	color:#FFFFFF;
	text-decoration:none;
}
#navl1, #navl2, #navl3, #navl4, #navl5, #navl6 {
	width:18px;
	height:28px;
	float:left;
	background:url(../images/nav-crv-left.gif);
}
#navr1, #navr2, #navr3, #navr4, #navr5, #navr6 {
	width:20px;
	height:28px;
	float:left;
	background:url(../images/nav-crv-right.gif);
}
#navitem1, #navitem2, #navitem3, #navitem4, #navitem5, #navitem6 {
	height:28px;
	float:left;
	background:#9B9488;
	line-height:28px;
	padding-left:3px;
	padding-right:4px;
}




/*
.navbar ul, li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
}
.navbar ul {
	height:40px;
}
.navbar li {
	float:left;
	margin-left:8px;
}
.navbar a:link, .navbar a:visited {
	background:url(../images/nav-bg.jpg) right 80px;
	color:#fff;
	display:block;
	height:40px;
	line-height:40px;
	text-decoration:none;
}
.navbar a span {
	background:url(../images/nav-bg.jpg) left 80px;
	display:block;
	height:40px;
	margin-right:16px;
	padding-left:16px;
}
.navbar a:hover {
	background:url(../images/nav-bg.jpg) right 40px;
	display:block;
	color:#fff;
}
.navbar a:hover span {
	background:url(../images/nav-bg.jpg) left 40px;
	display:block;
}

.active a:link, .active a:visited, .active a:visited, .active a:hover{
color:#fff;
background:url(../images/nav-bg.jpg) right 0 no-repeat;
}
.active a span, .active a:hover span{
background:url(../images/nav-bg.jpg) left 0 no-repeat;
}*/
