/* 
    Document   : menu
    Created on : Aug 31, 2013, 11:57:02 AM
    Author     : PEPL NEW
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.menu{
    float: right; 
    display: inline; 
    width: 850px; 
    height: 32px; 
    overflow: hidden; 
    margin-top: 24px; 
    clear: right;
    background: #3A2611;
    border-radius: 5px;

}
.menu li 
{ 
    float: left; 
    display: block;  
    font-size:  14px;
    padding:10px 10px 10px 15px;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
}


.menu li a 
{ 
    height:37px; 
    display: block; 
    color:  #EEB324;
    text-decoration: none;

    /*text-indent: -9999px;*/ 
    /*background:  transparent url(http://mountararatchurch.com/views/site/images/bg/bg_main_nav.png) 0 0 no-repeat;*/ 
}

.menu li a:hover{
    /*color: white;*/
    cursor: pointer;
}

.activeLi
{
    background-color: white;
}
