.wrapper2 {
    width: auto;
    height: 30px;
    background: #606060;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    position: relative;
    margin-bottom: 1px;
    margin-left: 0px;
	position: fixed;
	top: 50px;
}

.container2 {
    width: auto;
    margin-left: 0px;
	position: fixed;
	top: 50px;
}

ul2 {  
    margin: 0;  
    padding: 0;  
}  
  
.menu2 {  
    height: 30px;  

    float: left;
}  

a {
    text-decoration: none;
    color: white;
    font-size: 15px;
}
  
ul2.menu2 li2 {  
    list-style: none;  
    float:left;  
    height: 29px;  
    text-align: center;  
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
}  

  
ul2 li2 a {  
    display: block;  
    padding: 0 20px;  
    border-right: 1px solid rgba(0,0,0,0.1); 
    text-align: center;  
    line-height: 29px; 
    background : -webkit-gradient(linear, left top, left bottombottom, from(rgb(168,168,168)), to(rgb(69,69,69)));  
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    -webkit-transition-property: background;  
    -webkit-transition-duration: 650ms;
    -moz-transition-property: background;
    -moz-transition-duration: 650ms;    
}  

  
ul2 li2 a:hover {  
    background: transparent none;
}  


ul2[rel=sam12] li2 a {
   background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
   background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
}

ul2[rel=sam12] li2 a:hover {
    background: transparent none;
}



ul2 li2.active2 a{  
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );  
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);  
} 
  