﻿ul#nav {
	float: right;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	position: relative;
	text-align: right;
	top: 10px;
	width: 130px;
}

ul#nav li {
	
}

ul#nav li a {
	background: url(../images/bg_navitem2.png) no-repeat;
	background-position: 130px center;
	color: #333333;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

ul#nav li a:hover {
	background-position: 0px center;
	color: #FFFFFF;
	text-decoration: none;
}