﻿.menu
{
	width: 100%;
	height: 24px;
	background-color: #ff9b32;
	margin-bottom: 4px;
}

.menu_selector
{
	border-top: 3px solid white;
}

.menu_selector_img
{
	width: 1px;
	height: 15px;
	border: 0;
	background-color: white;
}

.menu_selectoractive_img
{
	width: 1px;
	height: 21px;
	border: 0;
	background-color: white;
}

.menu_item 
{
	padding-left: 10px;
	padding-right: 10px; 
	border-top: 3px solid white;
	font-family: Verdana;
}

.menu_item a
{
	font-size:7.5pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.menu_activeitem 
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f0f0f0;
	border-top: 3px solid #051089;
	font-family: Verdana;	
}

.menu_activeitem a
{
	font-size:7.5pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.menu_other
{
	text-align: right;
	border-top: 3px solid white;
	width: 100%;
	color: white;
	font-size: 7.5pt;
	font-weight: bold;
	padding-right: 4px;
}

.menu_other_text
{
	font-size: 9px;
	height: 16px;
	width: 60px;
}

.menu_other_select
{
	font-size: 8px;
	height: 10px;
}

.menu_other_submit
{
	background-color: #FFDAB3;
	border: 1px solid #882825;
	color: #882825;
	font-weight: bold;
	font-size: 9px;
	height: 16px;
}
