﻿
#menu_container 
{
    display: none;
}

#widget2, #widget3, #widget3b, #widget4, #widget5, #widget6, #widget7, #widget8 
{
    display: none;
}


#slides_container {
    left: 104px;
}

#moveright, #moveleft 
{
    display: none;
}

#Navigation {
    background-image: url("../images/site/NavRight.gif");
    background-position: right 5px;
    background-repeat: no-repeat;
    height: 64px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 960px;
    z-index: 500;
}


#Navigation li.level1:hover .SecondaryNavInfo_Container 
{
    display: block;
}


.SecondaryNavInfo_Container {
    
   left: -10px;
    top: 62px;

}


