

/* ==================================== */
/*				 MENU					*/
/* ==================================== */

.MainMenu
{
    margin: 0px 0px 0px 0px;
    border-left: 1px solid #fff;
    float: left;
}
.item
{
    border-right: 1px solid #fff;  
    line-height: 30px;
}
.item a:link
{
   color: #FFF;
   font-size: 14px;
   text-decoration: none;
   padding: 0px 8px !important;
}
.item a:visited
{
   color: #FFF;
   font-size: 14px;
   text-decoration: none;
   padding: 0px 8px !important;
}
.item a:hover
{
    color: #FFF;
    text-decoration: none;
    background-color: #009a49;
    cursor: pointer;
}
.item a.focused
{
    background-color: #009a49;
    padding: 0px 12px;
    color: #FFF;
}    
