/* общие стили */
.menu
{
	text-align: center;
	font-family: Tahoma;
	width: 997px;
	height: 29px;
	background: url('images/menu-bg.jpg');
	font-size: 12px;
	z-index: 100;
}
.menu ul li a, .menu ul li a:visited
{
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #000000;
	display: block;
	text-decoration: none;
	width: 141px;
	height: 29px;
	text-align: center;
	color: #dedede;
	line-height: 29px;
	font-size: 12px;
	overflow: hidden;
	font-weight: bold;
}
.menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu ul li
{
	float: left;
	position: relative;
}
.menu ul li ul
{
	display: none;
}

.menu ul li ul li a p
{	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100;
	text-align: center;
	background: url('images/marker.jpg');
	background-repeat: no-repeat;
	cursor: hand;
}

#lItem
{
	background-position: right;
	background-image: url('images/lMenu-bg.jpg');
	background-repeat: no-repeat;
}

#fItem
{
	background-position: left;
	background-image: url('images/fMenu-bg.jpg');
	background-repeat: no-repeat;
}

/* описание для не для IE броузеров */
.menu ul li:hover a
{
	color: #fff;
	text-decoration: underline;
}
.menu ul li:hover ul
{
	display: block;
	position: absolute;
	top: 29px;
	left: 0;
	width: 141px;
}

.menu ul li:hover ul li ul
{
	display: none;
}
.menu ul li:hover ul li a
{
	display: block;
	background: url('images/submenu-bg.png');
	text-decoration: none;
	color: #ffffff;
	
}
.menu ul li:hover ul li a:hover
{
	background: url('images/submenu-bg.png');
	text-decoration: underline;
	color: #ffffff;
}

.btnMultim
{
	width: 145px;
}
