/* 
    Document   : topmenu
    Created on : Sep 28, 2010, 10:20:35 AM
    Author     : Admine Komputer
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#topmenu{
    padding-top: 13px;
    margin : auto;
    width: 978px;
    height: 30px;
    z-index: 100;
    background-color: #89AC10;
    background: -webkit-gradient(linear, left top, left bottom, from(#A1C22D), to(#89AC10));
    background: -moz-linear-gradient(top,  #A1C22D,  #89AC10);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A1C22D", endColorstr="#89AC10");
    -webkit-border-radius:0px 0px 5px 5px;
    -moz-border-radius:0px 0px 5px 5px;
    border-radius:0px 0px 5px 5px;
    /*border-bottom: #d6d6d6 1px solid;*/
    /*background-image:url('../img/menubar.png');
    background-repeat:repeat-x;*/
}
