﻿/* This pure CSS menu style sheet is to be used when the MenuApateter is enabled */
.header ul {
  margin:0;
  list-style: none;
}
.header span 
{
	background: url("b_fon.gif") repeat-x bottom;
	padding: 3px 0 4px 0;
}
.header li {
  float:left;
  background:url("b_left.gif") no-repeat left bottom;
  margin:0;
  padding:0 0 0 4px;
 }
.header a {
  float:left;
  display:block;
  background:url("b_right.gif") no-repeat right bottom;
  padding:5px 9px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.header a {float:none;}
/* End IE5-Mac hack */
.header a:hover {
  color:#fff;
  }
.header li.current span
{
	background-position: bottom;
	background-image: url( "b_fon_a.gif" );
	color: #ffffff;
	background-repeat: repeat-x;
	padding: 10px 0 4px 0;
}
.header li.current 
{
	float: left;
  background:url("b_left_a.gif") no-repeat left bottom;
  margin:0;
  padding:0 0 0 3px;
}
.header li.current a {
  background:url("b_right_a.gif") no-repeat right bottom;
  padding: 10px 9px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#333;
}
.mnuBtmLeft
{
  height: 8px;
  background-color: #076BA7;
}


