/*------------------------------------*\
	ÍÀÂÈÃÀÖÈß
\*------------------------------------*/
#topnav{
	margin:0;
	background:url("../images/round_bot.gif") bottom left no-repeat;
	text-align:left;
	font-weight: bold;
	font-size: 11px;
	z-index: 8000;
}
#topnav .menu_main, .menu_main ul {
    margin: 0;
    padding: 0;
    list-style: none;
	width: 100%;
	/*border: 1px solid #222;*/
}
#topnav .menu_main {
	width: 910px;
	margin: 0 auto;
	/*
	border: 1px solid #222;
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
	/*
	background-image: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background-image: -webkit-linear-gradient(#444, #111);
	background-image: -o-linear-gradient(#444, #111);
	background-image: -ms-linear-gradient(#444, #111);
	background-image: linear-gradient(#444, #111);
	
	-moz-box-shadow: 0 1px 1px #777;
	-webkit-box-shadow: 0 1px 1px #777;
	box-shadow: 0 1px 1px #777;*/
}
#topnav .menu_main:before,
#topnav .menu_main:after {
	content: "";
	display: block;
}

#topnav .menu_main:after {
	clear: both;
}

#topnav .menu_main {
	zoom:1;
}
#topnav .menu_main li {
	float: left;

	/*
	-moz-box-shadow: 1px 0 0 #ccc;
	-webkit-box-shadow: 1px 0 0 #ccc;
	box-shadow: 1px 0 0 #ccc;*/
	
	position: relative;
}
#topnav .menu_main a {
	float: left;
	padding: 0 10px 10px 10px;
	color: #444 !important;
	text-transform: uppercase;
	font: 14px Helvetica, "Times New Roman", Times, serif !important;
	letter-spacing: 0.5px;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #000;*/
	background-color: #F9F9F9;
}
#topnav .menu_main li:hover > a {
	color: #8B4726 !important;
}

*html .menu_main li a:hover { /* Òîëüêî äëÿ IE6 */
	color: #8B4726 !important;
}
#topnav .menu_main ul {
	margin: 20px 0 0 0;
	_margin: 0; /* Òîëüêî äëÿ IE6 */
	opacity: 0;
	z-index: 9000;
	visibility: hidden;
	position: absolute;
	top: 24px;
	left: 0;
	border:1px solid #ddd;
	width:168px;
	/*
	background: -moz-linear-gradient(#444, #111);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	*/
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#topnav .menu_main li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
		
}
#topnav .menu_main ul ul {
    z-index: 9000;
	top: 0;
    left: 168px;
	_left: 180px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
}

#topnav .menu_main ul li {
	float: none;
	display: block;
	/*border: 0;*/
	_line-height: 0; /*IE6 only*/
	/*
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;*/
}

#topnav .menu_main ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#topnav .menu_main ul a {
	padding: 4px;
	width: 190px;
	_width: 170px;
	_height: 10px; /*IE6 only*/
	display: block;
	/*white-space: nowrap;*/
	float: none;
	text-transform: none;
	border-bottom: 1px dotted maroon;
}

#topnav .menu_main ul a:hover {
	/*background-color: #0186ba;*/
	background-color: #EFEFEF;
	/*background-image: -moz-linear-gradient(#04acec,  #0186ba);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background-image: -webkit-linear-gradient(#04acec, #0186ba);
	background-image: -o-linear-gradient(#04acec, #0186ba);
	background-image: -ms-linear-gradient(#04acec, #0186ba);
	background-image: linear-gradient(#04acec, #0186ba);*/
}
#topnav .menu_main ul li:first-child > a {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

#topnav .menu_main ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ccc;
}

#topnav .menu_main ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #ccc;
}

#topnav .menu_main ul li:first-child a:hover:after {
	border-bottom-color: #999;
}

#topnav .menu_main ul ul li:first-child a:hover:after {
	border-right-color: #999;
	border-bottom-color: transparent;
}

#topnav .menu_main ul li:last-child > a {
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
#topnav .menu_main ul ul {display:none !important;}
/* ----------------------------------------------Column Navigation-------------------------------------*/

#column .subnav{
	display:block;
	width:250px;
	padding:0px 25px 25px; /*padding: 25px;*/
	background-color:#F7F7F7;
	/*margin-bottom:10px;*/
	line-height:normal;
	}

#column .subnav h2, #column .subnav h3{
	margin:0 0 20px 0;
	/* padding:0 0 14px 0; */
	background-color:#F7F7F7;
	/* border-bottom:1px dotted #666666; */
	}
#column .subnav .block {
    margin-bottom: 2em;
}
#column .subnav ul{
	margin:0;
	padding:0;
	}
#column .subnav ul li{list-style:none !important;}
#column .subnav li{
	margin:0 0 3px 0;
	padding:0;
	}
#column .subnav #block-views-archive-block li a{
	/*display: inline;*/
}
#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{
	border-top:none;
	padding-top:0;
	}

#column .subnav a{
	display:block;
	margin:0;
	padding:5px 10px 5px 20px;
	color:#666666;
	background:url("../images/blue_file.gif") no-repeat 10px center #F7F7F7;
	text-decoration:none;
	border-bottom:1px dotted #666666;
	}

#column .subnav a:hover{
	/* color:#55ABDA; */
	color: #8B4726;
	background-color:#F7F7F7;
	}

#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{
	background:url("../images/black_file.gif") no-repeat #F7F7F7;
	}

#column .subnav ul ul a{
	padding-left:40px;
	background-position:30px center;
	}

#column .subnav ul ul ul a{
	padding-left:50px;
	background-position:40px center;
	}

#column .subnav ul ul ul ul a{
	padding-left:60px;
	background-position:50px center;
	}

#column .subnav ul ul ul ul ul a{
	padding-left:70px;
	background-position:60px center;
	}

/* ----------------------------------------------Pagination-------------------------------------*/

/*.pager{
	display:block;
	width:100%;
	clear:both;
	text-align:center;
	}
*/
#container .item-list {
    text-align: center;
    
    height: 36px;
}
#container ul.pager {
    display: block;
    margin: 0 0 0.75em 0;
    list-style: none;
    *zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
 
#container ul.pager li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    
}

#container ul.pager li a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0; 
}

#container ul.pager a:hover,
#container ul.pager .pager-current {
    background-color: #f5f5f5;
    color: #666;
}

#container ul.pager .pager-current, #container ul.pager li.pager-ellipsis {
    color: #777;
    padding: 0 14px;
    line-height: 34px;
    cursor: default;
    border: 1px solid #ddd;
    border-left-width: 0; 
}
#container ul.pager li.first, #container ul.pager li.first a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
#container ul.pager li.last a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}