/* CSS Document */

/*----- navigation ------------*/
.nav {
	width: 180px;
}
.nav ul {
	padding: 8px 0 0 0;
	margin: 0 20px 20px 0;
	list-style: none;
}
.nav ul li {
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
	font-size: 16px;
	background: none;
	position: relative;
}
.nav ul li.m_hover {
}
.nav ul li span {
	display: block;
	padding: 0 0 0 3px;
}
.nav ul li.active {
	background: #549abd url(../../images/menu_li_bg.gif) 0 0 no-repeat;
}
.nav ul li.active span {
	background: url(../../images/menu_li_bg_corner.gif) 0 bottom no-repeat;
}
.nav ul li a {
	display: block;
	background: none;
}
.nav ul li.active a {
	background: url(../../images/menu_a_bg.gif) right 0 no-repeat;
}
.nav ul ul li.active a {
	background: none;
}
.nav ul li a span {
	display: block;
	background: none;
}
.nav ul li.active a span {
	display: block;
	background: url(../../images/menu_a_bg_corner.gif) right bottom no-repeat;
}
.nav ul li a span span.arr {
	display: block;
	padding: 3px 30px 5px 5px;
}
.nav ul li.menu_parent a span.arr {
	background: url(../../images/menu_arr.gif) 136px 11px no-repeat;
}
.nav ul li.menu_parent.active a span.arr {
	background: url(../../images/menu_arr_act.gif) 136px 11px no-repeat;
}
.nav ul #nav_3.menu_parent a span.arr, .nav ul #nav_9.menu_parent a span.arr, .nav ul #nav_10.menu_parent a span.arr, .nav ul #nav_11.menu_parent a span.arr, .nav ul #nav_6.menu_parent a span.arr, .nav ul #nav_65.menu_parent a span.arr {
	background: none;
}
.nav ul #nav_3.menu_parent.active a span.arr, .nav ul #nav_9.menu_parent.active a span.arr, .nav ul #nav_10.menu_parent.active a span.arr, .nav ul #nav_11.menu_parent.active a span.arr {
	background: none;
}

.nav ul ul {
	position: absolute;
	left: 160px; top: -7px;
	padding: 8px 10px 10px 10px;
	margin: 0;
	list-style: none;
	overflow: hidden;
	background: #ffffff;
	border: 2px solid #d0d0d0;
	display: none;
	z-index: 1000;
}
.nav ul ul.submenu_vis {
	display: block;
}
.nav ul ul ul, .nav #nav_3 ul, .nav #nav_9 ul {
	display: none;
}
.nav ul ul li {
	width: 142px;
	padding: 5px 4px 4px 4px;
	margin: 0;
	list-style: none;
	font-size: 12px;
	background: none;
	border-bottom: 1px dotted #CCC4B3;
}
.nav ul ul li.last {
	border: none;
}
.nav ul ul a, .nav ul .active ul a {
	padding: 0;
	background: none;
}
.nav ul ul li.active {
	background: none;
	font-weight: bold;
}

.nav a:link, .nav a:visited {
	color: #656b6c;
	text-decoration: none;
}
.nav a:hover, .nav a:active {
	color: #656b6c;
	text-decoration: underline;
	background: ##d9f1fe;
}
.nav .active a:link, .nav .active a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav .active a:hover, .nav .active a:active {
	color: #ffffff;
	text-decoration: underline;
}

.nav ul ul a:link, .nav ul ul a:visited, .nav .active ul a:link, .nav .active ul a:visited {
	color: #134c9a;
	text-decoration: none;
}
.nav ul ul a:hover, .nav ul ul a:active, .nav .active ul a:hover, .nav .active ul a:active {
	color: #134c9a;
	text-decoration: underline;
}
.nav ul ul .active a:link, .nav ul ul .active a:visited {
	color: #134c9a;
	text-decoration: none;
}
.nav ul ul .active a:hover, .nav ul ul .active a:active  {
	color: #134c9a;
	text-decoration: underline;
}
/*---------rss---------*/
.rss_wrap {
	margin: 20px auto;
	width: 18px;
}
.rss {
	display: block;
	width: 18px;
	height: 18px;
	background: #ff6a00 url(../../images/rss.gif) 0 0 no-repeat;
}

