
.menu {
width:100%; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding-left:0px;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:110px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:116px;
position:relative;
margin-right:5px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:10px;
text-decoration:none; 
text-align:left;
color:#CB4314; 
width:96px; 
height:23px; 
font-size:11px;
border:0px solid #FFD0BF; 
border-width:0px 0px 0 0; 
font-weight:bold;
background-image: url(../img/menu_point.jpg);
background-position: 0px 0 0px 0px;
background-repeat:no-repeat;
padding-left:20px; 
margin-left:5px;
_margin-left:0px;  
line-height:12px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:96px;
w\idth:96px;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(../img/sipka.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#ff0000 url(../img/sipka.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../img/sipka.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a:link, .menu ul ul ul a:visited {

width:200px;
border-left-color:#FFBC01;
border-width:0px 1px 2px 3px; 
background-image: url(../img/menu.jpg);
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#EF321F;

}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:22px;
margin:0px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:22px;
t\op:22px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:152px; 
_left:142px; 
top:0;

}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-129px;

}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#F0401B; 
color:#fff; 
height:auto;
text-align:left;
border:0px solid #FFBC01; 
border-width:0px 1px 1px 1px;  
line-height:1em; 
padding:5px 10px;
font-size:11px;
font-weight:bold;
background-image: url(../img/menu.jpg);
margin:0px;
width:130px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:130px;
w\idth:120px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#3F3F3F;
background:#fff;
padding-left:10px;
}
.menu  ul a:hover{
color:transparent;
background-image: url(../img/menu_point.jpg);
background-position: 100px 0 0px 10px;
background-repeat:no-repeat;
padding-left:20px; 
}
.menu  ul :hover > a{
color:transparent;
background-image: url(../img/menu_point.jpg);
background-position: 100px 0 0px 10px;
background-repeat:no-repeat;
padding-left:20px; 

}
.menu :hover > a, .menu ul ul :hover > a {
color:#000;
background:transparent;

}
.menu ul ul :hover > a {
color:#000;
background:#EF321F;

}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;

}

.menu ul   a:hover{color: #000000; background-color:transparent;}
.menu ul ul  a:hover{color: #000000; background-color:#EF321F;}
.menu ul ul ul a:hover{color: #000000; background-color:#EF321F;}