#banner {
    background-image:url('images/vplaw_banner.jpg');
    width:800px;
    height:100px;
}

.wrapper {
    width: 800px;
    height: 80px;
    background : #00CCFF;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(100,100,100)), to(rgb(200,200,200)));
    background : -moz-linear-gradient(top, rgb(100,100,100), rgb(200,200,200));
    border-top: 2px solid #939393;
    position: relative;
    margin-bottom: 30px;
}

ul {
    margin: 0 auto;
    padding: 0;
}
 
ul.menu {
    height: 80px;
    /*border-left: 1px solid rgba(0,0,0,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);*/
    float:left;

}
 
ul.menu li {
    list-style: none;
    float:left;
    height: 79px;

    text-align: center;
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
    }
 
ul li a {
    display: block;
    padding: 0 48px;
    /*border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);*/
    text-align: center;
    line-height: 79px;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(100,100,100)), to(rgb(200,200,200)));
    background : -moz-linear-gradient(top, rgb(100,100,100), rgb(200,200,200));
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
    }
 
ul li a:hover {
    background: transparent none;
}
 
ul li.active a{
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
}

ul.b {
    list-style-type: square; margin: 20px;
}

#page-wrap {
     width: 800px;
     margin: 0 auto;
    background-color: #D0E0F0;
    height: 1200px;
}

body {
    background-color: #257590;
    font-size: medium;
    font-family: Arial, sans-serif;  
} 
p {
    margin: 20px;
}
