﻿.AspNet-Menu-Vertical {
    float: left; font-size: 75%;
    margin: 0; background: #c7c7c7; width: 156px; padding: 0;
    margin-top: 1px;
}
ul.AspNet-Menu { 
    list-style-image: none;
    list-style: none;
    width: 100%; padding: 0; margin: 0; }
ul.AspNet-Menu ul, ul.AspNet-Menu li {
    list-style-image: none;
    list-style: none;
    padding: 0; margin: 0;
}
div#ctl00_MenuBottom, .menuUnder {
    width: 156px; height: 25px; background-color: #6d6e72!important; 
    background-image: url(/Content/SebNordic/wideMenuBottom.gif); 
    background-position: bottom left; background-repeat: no-repeat;
    border-top: 1px solid #fff;
    float: left; 
    }
/* common properties for menu links */
ul.AspNet-Menu a { border-bottom: 1px solid #565658; border-top: 1px solid #fff; 
    display: block; background-position: center left; background-repeat: no-repeat; 
    color: #FFFFFF; text-decoration: none; background-color: #6d6e72; padding: 2px 0 2px 20px;     
    margin: 0 0 1px 0;  
    }
/* level 1 */
ul.AspNet-Menu li.AspNet-Menu-Leaf a  { 
    background-image: url(/Content/SebNordic/blueArrow0.gif);       
 }
/* level 1 hover effects */
ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover, ul.AspNet-Menu li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-WithChildren a:hover, ul.AspNet-Menu li.AspNet-Menu-WithChildren-Hover a
 { 
    background-image: url(/Content/SebNordic/blueArrow0ani.gif);
    text-decoration: underline; 
 }
 /* level 1 selected */
ul.AspNet-Menu li.AspNet-Menu-WithChildren a.AspNet-Menu-Selected, 
ul.AspNet-Menu li.AspNet-Menu-WithChildren a.AspNet-Menu-ChildSelected, 
ul.AspNet-Menu li.AspNet-Menu-Leaf a.AspNet-Menu-Selected
  {
    background-image: url(/Content/SebNordic/gradientBgWithArrow.gif);
    background-position: top left; 
  }
/* level 2 */ 
ul.AspNet-Menu li ul li.AspNet-Menu-Leaf a, ul.AspNet-Menu li ul li.AspNet-Menu-WithChildren a { 
    background-image: none; color: #666; 
    background-color: #d0cebf; border-bottom: #ababa6; 
}
/* level 2 hover effexts */
ul.AspNet-Menu ul li.AspNet-Menu-Leaf a:hover, ul ul.AspNet-Menu li.AspNet-Menu-Hover a,
ul.AspNet-Menu ul li.AspNet-Menu-WithChildren a:hover, ul ul.AspNet-Menu li.AspNet-Menu-WithChildren-Hover a
 { 
    background-image: none;     
    text-decoration: underline; 
 }
 /* level 2 selected */
ul.AspNet-Menu ul li.AspNet-Menu-Leaf a.AspNet-Menu-Selected
 { 
    background-image: url(/Content/SebNordic/blueArrow1.gif);    
    background-color: #d0cebf; color: #666;
    background-repeat: no-repeat; background-position: center left;
}
/* level 2 with children selected or level 2 child selected */
ul.AspNet-Menu ul li.AspNet-Menu-WithChildren a.AspNet-Menu-Selected,
ul.AspNet-Menu ul li.AspNet-Menu-WithChildren a.AspNet-Menu-ChildSelected
 { 
    background-image: url(/Content/SebNordic/blueArrowDown.gif);    
    background-color: #d0cebf; color: #666;
    background-repeat: no-repeat; background-position: 5px center;
}

/* level 3 */
ul.AspNet-Menu ul ul {
    padding: 0; margin: 0;
}
ul.AspNet-Menu ul ul a { padding-left: 30px; }
/* level 3 selected */ 
ul.AspNet-Menu ul ul li.AspNet-Menu-Leaf a.AspNet-Menu-Selected
 { 
    background-image: none;  
    text-decoration: underline;  
}

