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

#menu .menu { 
width:750px; 
font-size:0.85em;
position:relative;
z-index:10000;
}
/* 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;
position:relative;
}
#menu .menu li  ul li{
	background:#e7e7e7;
	height:20px;
}
#menu .menu li  ul  li.last{
 

  	background:#e7e7e7;
}
#menu .menu li  ul  li.first{
# 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; 

line-height:29px;

}
/* 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:23px;
left:11px; 
width:135px; 
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:#e7e7e7; 
color:#000; 
height:auto; 
line-height:1em; 
padding-left:12px ; 
width:135px;
	background:#e7e7e7;

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

* html #menu .menu ul ul a{
width:150px;
w\idth:129px;
}
#menu .menu a:hover {


}

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


}
#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;
}
