ul#mainsection {
border:1px solid #FFF;
width:198px;
}
li.normal {
list-style:none;
background-color:#fb6703;
height:30px;
border-bottom:1px solid #670505;
color:#fff;
}
li.currentlist {
list-style:none;
background-color:#d42d2d;
height:30px;
border-bottom:1px solid #670505;
}
li.dropped {
list-style:none;
background-color:#af1010;
height:16px;
border-bottom:1px solid #670505;
}
.normal a{
display:block;
padding:9px 0 6px 10px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
line-height:15px;
color:#FFFFFF;
text-decoration:none;
background-image:url(images/rightarrow.png);
background-repeat:no-repeat;
background-position:92% 60%;
}
.normal a:link {
color:#FFFFFF;
text-decoration:none;
}
.normal a:visited{
color:#FFFFFF;
text-decoration:none;
}
.normal a:hover {
color:#FFFFFF;
text-decoration:underline;
background-color:#d42d2d;
}
.currentlist a{
display:block;
padding:9px 0 6px 10px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
line-height:15px;
color:#FFFFFF;
text-decoration:none;
background-image:url(images/down.png);
background-repeat:no-repeat;
background-position:92% 80%;
}
.currentlist a:link {
color:#FFFFFF;
text-decoration:none;
}
.currentlist a:visited{
color:#FFFFFF;
text-decoration:none;
}
.currentlist a:hover {
color:#FFFFFF;
text-decoration:underline;
background-color:#d42d2d;
}
.dropped a{
display:block;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:12px;
color:#FFFFFF;
padding:2px 0 2px 3px;
text-decoration:none;
background-image:none;
}
.dropped a:link {
color:#FFFFFF;
text-decoration:underline;
}
.dropped a:visited{
color:#FFFFFF;
text-decoration:underline;
}
.dropped a:hover {
color:#FFFFFF;
text-decoration:underline;
background-color:#670505;
}
div#categories ul ul,
div#menu ul ul li:hover ul
{display: none;}

div#categories ul li:hover ul,
div#categories ul ul  li:hover ul
{display: block;}
#categories ul ul {
position: relative;
top: -30px;
left: 100%;
list-style:none;
width: 100%;
border:1px solid #fff;
padding:0;
}
