﻿#mainmenu {
	background-color: #1F7970;
	height: 54px;
	width: 706px;
	overflow: hidden;
	white-space:nowrap;
	text-align: left;
	list-style:none;
	margin:0px;
	padding:0px;
	white-space:nowrap;
}
#mainmenu .item {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float:left;
}
#mainmenu .inactive {
	background-image: url('/images/mainmenu/bg_inactive.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}



#mainmenu .active {
	background-image: url('/images/mainmenu/bg_active.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}


#mainmenu img {
	
}
#leftmenu {
	width:160px;
}
#leftmenu .bet{
	background-color: #575757;
	width: 100%;
	height: 1px;
}
#leftmenu .item {
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	padding-right: 17px;
	text-align: right;
	text-decoration: none;
	position:relative;
	overflow:hidden;
}
#leftmenu .item:hover{
	background-image: url('/images/lmenu_arrow_hover.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}
#leftmenu .item a, #leftmenu .item span {
	text-decoration: none;
	font-family: "Arial Narrow";
	font-size: 14px;
	margin-bottom:25px;
	position:relative;
}



#leftmenu .active {
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #FFFFFF;
	background-image: url('/images/lmenu_arrow.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}
