﻿#navigation1 .AspNet-Menu-Horizontal ul {
    margin:0px;
    padding:0px; 
}


#navigation1 li {
    list-style-type:none !important;
    list-style-image:none !important;
            
    width:310px;
    text-align:left;   
    margin-left:-15px; 
    padding:0px;
    
    border-top:1px solid #fff;
}

#navigation1 li a,
#navigation1 li span {
    width:290px !important;
    display:block;
    color:#000;
    font-size:10pt;
    font-weight:bold;
    
    width:100%;
    height:33px;
    line-height:33px;
    background:#FBF1E3;
    padding-left:20px;
    
    font-size:0.95em;
}

#navigation1 li a {    
    text-decoration:none;
    font-weight:normal;
}

#navigation1 li a:hover {
    color:#ff6600;
}

#navigation1 li.AspNet-Menu-Selected
{
    font-weight:bold;
    color:#fff;
}


#navigation1 .AspNet-Menu-Selected  > a,
#navigation1 .AspNet-Menu-WithChildren.AspNet-Menu-ChildSelected > a,
#navigation1 .AspNet-Menu-WithChildren.AspNet-Menu-ChildSelected > a:visited
{
    color:#ff6600;
    background:#F3D7B4;
}


#navigation1 .description {
    text-align:center;
    font-size:8pt;
    color:#999999;
}

#navigation1 .AspNet-Menu-WithChildren ul { display:none; }
#navigation1 .AspNet-Menu-WithChildren.AspNet-Menu-Selected  ul,
#navigation1 .AspNet-Menu-WithChildren.AspNet-Menu-ChildSelected ul { display:block; }

#navigation1 .AspNet-Menu-WithChildren li a {
    color:#000;
    height:25px;
    line-height:25px;
    background:#FDFAF4;
    padding-left:30px;
    width:280px !important;    
    font-size:0.90em;
}

#navigation1 .AspNet-Menu-WithChildren li.AspNet-Menu-Selected a
{
    font-weight:bold;
    background:#FDFAF4 url('/app_themes/web/img/layout/nav2-item.png') no-repeat 22px 9px;
}

/*
    Navigation 2
*/

