#menu {
   float:left;
   width:100%;
   background:#fff url('images/Norm.jpg') bottom right repeat;;
   border-bottom:0px solid #000;
   overflow:hidden;
   position:relative;
      border-radius:15px;
	    font-size: 19px;
  font-weight: bold;
}
#menu ul {
	background: #ffffff url('images/Norm.jpg') bottom right repeat;
	height:40px;
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   border-radius:15px;
}
/*#centeredmenu li a{
	padding: 0px 9px 0px 6px;
}*/
#menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
      border-radius:15px;
}
#menu ul li a {
   display:block;
   margin:0px 0px 0px 0px;
   padding:0px 10px;
/*   background:#ddd;*/
   color:#f00;
   text-decoration:none;
/*   line-height:1.3em;*/
   
     background: #ffffff url('images/Norm.jpg');
  background-repeat:repeat-x;
  line-height: 40px;
}
#menu ul li a:hover {
   background: #267e9e url('images/Hover.jpg');
   background-repeat:repeat-x;
   line-height:40px;
   color:#fff;
}
#menu ul li.active a{
   color:#fff;
   background: url('images/Active.jpg');
   background-repeat:repeat-x;
   line-height:40px;
   font-weight:bold;
}