/* First level menu */

#mainmenu {
background:#000;
color:#fff;
height:40px;
}

#mainmenu tr td {
font-size:11px;
font-family:Tahoma;
color:#fff;
padding-left:20px;
padding-right:20px;
}

#mainmenu tr td.current {
background:url('/img/layout/menu-current.png') repeat-x;
}

#mainmenu a {
text-decoration:none;
color:#fff;
}

#mainmenu #mainmenu-item .middle a:hover {
text-decoration:underline;
color:#000000;
}

#mainmenu #mainmenu-item.current .middle a {
color:#000000;
font-weight:bold;
}

/* Second level menu */

#submenu {
color:#000;
height:30px;
margin-top:0px;
margin-bottom:30px;
}

#submenu tr td {
font-size:11px;
font-family:Tahoma;
color:#fff;
padding-left:20px;
padding-right:20px;
}

#submenu tr td.current {
background:#666 url('/img/layout/menu-curr1ent.png') repeat-x;
}

#submenu a {
text-decoration:none;
color:#000;
}

#submenu tr td.current a {
text-decoration:none;
color:#fff;
}

#links {
height:64px;
font-size:11px;
font-family:Tahoma;
line-height:18px;
}

#links a:hover {
color:#FF5223;
}

#links .right {
background:url('/img/links-bg-right.gif') no-repeat;
width:5px;
}

#links .left {
background:url('/img/links-bg-left.gif') no-repeat;
width:5px;
}

#links .middle {
background:url('/img/links-bg-middle.gif') repeat-x;
}