body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;

}



#menu
{
    /*Styling the menu width and height*/
    list-style:none;
    margin:15px auto 0px auto;
    width:833px;
    height:35px;
    <span class="jjt0g3" id="jjt0g3_22">padding</span>:0px 20px 0px 20px;
     
    /* Creating the curved corner of the border*/
    /*border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;*/
    /*Styling the background with fading effect*/
     
    background:#666666;
    background: -moz-<span class="jjt0g3" id="jjt0g3_19">linear</span>-gradient(top, #000, #999);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to( #999));
     
    /*Making the shadow effect into the menu <span class="jjt0g3" id="jjt0g3_9">bar</span> */
    box-shadow: inset 1px 1px 10px #FFFFFF;
    -moz-box-shadow: inset 1px 1px 10px #FFFFFF;
    -webkit-box-shadow: inset 1px 1px 10px #FFFFFF;
    border:1px solid #000;
     
     
}
#menu li /*Styling the li part of the menu*/
{
    float:left;
    padding:4px 10px 4px 10px;
    display: block;
    position:relative;
    text-align:center;
    margin-right:30px;
    margin-top:7px;
    border:none;
         
}


 
#menu li a /*Styling the link part of the menu li*/
{
    text-decoration:none;
    color:#999999;
    text-shadow:1px 1px 10px #FFCC99;
position: relative;
   
}



#menu li a:hover {
	color:#fff;
	
	}



.active
{
color: #fff !important;

}

