/*CSS Document*/
/*ontainer {    width : 500px;    padding : 15px;    margin : 3px 0 20px 0;    border : 1px solid #ccc;    background : #fff;  }*/
/*circle*/
#navCircle { 
   
   margin-top : 20px; 
   margin-left : 10px; 
   padding : 0 0 20px 10px; 
   border-bottom : 0px; 
   font-family : Verdana;
    
 } 
#navCircle li { 
   
   margin : 0; 
   padding : 0; 
   display : inline; 
   list-style-type : none; 
   
 } 
#navCircle a:link, #navCircle a:visited { 
   /*background : url(images/lista_horni1.gif) no-repeat bottom center;*/
   background : url(images/smouha1.gif) no-repeat bottom right ; 
   float : left; 
   font-size : 12px; 
   line-height : 14px; 
   font-weight : Normal; 
   padding : 0 22px 6px 12px; 
   text-decoration : none; 
   color: #511006;
   /*color : #708491;*/ 
 } 
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover { 
   padding-bottom : 6px; 
   color : #000; 
   background : url(images/smouha2.gif) no-repeat bottom right ; 
 } 