/* MAIN MENU */
#main-menu{
	width: 760px;
	height: 38px;
	line-height: 38px;
}
.left_main_menu{
	width: 23px;
	height: 38px;
	background-image: url(../images/left_main_menu.gif);
	background-repeat: no-repeat;
}
.empty_main_menu{
	background-color: #299300;
}.right_main_menu{
	width: 18px;
	height: 38px;
	background-image: url(../images/right_main_menu.gif);
	background-repeat: no-repeat;
}

#left_main_menu{
	width: 23px;
	height: 38px;
	background-image: url(../images/left_main_menu.gif);
	background-repeat: no-repeat;
}
#empty_main_menu{
	width: 55px;
	background-color: #299300;
}
#right_main_menu{
	width: 18px;
	height: 38px;
	background-image: url(../images/right_main_menu.gif);
	background-repeat: no-repeat;
}

#meniu {
	width:664px;
	height:38px;
	color:#fff;
	background-color: #299300;
	line-height:38px;
}
#meniu ul { margin: 0px; padding: 0px; list-style: none; }
#meniu li{
	float: left;
	margin: 0;
	border-left: 1px dashed #5bac3b;
}
#meniu li a {
	height: 38px;
	line-height: 38px;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 0 9px 0 8px;
}
#meniu li a:hover {
	height: 38px;
	line-height: 38px;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 0 9px 0 8px;
	background-color:#CE0608;
}
.greenBg{ background-color: #299300; }


