/*Menu Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_three */

.menu-bg {
background:url(menu.png);
}

.menu { 
margin:0 auto; 
padding:0px;
list-style:none; 
height:30px; 
display:table;
margin:0px auto;
text-align:center;
}

.menu li {
float:left;
text-align:center;
}

.menu li a.hover {
display:block; 
float:left; 
height:30px; 
line-height:30px; 
color:#FFFFFF; 
text-decoration:none; 
font-size:12px; 
font-family:arial, verdana, sans-serif; 
font-weight:bold; 
text-align:center; 
padding:0 0 0 5px; 
cursor:pointer;
}

.menu li a.hover b {
float:left;
display:block;
padding:0 11px 0 5px;
}

.menu li.current a.hover {
background:url(menu.png) center left;
}

.menu li.current a.hover b {
background:url(menu.png) center right;
}

.menu li a.hover:hover {
background:url(menu.png) bottom left;
}
 
.menu li a.hover:hover b {
background:url(menu.png) bottom right;
}

.menu li.current a:hover {
background:url(menu.png) center left;
cursor:default;
 }
 
.menu li.current a.hover:hover b {
background:url(menu.png) center right;
}