######
#
# Snippets by http://typo3.intervation.de/snippets.html
#
####

#menu .menu { 
width:750px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu .menu ul {
padding:0;
margin:0;
list-style-type:none;
}
#menu .menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu .menu li {
float:left;
background:url('../img/spacer.gif') top right no-repeat;
position:relative;
}
#menu .menu li  ul li{
	background:none;
	border-left:1px solid #e7c868;
	border-right:1px solid #e7c868;
	height:16px;
}
#menu .menu li  ul  li.last{
 border-bottom:1px solid #e7c868;
  padding-bottom:5px;
  background:#fff;
}
#menu .menu li  ul  li.first{
 border-top:1px solid #e7c868;
 padding-top:5px;
}
#menu .menu li.last {
background:transparent;
}
/* style the links for the top level */
#menu .menu a, #menu .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
height:16px; 
#padding-right:8px; 
padding-left:8px; 
line-height:29px;
margin-right:2px; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu .menu a, * html #menu .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
#menu .menu ul ul a.drop, #menu .menu ul ul a.drop:visited {


}
/* style the second level hover */
#menu .menu ul ul a.drop:hover{

}
#menu .menu ul ul :hover > a.drop {

}
/* style the third level background */
#menu .menu ul ul ul a, #menu .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
#menu .menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu .menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:16px;
left:22px; 
width:150px; 
padding-top:3px;
background:transparent;


}
/* another hack for IE5.5 */
* html #menu .menu ul ul {
top:17px;
t\op:17px;
}

/* position the third level flyout menu */
#menu .menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
#menu .menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu .menu table {position:absolute; top:0; left:0;}

/* style the second level links */
#menu .menu ul ul a, #menu .menu ul ul a:visited {
background:#ffffff; 
color:#000; 
height:auto; 
line-height:1em; 
padding-left:28px ; 
width:123px;
background: #fff url('../img/drop.gif') 15px 5px no-repeat;


/* yet another hack for IE5.5 */
}

* html #menu .menu ul ul a{
width:150px;
w\idth:129px;
}
#menu .menu a:hover {
	background:transparent url('../img/menuback.gif') no-repeat left top;
background-size: 100%;

}

/* style the top level hover */
 #menu .menu ul ul a:hover{
color:#514623; 
background: #ccb25c url('../img/drop.gif') 15px 5px no-repeat;

}
#menu .menu ul ul  a.act{
	background: #ccb25c url('../img/drop.gif') 15px 5px no-repeat;
}
#menu .menu :hover > a {
color:#514623;


}
#menu a.dropact{
background:transparent url('../img/menuback.gif') no-repeat left top;
}

/* make the second level visible when hover on first level list OR link */
#menu .menu ul li:hover ul,
#menu .menu ul a:hover ul{
visibility:visible; 

}
/* keep the third level hidden when you hover on first level list OR link */
#menu .menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menu .menu ul :hover ul :hover ul{ 
visibility:visible;
}
