.menu_ground
{
	color : white;
	font-size : 10pt;
	padding : 3px;
	padding-left : 8px;
}

.menu_input
{
	font-size : 10pt;	
	background-color : #cdd5e4;
	border: 1px solid #1B3874;
	padding : 0px;
	color: black;
}

.menu_head
{
	color : white;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : underline;
	padding : 3px;
	padding-left : 8px;
	background-image : url(../gfx/bar1.gif);
	background-repeat : no-repeat;
	background-position : left center;	
}

.menu_item
{
	color : #D4D8EC;
	font-size : 10pt;
	padding: 2px;
	padding-left : 8px;
	background-image : url(../gfx/arrow.gif);
	background-repeat : no-repeat;
	background-position : right center;
	cursor : pointer;
}
