/* CSS Document */
/*
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html {
	height: 101%;
	background: #fff url(/img/css/bg.gif) top left repeat-x;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	color: #333;
	margin: 0 auto;
}/**/
/*------------------------------------*\НАВИГАЦИЯ\*------------------------------------*/
#menu_panel {             /*
	float: left;
	width: 100%;
	font-family: Arial, Verdana, sans-serif;
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;/**/
  float:left;display:inline;height:44px; font-size:8pt;background:url(../images/menu_bkg2.png) repeat-x;
	z-index:8003;
}
#nav {
	float: left;
	list-style: none;
	font-weight: bold;
  z-index:8005;
}
#nav a{
	font-family: Tahoma, Arial, Verdana,  Geneva, sans-serif;
	color: #FFF;
	cursor: pointer;
	font-size: 11pt;
	font-weight: 600;
	margin:  -2px 0 6px 0;
	padding: 0px 5px;
	text-decoration: none;
  display:block;
/*	text-shadow: 1px 1px 1px #ccc; */
	white-space: nowrap;
	/* line-height: 1.6em; /**/
}

#nav li {
	float: left;
	position: relative;
	list-style: none outside none;
	text-indent:0px; margin:10px 7px;
}
#nav li a {
/*	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

/*  */

}
#nav li a:hover {
	color: #ccc;
	/*
	padding: 4px 9px;
	border: 1px solid #333; /**/
}
/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul {
	list-style: none;
	position: absolute;
  background: #570000;
  border:1px solid #400000;
	left: -9999px;
	text-indent:0;
	min-width:150px;
	font-weight: normal;
}

a.tit {font-size:14px; text-indent:5px; font-weight:bold!important;color: #ffffcc!important;display: block;
width:160px; white-space: normal!important;
}

#nav ul li {
line-height: 1.3em;
text-indent:15px;
display: block;
width:160px;
}
#nav ul a {
font-weight:normal;
font-size:8pt;
color: #ffff99;
white-space: normal!important;

}
#nav li:hover ul {
/* Выводим выпадающий пункт при наведении курсора */
	left: 0px;
}
#nav li:hover a {
/* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
/*	background: #570000;*/
	text-decoration: none;
	color: #ffff99;
}
#nav li:hover ul a {
/* Изменяем некоторые стили пунктов в выпадающем меню */
	background: #570000;
	text-decoration: none;
}
#nav li:hover ul li a:hover {
/* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
/*	background: #9CF; */
	text-decoration: underline;
}