﻿#SubMenu
{
    margin-top:29px;
}

#SubMenu .Header
{
    height:1px;
    background-color:#EEEEEE;        
}

#SubMenu .Footer
{
}

#SubMenu .Item
{
    width:249px;
    height:32px;
    background:url('Images/leftmenu_strike.jpg') no-repeat bottom;
    border-bottom:solid 1px #EEEEEE;    
}

#SubMenu .Item .MenuLink
{
    color:#555555;
    font-weight:bold;
    text-decoration:none;
    margin-left:18px;        
}

#SubMenu .Item .MenuLink:Hover
{
    text-decoration:underline;
}

#SubMenu .Item .ActiveMenuLink
{
    color:#EE7D0C;
    font-weight:bold;
    text-decoration:none;
    margin-left:18px;
}

#SubMenu .Item .ActiveMenuLink:Hover
{
    text-decoration:underline;
}
