.headernav {
	width:769px;
    float:left;
	height:46px;
	margin:20px 0px 0px 0px;
	padding:0px;
	background:url(images/backgrounds/bg-n.jpg) repeat-x;
	}
	
.headernav-l {
	width:8px;
    float:left;
	height:46px;
	margin:0px 0px 0px 0px;
    background:url(images/backgrounds/bg-n-l.jpg) no-repeat;
	}
	
.headernav-r {
	width:8px;
    float:right;
	height:46px;
	margin:0px;
    background:url(images/backgrounds/bg-n-r.jpg) no-repeat;
	}


#menu {
	width:730px;
	float:left;
	margin:3px 0px 0px 0px;
	}
	
#menu ul {
	list-style:none;
	line-height:1.40;
	}

#menu a {
	display: block;
	text-decoration: none;
	border-right:1px solid #ffffff;
	color:#ffffff; 
	padding:5px 12px 6px 12px;
	font-weight:bold;
	}

#menu a:hover {
	display: block;
	color: #591818;
	text-decoration: none;
	border:none;
	padding:5px 11px 6px 12px;
	border-left: 2px solid #a0017f;
	background:url(images/backgrounds/hover.jpg) repeat-x;
	}

#menu li {
	float: left;
	list-style:none;
	background:url(images/nav_bg_strich.jpg) no-repeat right;
	}