/* START Telerik.Web.UI.Skins.SiteMap.css */
/* general */



.RadSiteMap ul 
{
    margin-right:31px !important;
    padding-right:50px;
    height:100px;
    border:0px solid green;
    float:left;
}

.RadSiteMap .rsmLevel1
{
    margin-right:5px !important;
    height:100px;
    float:right;
    border:0px solid red;
}

.RadSiteMap .rsmLink /*--------------------------added---------------------------------*/
{
    line-height:9px !important;
}


