/**********************************************************
CSS styles for all navigation menu components
**********************************************************/


#menubar 
{
    width: 500px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #661010;
    float: left;
}

#menubar ul 
{
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
}
		
#menubar li 
{
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: inline;
    background: url(assets/navbutton.gif) no-repeat 0 -60px;
    text-align: center;
}

#menubar li a 
{
    display: block;
    color: #ffffff;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    width: 84px;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
}

#menubar li a:hover 
{
    color: #661010;
    background: url(assets/navbutton.gif) no-repeat;
}


/* Side Navigation Menu */

#sidemenu
{
    margin: 10px 0 0 0;
    padding: 0 0 40px 0;
}

#sidemenu h1
{
    color: #3f3793;
}

#sidemenu ul 
{
    list-style: none;
    padding: 0 0 0 0;
    border: none;
    margin: 5px 0 0 0;
}

#sidemenu li 
{
    display: list-item;
    border-bottom: 1px solid #ffffff;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 140px;
    background: #bba033;
}
	
#sidemenu li a 
{
    display: list-item;
    padding: 0 0 0 5px;
    border-left: 10px solid #3f3793;
    color: #000000;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}

#sidemenu li a:hover
{
    border-left: 10px solid #000000;
    color: #ffffff;
    border-bottom: none;
}
