/* menu */
#nav {
	margin: 37px 0 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
#nav li {
	background: url(../../img/bullet-article.gif) 2px 6px no-repeat;
	font-weight: bold;
	margin: 0.5em 0 0.6em 0;
	padding: 0;
	color: #196985;
	padding-left: 11px;
	line-height: 120%;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	font-weight: normal;
	padding-left: 12px;
	line-height: 1.2em;
}
#nav li.selected {
	font-weight: bold;
	color: #000;
	background-image: url(../../img/bullet-active.gif);
}
#nav li.hasChildren{
	background: url(../../img/arrow_menu_horisontal.gif) 0 4px no-repeat;
	margin: 0.5em 0 0.6em 0;
  line-height: 1.2em;
}
#nav li.open{
	font-weight: bold;
	background: url(../../img/arrow_menu.gif) 0 5px no-repeat;
}
