.MenuStyle
{
    margin: 0;
    padding: 0;
}
.StaticMenuItemStyle
{
    border-bottom: solid 1px #dddddd;
}
.StaticMenuItemStyle a 
{
     height: 100%; 
     display: block;
     width: 180px; 
}
.StaticSelectedStyle 
{
    font-weight: bold;
}
.level0style
{
    font-size: 1.6em;
    color: #000000;
    font-weight: bold;
    padding: 3px;
}
.level0style a
{
    margin-right: 5px;
    background: #ffffff url(../images/menu_root_unsel.png) right no-repeat;
}
.level1style
{
    font-size: 1.4em;
    color: #666666;
    padding: 3px;
    width: 100%;
}
   
