/* Главное меню */

#menu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
	background:#E8E8E8;
	height:33px;
	border-top:4px solid #DADADA;
	/*margin-right:287px;*/
	overflow:hidden;
	/*padding-left:12px;*/
	margin-left:0px;
}

#menu ul {
	overflow:hidden;
	float:left;
	margin-left:1px;
	margin-top:10px;
	padding-left:0px;
}

#menu li {
	float:left;
	list-style:none;
	padding:0 13px;
	margin-right:-1px;
	border-right:1px solid #BFBFBF;
	margin-left:0px;
}

#menu li a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

#menu li a:hover {
	text-decoration:underline;
}

#menu .current {
	background:url("images/menu_left.png") no-repeat left top;
	margin:0;
	height:33px;
	line-height:33px;
	padding:0;
}

#menu .current a {
	display:block;
	height:33px;
	padding:0 12px 0 13px;
	float:left;
	background:url("images/menu_right.png") no-repeat right top;
	color:#fff;
}

/* Подменю */

#submenu {
	background:url("images/submenu.png");
	height:21px;
	border-bottom:1px solid #A7A7A7;
	margin-right:287px;
	overflow:hidden;
	padding-left:12px;
}

#submenu ul {
	overflow:hidden;
	float:left;
}

#submenu li {
	float:left;
	list-style:none;
	margin:4px -1px 0 0;
	padding:0 16px;
	border-right:1px solid #fff;
}

#submenu li a {
	color:#fff;
	text-decoration:none;
}

#submenu li a:hover {
	text-decoration:underline;
}


li.level1 { margin-left: 30px;}
li.level2 { margin-left: 60px; list-style-type: none; list-style-image: none; }
li.level3 { margin-left: 90px; list-style-image: none; list-style-type: none; }
li.level4 { margin-left: 120px; list-style-image: none; list-style-type: none; }
li.level5 { margin-left: 150px; list-style-image: none; list-style-type: none;}


/* Подвал */

#footer {
width:100%;
height:60px;
	background:url("/images/footer.png") repeat-x top;
	text-align:center;
}

#footer img, #footer p {
	margin:1px 0;
}

#copy{
font-size:11px;
}