@charset "utf-8";
/* CSS Document */

.left {
	float: left;
	}

.fomenu {
	width: 154px;
	height: 25px;
/*	background-image: url(../img/menu_off_loop.jpg);*/
/*	background-repeat: repeat-x;*/
	display: block;
	cursor: pointer;
	color: #233500;
	}

.fomenu a {
	text-decoration: none;
	cursor: pointer;
	color: #233500;
	text-decoration: none;
	}
	
.left_fomenu {
      font-family: 'Arial';
      font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	color: #a1bf31;
	text-decoration: none;      
	font-size: 14px;
	padding-top: 5px;
	color: #233500;
	text-transform: uppercase;
}

.left_fomenu a {
 	text-decoration: none;
	cursor: pointer;
	color: #233500;
	text-decoration: none;
	}

.left_fomenu a:hover {
 	text-decoration: none;
	cursor: pointer;
	color: #d6e1ae;
	text-decoration: none;
	}

.almenu a {
	background-image: url(../img/almenu_off.jpg);
	background-repeat: no-repeat;
	width: 184px;
	height: 19px;
	line-height: 19px;
	display: block;
	cursor: pointer;
	color: #a1bf31;
	text-decoration: none;
	font-family: 'Arial';
    font-size: 11px;
	text-transform: uppercase;
	}

 .almenu span{
      padding-left: 25px;
	  line-height: 19px;
      }

.almenu a:hover {
	background-image: url(../img/almenu_on.jpg);
	background-repeat: no-repeat;
	height: 19px;
	line-height: 19px;
	display: block;
	cursor: pointer;
	}
