/* 
    Document   : menu
    Created on : Mar 15, 2010, 6:16:20 PM
    Author     : mfk
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.menubar
{
    /*background-color:#000;*/
    clear:both;
    margin-top:1px;
    margin-left:3px;
    width:554px;
    height:28px;
    background:#bbb;
    background-image:url('../images/design/bg/menubg.jpg');
    background-repeat:repeat-x;
}
.menuButton
{
    float:left;
    padding:8px 5px 0px 5px;
    height:20px;
    margin:0px 0px 2px 0px;
    border-right:1px solid #ddd;
    border-left:1px solid #aaa;
    cursor:pointer;

}
.menuButton a
{
    color:#000000;
}
.menuButton a:hover
{
    color:#ffffff;

}


