#navigation_bar
    {
    color           : #FFFFFF;
    font-family     : Verdana, Arial;
    font-size       : 8pt;
    width           : 100%;
    }
    
#menu
    {
	margin-bottom   : 1px;
	font-size       : 10px;
	font-weight     : bold;
	text-transform  : uppercase;
	width           : 100%;
	padding-left    : 5px;
	padding-top     : 4px;
	padding-bottom  : 2px;
	background-color: #E77913;
	cursor          : pointer;
	height: 25px;
	margin-top: 2px;
    }

#menu a
    {
    color           : #FFFFFF;
    text-decoration : none;
    }
    
#menu a:hover
    {
	color           : #FFFFFF;
	text-decoration: underline;
    }
    
#item
    {
	margin-right    : 2px;
	margin-bottom   : 1px;
	font-size       : 10px;
	width           : 100%;
	padding-left    : 5px;
	padding-top     : 1pt;
	padding-bottom  : 1pt;
	background-color: #57748C;
	cursor          : pointer;
	height: 25px;
	color: #FFFFFF;
    }
    
#item a
    {
    color           : #FFFFFF;
    text-decoration : none;
    }
    
#item a:hover
    {
	color           : #FFFFFF;
	text-decoration: underline;
    }
    
#current_item
    {
    margin-left     : 2px;
    margin-right    : 2px;
    margin-bottom   : 1px;
    font-size       : 10px;
    color           : #000000;
    width           : 100%;
    padding-left    : 5px;
    padding-top     : 1pt;
    padding-bottom  : 1pt;
    background-color: #e7e7e7;
    }