/* Duffs List designed menu */
  
#UserMenuBar {
 height:35px;
 background: url(../images/MenuBg.png) repeat-x;
 font: bold 11px/37px arial, sans-serif;
 border-bottom: 1px solid #000;	
 text-align: left;
 }
  
#UserMenuBar ul, ul {
  margin: 0;
  padding: 0;
 }
 
#UserMenuBar li   {
  margin: 0;
  padding: 0;
  display: inline;
 }
 
#UserMenuBar li a {
  margin: -2px;
  padding: 10px 30px 10px 24px;
  display: inline;
  color: #fff;
 
  border-left: 1px solid #E1ABA9;
  text-decoration: none;
}

#UserMenuBar li a:hover {
  text-decoration: none;
  background: url(../images/MenuBgActive.png) repeat-x;
}
 

/* Duffs List designed menu - projekce*/

#UserMenuBarProjekce {
 height:35px;
 background: url(../images/MenuBgProjekce.png) repeat-x;
 font: bold 11px/37px arial, sans-serif;
 border-bottom: 1px solid #000;	
 text-align: left;
 }
  
#UserMenuBarProjekce ul {
  margin: 0;
  padding: 0;
  float: right;
 }
 
#UserMenuBarProjekce li   {
  margin: 0;
  padding: 0;
  display: inline;
 }
 
#UserMenuBarProjekce li a {
 
  padding: 10px 50px 10px 50px;
  display: inline;
  color: #fff;
 
  border-left: 1px solid #E1ABA9;
  text-decoration: none;
}

#UserMenuBarProjekce li a:hover {
  text-decoration: none;
  background: url(../images/MenuBgActiveProjekce.png) repeat-x;
}
 

