/*  horizontal*/


#menu {
background-color: #9A673A;
text-align:center;
margin-left:40px;
height:auto;
}


#menu ul {
position: relative;
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
font: bold 8pt arial, helvetica, sans-serif;
display: block;
border-width: 3px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
vertical-align:bottom;
}

#menu a {
background-color:#9A673A;
background-color:#610102;
color: #fff;
text-decoration: none;
padding-top:5px;
padding-left:5px;
padding-right:5px;
height:30px;
}

#menu ul ul a {
color: #fff;
background-color:#9A673A;
background-color:#610102;

/*height:15px;*/
}

#menu ul ul a:hover{

color: #610102;
background-color: #fff;

}

#menu a:hover {
color: #610102;
background: #fff;
}

/*
#menu li {position: relative;}

*/
#menu ul li {white-space:nowrap;height:40px;display:inline;}

/*
*/

#menu ul ul {
position: absolute;
z-index: 500;
width: 150px;
text-align:left;
top:35px;
left:0px;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*

*/


