﻿.folder_mitte {
  margin-top: 43px;
}
#folders_1 {
  position: relative;
}

#sitemenu
{
position: absolute;
top: 6px;
left: 255px;
z-index:300;
font-family: Arial, Helvetica, sans-serif;
color: #222222;
font-weight: bold;
padding-top: 10px;
padding-right: 10px;
}

* html #sitemenu
{
z-index:100;
padding-right: 0px;
}

/* style the outer div to give it width */
.dmenu {
position:relative;
width:110px;
font-size:16px;
font-weight:bold !important;
z-index:301;
}

#folders_1 .dmenu ul li.drop a:hover {
  color:#CC0000;
  font-size: 16px;
}

#folders_1 .dmenu ul li ul li a:hover {
  color:#000000 !important;
  font-size: 11px !important;
  background:#fff !important;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.dmenu table {border-collapse:collapse; border:0 !important; position:absolute; left:0; bottom:1px;}

.dmenu td {position:relative;}

/* remove all the bullets, borders and padding from the default list styling */
#folders_1 .dmenu ul
{
float: left;
width:135px;
padding:0;
margin:0;
list-style-type:none;
list-style-image:none;
text-align: left;
}

#folders_1 .dmenu li
{
float:left;
width:135px;
position:relative;
border:0 !imporatant;
}

#folders_1 .dmenu a, #folders_1 .dmenu a:visited
{
display:block;
text-decoration:none;
width:120px !important;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#folders_1 .dmenu ul ul
{
width:135px;
visibility:hidden;
position:absolute;
top:15px;
left:0px;
z-index:303;
}

* html #folders_1 .dmenu ul ul
{
top:0 !important;
left:0px !important;
}

*+html #folders_1 .dmenu ul ul
{
top:14px !important;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#folders_1 .dmenu ul ul li
{
width:125px;
}

/* style the links for the top level */
#folders_1 .dmenu ul ul a, #folders_1 .dmenu ul  ul a:visited
{
display:block;
font-size: 11px;
text-decoration:none;
color: #000000;
width:122px !important;
height:auto;
line-height:1em;
background: #E3E3E3;
padding:5px 5px;
border: 1px solid #E3E3E3;
}

/* yet another hack for IE5.5 */
* html #folders_1 .dmenu ul ul a
{
font-size: 11px;
width:125px;
}


/* style the second level background */
#folders_1 .dmenu ul ul a.drop, #folders_1 .dmenu ul ul a.drop:visited
{
background:#E3E3E3;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #folders_1 .dmenu ul ul a, * html #folders_1 .dmenu ul ul a:visited
{
width:122px;
}

/* style the second level hover */
#folders_1 .dmenu ul ul a.drop:hover
{
background:#ffffff;
}

#folders_1 .dmenu ul ul :hover > a.drop
{
background:#ffffff;
}



/* position the third level flyout menu */
#folders_1 .dmenu ul ul ul
{
left:-190px;
top:0px;
width:190px;
}

* html #folders_1 .dmenu ul ul ul
{
left:-188px !important;
top:-19px !important;
}

*+ html #folders_1 .dmenu ul ul ul
{
left:-190px;
top:0px !important;
}

/* style the third level background */
#folders_1 .dmenu ul ul ul a, #folders_1 .dmenu ul ul ul a:visited
{
background: #E3E3E3;
width: 180px !important;
}

/* style the third level hover */
#folders_1 .dmenu ul ul ul a:hover
{
background: #ffffff;
}

#folders_1 .dmenu ul ul ul :hover > a
{
background: #ffffff;
}



/* size the third level flyout menu */
#folders_1 .dmenu ul ul ul ul
{
left:-202px;
width:270px;
}

* html #folders_1 .dmenu ul ul ul ul
{
left:-263px !important;
width:270px;
}

#folders_1 .dmenu ul ul ul ul li
{
width:190px;
}

#folders_1 .dmenu ul ul ul ul a, #folders_1 .dmenu ul ul ul ul a:visited
{
width:190px !important;
}

/* position the third level flyout menu for a left flyout */
#folders_1 .dmenu ul ul ul.left
{
left:-160px;
}


/* style the top level hover */
#folders_1 .dmenu a:hover
{
background:none !important;
font-size:13px;
}
#folders_1 .dmenu ul ul a:hover
{
color:#000000;
font-size: 11px;
background:#fff !important;
}

#folders_1 .dmenu :hover ul ul > a
{
color:#000000;
font-size: 13px;
}

#folders_1 .dmenu ul ul :hover > a
{
background:#ffffff;
font-size: 11px;
}

/* make the second level visible when hover on first level list OR link */
#folders_1 .dmenu ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link */
#folders_1 .dmenu ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
#folders_1 .dmenu ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
#folders_1 .dmenu ul :hover ul :hover ul
{
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
#folders_1 .dmenu ul :hover ul :hover ul :hover ul
{
display:block;
bottom:0;
}
