#moduleMenu {
    background: none repeat scroll 0 0 transparent;
    height: 40px;
	}
#moduleMenu span{ float:left; border-right:2px solid #fff;}
#moduleMenu span a {
    color: #1BBEE7;
    display: block;
    font-size: 13px;
    line-height: 40px;
    outline: medium none;
    text-align: center;
	}
#moduleMenu span a:hover {}
#moduleMenu span a:active {}
#whatsNew {display:block;}
.moduleBox{
    background: url("../images/top-menu-bk.jpg") repeat-x scroll 0 0 transparent;
    font-weight: bold;
    height: 40px;
    margin-top: 0;
    padding-left: 5px;
    text-transform: uppercase;
    width: 200px;
	}
#moduleMenu-wrapper{
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 10px auto 0;
    width: 100%;
	}