#menu{
   white-space : nowrap;
    color : White;
   font-size:14px;
   width:900px;
   background: #252525;
   margin: 0 auto 3px; /*Center container on page*/
}
#menu ul{
   padding : 0 2px 3px 0px;
   margin : 0;
   float:right;
   background: #252525;
}
#menu ul li{
   display : inline;
}
#menu ul li a{
   padding:10px 8px 5px 8px;
   margin-left:2px;
   color:#CCCCCC;
   font-weight : bold;
   text-decoration : none;
   float : left;
   width:100px;
   height:19px;
   background:url(images/button-up.gif);
}
#menu ul li a:hover{
   color : #ffffff;
   background:url(images/button-down.gif);
} 

#menu ul li a.register{
text-align:center !important; 
width:150px; 
	margin-right:2px !important;
	margin-left:3px !important;
   padding:10px 10px 5px 25px;
   color:#ffffff;
   font-weight : bold;
   text-decoration : none;
   float : left;
   height:19px;
   background:url(images/register-up.jpg);
}
#menu ul li a.register:hover{
   color : #ffffff;
   background:url(images/register-down.jpg);
} 

#menu a {
   font-size:12px;
   text-align:right;
	}
