/* common styling */
.menu {
font-family: Tahoma;
font-size: 8px;
width:735px;
height:20px;
background: #fdf6f1;
position:relative;
margin:0px auto;
z-index:1;
}
.menu ul li a,
.menu ul li a:visited {
display:block;
width:105px;
height:20px;
border:0px solid #fff;
background: #fdf6f1;
line-height:20px;
font-family: Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align:center;
color:#401c07;
overflow:hidden;
}
.menu ul {
padding:0; margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
margin-right:0px;
position:relative;
}
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
width:105px;
height:20px;
font-family: Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
color: #fdf6f1;
background: #401c07;
}
.menu ul li:hover ul {
display:block;
position:absolute;
top:21px;
left:0;
width:105px;
}
.menu ul li:hover ul li a.hide {
width:105px;
height:20px;
font-family: Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: normal;
text-decoration: none;
color:#401c07;
background: #fdf6f1;
}
.menu ul li:hover ul li:hover a.hide {
width:105px;
height:20px;
font-family: Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: normal;
text-decoration: none;
color:#401c07;
background: #fdf6f1;
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
width:103px;
height:18px;
line-height: 18px;
font-family: Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: normal;
text-decoration: none;
display:block;
color:#401c07;
background: #fdf6f1;
border: 1px solid #401c07;
}
.menu ul li:hover ul li a:hover {
width:103px;
height:18px;
line-height: 18px;
font-family: Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: normal;
text-decoration: none;
color:#fdf6f1;
background: #401c07;
}
.menu ul li:hover ul li:hover ul {
display:block;
position:absolute;
left:104px;
top:0;
}
.menu ul li:hover ul li:hover ul.left {
left:-1034x;
}


