 * html ul li a {
width: 1px;
}

#nav {
	margin-top: 75px; 
	position: relative;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
  list-style: none;
  float: right;
  padding: 0px 0px;
  margin-right: 1px;
}

#nav a {
	color: #fff;      <!--цвет шрифта в навигации-->
	text-decoration: none;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	line-height: 21px;
	height: 21px;
	padding-top: 2px;
	padding-right: 27px;
	padding-bottom: 2px;
	padding-left: 27px;
	background-color: #b9c3c5;    <!--цвет фона навигации-->
}

#nav li.left a {
	background: #b9c3c5 url(/images/button-left-normal.gif) bottom left no-repeat;

}

#nav li a.active {
	background-color: #8d9a9e;
	cursor: default;
}

#nav li.left a.active { 
	background: #8d9a9e url(/images/button-left-selected.gif) bottom left no-repeat;
}

#nav li a:hover {
	background: #8d9a9e;
}

#nav li.left a:hover {
	background: #8d9a9e url(/images/button-left-selected.gif) bottom left no-repeat;
}
