#topmenu ul {
margin:0;
padding:0;
float:right;
}

#menuplacer {
float:right;
padding-right:30px;
}

.topmenu {
position:relative;
height:30px;
width:auto;
overflow:hidden;
}

.topmenu li {
float:left;
list-style:none;
margin:auto 10px;
}

.topmenu li a {
font:bold 14px arial;
text-decoration:none;
color:#003d4d;
outline:none;
text-align:center;
display:block;
float:left;
height:30px;
line-height:30px;
overflow:hidden;
display:block;
padding-left:10px;
padding-right:10px;
}

.topmenu li#ctl00_liMenuHome a:hover , .topmenu li#ctl00_liMenuHome.current a  {
background:url(../Layout/images/home.gif) no-repeat;
color:#FFF;
}

.topmenu li#ctl00_liMenuWatIsAGB a:hover , .topmenu li#ctl00_liMenuWatIsAGB.current a {
background:url(../Layout/images/agb.gif) no-repeat;
color:#FFF;
}

.topmenu li#support a:hover , .topmenu li#support.current a {
background:url(../Layout/images/support.gif) no-repeat;
color:#FFF;
}

.topmenu li#ctl00_liMenuFaq a:hover , .topmenu li#ctl00_liMenuFaq.current a {
background:url(../Layout/images/faq.gif) no-repeat;
color:#FFF;
}

.topmenu li#ctl00_liMenuContact a:hover , .topmenu li#ctl00_liMenuContact.current a {
background:url(../Layout/images/contact.gif) no-repeat;
color:#FFF;
}

.topmenu li#ctl00_liMenuAdmin a:hover , .topmenu li#ctl00_liMenuAdmin.current a {
background:url(../Layout/images/home.gif) no-repeat;
color:#FFF;
}



