html, body {
	height: 100%;
}
.tree_navigation {
	cursor:pointer;
	list-style: none;
	white-space: nowrap;
	background: #5faed5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:12px 0;
}
.tree_navigation  .menu {
	cursor:pointer;
	list-style: none;
	white-space: nowrap;
}
.tree_navigation li {
	line-height:25px;
	position:relative;
	margin:0px !important;
}
.tree_navigation li > a {
  display: block;
  font: bold 12px/25px "myraid-pro",Arial,sans-serif;
  height: 23px;
  text-decoration: none;
  color:#fff;
}
ul.menu, ul.menu ul {
	margin: 0px;
	list-style: none;
	list-style-type: none;
}


.menu ul {
  width:98%;
  padding-left:12px;
  list-style: none;
  list-style-type: none;
}

.menu ul ul {
  padding-left:7px;
  list-style: none;
  list-style-type: none;
}

.menu ul ul ul {
  padding-left:4px;
  list-style: none;
  list-style-type: none;
}

.selected {
	background-color: silver;
	color: #69acf0
}
.menu_level_1 a{
	padding-left:15px;
	margin-left: 5px;
}
.menu_level_2 a{
	padding-left:13px;
}
.menu_level_3 a{
	padding-left:13px;
}
.menu_level_4 a{
	padding-left:10px;
}
.menu .active {
	background:url("/skin/openlink/images/treemenunavshad2.png") repeat-x;
	width: 102%;
}
.menu .active > ul {
	background:url("/skin/openlink/images/treemenunavshad1.png") repeat-x #0086ae;
	width:98%;
	padding-left:12px;
}
.menu .active > ul ul {
	background:none;
	padding-left:7px;
}
.menu .active > ul ul ul {
	background:none;
	padding-left:4px;
}
.menu .active .active {
	background:none;
	width: 100%;
}
.menu .follow_link {
	position: absolute;
	text-align:right;
	right:5px;
	top: 5px;
	background:url('/skin/openlink/images/toplvlicon1.png') no-repeat center left !important;
	width:13px;
	height:13px;
}
.menu .menu_level_2 .empty_link {
	position: relative;
	z-index:1;
	width:88%;
	background:url('/skin/openlink/images/chevronrtsml.png') no-repeat center left !important;
}
.menu > .menu_level_1 > .empty_link {
	background:url('/skin/openlink/images/chevronrt.png') no-repeat center left;
	width:88%;
}
.menu > .active > .empty_link {
	background:url('/skin/openlink/images/chevrondwn.png') no-repeat center left;
}
.menu .menu_level_2.active > .empty_link, .menu .menu_level_3.active > .empty_link {
	background:url('/skin/openlink/images/chevrondwnsml.png') no-repeat center left !important;
}
.menu .no_children, .menu2 .no_children, .menu .last_item {
	background:url('/skin/openlink/images/treemenudot.png') no-repeat center left;
}
                            
                            
                            
                            