body{
    /*background-image: -webkit-linear-gradient(top,#ffffff,#C7232B) !important;*/
}
.menulist{
    border-spacing: 0;
    margin: auto;
    width: 100%;
    color: #444;
    background: #00204E;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-family: 'tahoma' !important;
    font-size: 11px !important;
    text-transform: capitalize;
    font-weight: bolder;
}
.menulist th:hover {
    background: #A2A4A4;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}
.menulist th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
    vertical-align: top;
    cursor: pointer;
    font-family: 'tahoma' !important;
    font-size: 11px !important;
}

.menulist th {
    background-color: #A73359;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9f9f9f), to(#cfcfcf));
    background-image: -webkit-linear-gradient(top, #9f9f9f, #cfcfcf);
    background-image:    -moz-linear-gradient(top, #9f9f9f, #cfcfcf);
    background-image:     -ms-linear-gradient(top, #9f9f9f, #cfcfcf);
    background-image:      -o-linear-gradient(top, #9f9f9f, #cfcfcf);
    background-image:         linear-gradient(top, #9f9f9f, #cfcfcf);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}
.menulist th:first-child {
    -moz-border-radius: 0 0 0 12px;
    -webkit-border-radius: 0 0 0 12px;
    border-radius: 0 0 0 12px;
}

.menulist th:last-child {
    -moz-border-radius: 0 0 12px 0;
    -webkit-border-radius: 0 0 12px 0;
    border-radius: 0 0 12px 0;
}

.menulist th:only-child{
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
}
.menulist a:link,.menulist a:visited,.menulist a:active{
    color: #00204E;
    text-decoration: none;
}
.menulist a:hover{
    color: #444;
    text-decoration: none;
}