.headertext {
	font-family: Arial,Helvetica;
	font-size:18px;
	font-weight:bold;
	color:FF6600;
	margin-top:5px;
	margin-bottom:10px;
	}
#searchbox {
	background:#FEB978;
	width:300;
	height:25px;
	padding:0px;
	margin:0px;
	}
#message {
	background:#FEB978;
	width:90%;
	height:25px;
	padding:10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	text-align:center;
	font-family:Trebuchet MS, Arial,Verdana,Helvetica;
	font-weight:bold;
	font-size:12px;
	color:white;
	
	}
#menu_category {
    background-image:url('images/citrus/menu_category.gif');
	background-repeat:no-repeat;
	width:117px; 
	height:22px;
	margin:7px;
	margin-top:15px;
	padding:0px; 
	text-indent:24px;
	font-family:Arial Black, Arial,Verdana,Helvetica;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
	}

#menu_item {
    background-image:url('images/citrus/menu_item_bg.gif');
	background-repeat:no-repeat;
	width:117px;
	margin-top:0px;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:1px;
	padding:4px; 
	text-indent:21px;
	font-family:Verdana,Helvetica;
	font-size:9px;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
	}
#menu_item_selected {
    background-image:url('images/citrus/menu_item_selected_bg.gif');
	background-repeat:no-repeat;
	width:117px; 
	margin-top:0px;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:1px;
	padding:4px; 
	text-indent:21px;
	font-family:Verdana,Helvetica;
	font-size:9px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
	}

