#navigation {
    width: 676px;
    padding-top: 35px;
    float: right;
    line-height: normal;
    position:relative;
    left:155px;
    top: 2px;
    z-index:10;

}

#navigation ul {
    margin: 0;
    list-style: none;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}

#navigation li:hover ul, #navigation a:hover ul {
    visibility: visible;
}
  
#navigation li {
    float: left;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 5px;
}

#navigation #li_active {
    color: #E21322;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #E21322;
    background-color: #f7f7f7;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E21322;
    height: 10px;
    padding-bottom: 7px;
}

#navigation a.main {
    background-color: #FFF;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #E21322;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ffffff;
    height: 10px;
    line-height: 10px;
}

#navigation a.main:hover {
    background-color: #f7f7f7;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #E21322;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E21322;
    height: 10px;
    line-height: 10px;
}

#navigation a.main_active {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #E21322;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ffffff;
    height: 10px;
    line-height: 10px;
    color:#E21322;
}

#navigation a.main_active:hover {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #E21322;
    background-color: #f7f7f7;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E21322;
    height: 10px;
    line-height: 10px;
    color:#E21322;
}

#navigation a {
    float: left;
    display: block;
    text-decoration: none;
    font-weight: normal;
    color: #666666;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}    

#navigation #active {
    background-image: url(/images/nav-select-right.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
#navigation #active_next {
    background-image: url(/images/nav-noselect-right.gif);
    background-repeat: no-repeat;
    background-position: right top;
}


  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
   
#navigation a {float:none;}
/* End IE5-Mac hack */

#navigation a:hover {
    color: #E21322;
}

#navigation li li {
    padding-top: 1px;
    margin-bottom: -3px;
    background-image: url(/images/spacer.gif); !important
}

#navigation ul ul {
    visibility: hidden;
    position: absolute;
    width: 150px;
}

#navigation ul ul a {
    margin-left: -15px;
    background: #FFFFFF;
    color: #333;
    height: auto;
    padding: 5px 10px;
    width: 170px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
}

#navigation ul ul ul {
    left:149px; 
    margin-top: -25px;
    width:170px;
}

#navigation ul ul ul.subsub {
    left: 149px;
}

#navigation ul :hover ul ul {
    visibility:hidden;
}

#navigation ul :hover ul :hover ul {
    visibility:visible;
}
