#SAMenu1
{
    list-style-type:none;   
    text-transform: uppercase; 
    margin: 0;
    padding:0;   
}

#SAMenu1 ul
{
    list-style-type:none;
    float: left; 
    margin:0;
     
}

#SAMenu1 li
{
    line-height: 26px;
    margin: 0;
    padding: 12px 12px 0 12px;
    float: left;  
    height: 15px;
    background: url(../img/menu/menu1_li_selected.gif) top left repeat-x;
}

 #SAMenu1 li.AtWay
{
   background: none;
   
}

#SAMenu1 a
{
    color:  #000000;
    text-decoration: none;
    height: 15px;
   line-height: 15px;
   font-weight:bold;
}

#SAMenu1 a:Hover, #SAMenu1 a.AtWay, #SAMenu1 a.Selected
{
    color:  #999999;
    height: 15px;
    text-decoration: none;
}

/********** SAMenu2 *********/
#SAMenu2
{
    list-style-type:none;   
    text-transform: uppercase; 
    margin: 0;
    padding:0 ; 
      font-weight:bold;
   
}

#SAMenu2 ul
{
    list-style-type:none;
    float: left; 
    margin: 0;
    padding:0 ; 
}

#SAMenu2 li
{
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 12px 0 12px;
    float: left; 
     
    
}
 #SAMenu2 li:hover
 {
 
   
}

 #SAMenu2 li.AtWay,  #SAMenu2 li.Selected

{
 background-image: url(../img/menu/menu2_li_selected.gif);
    background-position:center;
    background-repeat: no-repeat;
}
#SAMenu2 a
{
    height: 40px;
    line-height: 40px;
    color:  #000000;
    text-decoration: none;
}



#SAMenu2 a:Hover, #SAMenu2 a.AtWay,  #SAMenu2 a.Selected
{
    height: 40px;
    line-height: 40px;
    color:  #FFCC33;    
    text-decoration: none;
}


/*SAMenu3 */
#SAMenu3{
    color: #000000;
    margin: 0;
    list-style:none;
    padding: 0;
}

#SAMenu3 ul{
   
   
}

#SAMenu3 li{
    background-image: url(../img/menu/Menuitem_arrow_6x24_gray.gif);
    border-bottom: solid 1px #E4E4E4;
    background-position: left;
    background-repeat: no-repeat;
    line-height: 24px;
    text-align: left;
    color: #303030;
    padding: 0 0 0 12px;
    margin: 0 0 0 0;
   
}

#SAMenu3 li:hover{}

#SAMenu3 li a{
color: #303030;
}

#SAMenu3 li a:hover{}

#SAMenu3 li.Selected, #SAMenu3 li.AtWay
{
    background: url(../img/menu/Menuitem_arrow_6x24_yellow.gif) left top no-repeat;
    line-height: 24px;
    text-align: left;
    color: #303030;
    padding: 0 0 0 12px;
    margin: 0 0 0 0;
    border-bottom: solid 1px #E4E4E4;
}
#SAMenu3 li a.AtWay, #SAMenu3 li a.Selected
{
 font-weight: bold;
 color: #000000;
}

#SAMenu3 li a.Selected:hover,

#SAMenu3 li a.AtWay:hover{
}

/*****/

#SAMenu3 li ul{
  color: #303030;
    
}

#SAMenu3 li ul li {
      list-style-type:disc;
      
    line-height: 24px;
    text-align: left;
    color: #303030;
     padding: 0;
     margin: 0;
      background: none;
       border-bottom: none;
}

#SAMenu3 ul li:hover{}

#SAMenu3 ul li a{
 color: #000000;
}

#SAMenu3 ul li a:hover{}

#SAMenu3 ul li.Selected, #SAMenu3 ul li.AtWay
{
 background: #fff;
  padding: 0 0 0 0;
   border-bottom: none;
}
#SAMenu3 ul li a.Selected,
#SAMenu3 ul li a.Selected:hover,

#SAMenu3 ul li a.AtWay,
#SAMenu3 ul li a.AtWay:hover{
}



