/* Menu type=tree direction=horizontal */
.navtree_h
{
    width: 100%;
    /*border: 1px solid red;*/
}

.navtree_h,
.navtree_h UL {
float:left;
position:relative;
list-style:none;
line-height:1em;
font-family:Arial;
font-size:11px;
font-weight: bold;
margin:0px;
padding: 0px;
color:#006699 !important;
height: 38px;
z-index:999;
}

.navtree_h A {
display:block;
color:#006699 !important;
text-decoration:none;
text-align:center;
padding-left:5px;
padding-right:5px;
}
.navtree_h LI {
float:left;
padding-left:10px;
padding-top:14px;
padding-right:10px;
/*display: block;*/
/*width: 95px;*/
/*border: 1px solid red;*/
}
.navtree_h LI:hover,
.navtree_h LI.sfhover {
	/*background-image: url(/images/hover_header_menu_bcg.gif);*/
	background-image: url(/images/menu_hover.gif);
	background-position:top;
    height:38px;
}
.navtree_h LI UL {
padding-right:15px;
position:absolute;
top:-999em;
height:auto;
width:15em;
font-weight:normal;
margin-left:-10px;
}
.navtree_h LI LI {
    width:14em;
    height:18px !important;
	padding-top:5px !important;
	padding-left:5px !important;
	padding-right:5px !important;
	font-size:12px !important;
    border:none;
    /*background-image:url(/images/sub_menu_bcg_top.gif) !important;*/
    /*background-image: url(/images/menu_hover.gif) !important;*/
	background-repeat:repeat-x;
	background-position:top;
    /*background-color: #3ca5d2;*/
    background-color:#0e68ab;
}
.navtree_h LI UL A {
width:auto !important;
text-align:left;
color:#FFF !important;
}
.navtree_h LI A,
.navtree_h LI A:visited,
.navtree_h LI:hover LI A,
.navtree_h LI.sfhover LI A,
.navtree_h LI:hover LI:hover LI A,
.navtree_h LI.sfhover LI.sfhover LI A,
.navtree_h LI:hover LI:hover LI:hover LI A,
.navtree_h LI.sfhover LI.sfhover LI.sfhover LI A {
text-decoration:none;
}
.navtree_h LI:hover A,
.navtree_h LI.sfhover A,
.navtree_h LI:hover LI:hover A,
.navtree_h LI.sfhover LI.sfhover A,
.navtree_h LI:hover LI:hover LI:hover A,
.navtree_h LI.sfhover LI.sfhover LI.sfhover A,
.navtree_h LI:hover LI:hover LI:hover LI:hover A,
.navtree_h LI.sfhover LI.sfhover LI.sfhover LI.sfhover A {
color:#FFF !important;
}
.navtree_h LI UL LI {

}
.navtree_h LI:hover LI:hover{
 background-color:#0e68ab;
}
.navtree_h LI:hover UL UL,
.navtree_h LI.sfhover UL UL,
.navtree_h LI:hover UL UL UL,
.navtree_h LI.sfhover UL UL UL {
}
.navtree_h LI:hover UL,
.navtree_h LI.sfhover UL,
.navtree_h LI LI:hover UL,
.navtree_h LI LI.sfhover UL,
.navtree_h LI LI LI:hover UL,
.navtree_h LI LI LI.sfhover UL {
top:38px;
}
.navtree_h LI UL A IMG{
padding-right:4px;
}

.navtree_h LI.separator{
	/*background-color:#59b7da !important;*/
	background-color:#D1D7DB !important;
	height:2px !important;
	padding:0 !important;
	margin:0 !important;
	width:100% !important;
    padding-right: 10px;
	background-image:none !important;
  }

/* Menu type=tree direction=vertical */
.navtree_v,
.navtree_v UL {
position:relative;
float:left;
background:#3A2521;
border:solid 1px #EBE9E8;
list-style:none;
line-height:1em;
width:10em;
}
.navtree_v {
border-width:0 0 1px 1px;
}
.navtree_v UL {
margin-left:-1px;
border-width:1px 0;
}
.navtree_v A {
display:block;
padding:.3em .8em;
text-decoration:none;
text-align:left;
}
.navtree_v A.parent {
background:url(/templates/admin/img/arrow.gif) right no-repeat;
}
.navtree_v LI {
/*float:left;*/
border-right:solid 1px #EBE9E8;
}
.navtree_v LI:hover,
.navtree_v LI.sfhover {
background:#A00;
color:#FFF;
}
.navtree_v LI UL {
position:absolute;
top:-999em;
height:auto;
width:13em;
background:#3A2521;
font-weight:normal;
border-width:1px;
margin-left:9.96em;
margin-top:-1.6em;
}
.navtree_v LI LI {
padding-right:0em;
width:13em;
border:none;
}
.navtree_v LI UL A {
width:auto !important;
width:100%;
text-align:left;
}
.navtree_v LI A,
.navtree_v LI:hover LI A,
.navtree_v LI.sfhover LI A,
.navtree_v LI:hover LI:hover LI A,
.navtree_v LI.sfhover LI.sfhover LI A,
.navtree_v LI:hover LI:hover LI:hover LI A,
.navtree_v LI.sfhover LI.sfhover LI.sfhover LI A {
color:#FFF;
}
.navtree_v LI:hover A,
.navtree_v LI.sfhover A,
.navtree_v LI:hover LI:hover A,
.navtree_v LI.sfhover LI.sfhover A,
.navtree_v LI:hover LI:hover LI:hover A,
.navtree_v LI.sfhover LI.sfhover LI.sfhover A,
.navtree_v LI:hover LI:hover LI:hover LI:hover A,
.navtree_v LI.sfhover LI.sfhover LI.sfhover LI.sfhover A {
color:#FFF;
}
.navtree_v LI UL UL {
margin:-1.6em 0 0 13em;
}
.navtree_v LI:hover UL UL,
.navtree_v LI.sfhover UL UL,
.navtree_v LI:hover UL UL UL,
.navtree_v LI.sfhover UL UL UL {
top:-999em;
}
.navtree_v LI:hover UL,
.navtree_v LI.sfhover UL,
.navtree_v LI LI:hover UL,
.navtree_v LI LI.sfhover UL,
.navtree_v LI LI LI:hover UL,
.navtree_v LI LI LI.sfhover UL {
top:auto;
}
.navtree_v LI UL A IMG{
padding-right:4px;
}





/* Menu type=layers direction=independent */
.navlayers_admin{width:100%;float:left;width:150px; height:165px; padding:10px;border:0px;}
.navlayers_admin DIV IMG{border:0px; padding:10px;}

.navlayers {border: 1px solid #ccc;float:left;width:150px; height:200px; padding:10px;}
.navlayers DIV IMG{border:0px;}

.nav_thumbnail {height:150px;text-align: center;}
.image_manage {vertical-align: bottom;text-align: right;}
/* CSS Document */


