#navigation_bar
    {
    color           : #FFFFFF;
    font-family     : Verdana, Arial;
    font-size       : 8pt;
    width           : 130px;
    }
    
#menu
    {
	font-family		: Arial;
    margin-bottom   : 1px;
    font-size       : 16px;
    font-weight     : bold;
    text-transform  : uppercase;
    width           : 139px;
    padding-left    : 1px;
    padding-top     : 2px;
    padding-bottom  : 3px;
    cursor          : pointer;
	line-height		: 3em;
    }

#menu a
    {
    color           : #FFFFFF;
    text-decoration : none;
    line-height		: 1.5em;
    }
    
#menu a:hover
    {
    color           : #E69D12;
    }
        
#current_menu a
	{
	color           : #E69D12;
	}
    
#item
    {
	font-family		: Arial;
    font-size       : 12px;
    cursor          : pointer;
    margin-left		: 10px;
    padding-bottom	: 6px;
    }
    
/* THIS IS THE COLOR OF THE SECONDARY MENU LINKS*/
#item a
    {
    color			: #FFFFFF;
    /*color         : #6C7416;*/
    text-decoration : none;
    }
    
#item a:hover
    {
    color           : #E69D12;
    font-weight     : bold;
    }
    
#current_item
	{
	margin-left		: 10px;
    padding-bottom	: 6px;
	}
    
#current_item a
    {
	font-family		: Arial;   
    font-size       : 12px;
    color           : #E69D12;
    text-decoration : underline;    
	/* background		: transparent url(../../images/SideArrow.gif) no-repeat 0 0; */
    }