﻿/*** ESSENTIAL STYLES ***/
.AspNet-Menu, .AspNet-Menu * 
{
       padding:0;
       margin-right: 10px;
       list-style:none;
       color: #000;
       background:url('Images/HeaderWhiteChrome.jpg');
}
.AspNet-Menu 
{
    der-left: none;
    color: #000;
    line-height:  0.7em;
    margin-right:10px;
}
.Asp-Menu ul 
{
       position:absolute;
       top:-999em;
       color: #000;
       width:10em; /* left offset of submenus need to match (see below) */
}
.AspNet-Menu ul li 
{
       width:100%;
       color: #000;
}
.AspNet-Menu li:hover 
{
       visibility:inherit; /* fixes IE7 'sticky bug' */
       color: #800;
}
.AspNet-Menu li 
{
       float:left;
       position:relative;

}
.AspNet-Menu a 
{
       display:             block;
       position:            relative;
}
.AspNet-Menu li:hover ul,
.AspNet-Menu li.sfHover ul 
{
       left:                0;
       top:                 2.5em; /* match top ul list item height */
       z-index:             99;
       color: #800;
}
ul.AspNet-Menu li:hover li ul,
ul.AspNet-Menu li.sfHover li ul {
       top:                 -999em;
}
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li.sfHover ul {
       left:                10em; /* match ul width */
       top:                 0;
}
ul.AspNet-Menu li li:hover li ul,
ul.AspNet-Menu li li.sfHover li ul {
       top:                 -999em;
}
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li li li.sfHover ul 
{
       left:                10em; /* match ul width */
       top:                 0;
}

/*** DEMO SKIN ***/
.AspNet-Menu {
       float:               left;
       margin-bottom:       1em;
       color: #000;

}
.AspNet-Menu a 
{
    border:none;
       padding:.75em 1em;
       text-decorat-right:  0.2px solid #fff;
       padding: .75em 1em;
       text-decoration:none;
}
.AspNet-Menu a
{
       padding:             .75em 1em;
       text-decoration:none;
}
.AspNet-Menu a, .AspNet-Menu a:visited  
{ /* visited pseudo selector so IE6 applies text colour*/
       color:               #000;
}
.AspNet-Menu li ,.AspNet-Menu li li .AspNet-Menu li:hover, .AspNet-Menu li.sfHover,
.AspNet-Menu a:focus, .AspNet-Menu a:hover, .AspNet-Menu a:active
{
       background-image:url('Images/HeaderWhiteChrome.jpg');
    background-repeat:repeat-x;
    color:#000;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 10px;
}
.AspNet-Menu li li 
{
       background:          rgb(227, 226, 221);
}
.AspNet-Menu li li li 
{
       background:          rgb(227, 226, 221);
}
.AspNet-Menu li:hover, .AspNet-Menu li.sfHover,
.AspNet-Menu a:focus, .AspNet-Menu a:hover, .AspNet-Menu a:active {
       background:          rgb(227, 226, 221);
       outline:             0;
       color:#800;
}

/*** arrows **/
.AspNet-Menu a.sf-with-ul {
       padding-right:       2.25em;
       min-width:           1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
       position:            absolute;
       display:             block;
       right:               .75em;
       top:                 1.05em; /* IE6 only */
       width:               10px;
       height:                    5px;
       text-indent: -999em;
       overflow:            hidden;
       background:          url('Images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
       top:                 .8em;
       background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
       background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.AspNet-Menu ul .sf-sub-indicator { background-position:  -10px 0; }
.AspNet-Menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.AspNet-Menu ul a:focus > .sf-sub-indicator,
.AspNet-Menu ul a:hover > .sf-sub-indicator,
.AspNet-Menu ul a:active > .sf-sub-indicator,
.AspNet-Menu ul li:hover > a > .sf-sub-indicator,
.AspNet-Menu ul li.sfHover > a > .sf-sub-indicator {
       background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul 
{
       background:   url('Images/shadow.png') no-repeat bottom right;
       padding: 0 8px 9px 0;
       -moz-border-radius-bottomleft: 17px;
       -moz-border-radius-topright: 17px;
       -webkit-border-top-right-radius: 17px;
       -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off 
{
       background: transparent;
}
