﻿
.top_menu_group
{
	background-color: #DAE0E7;
	border: #989898 solid 1px;
	z-index: 10;	
	padding: 2px;	
	font-size: .7em;	
}


.sub_menu_group
{
	background-color: #DAE0E7;
	border: #989898 solid 1px;
	padding: 3px;
	text-align: left;
}

.sub_item
{
	text-align: left;
}

.sub_item a
{
	color: #000000;
	padding: 3px;
	font-family: Verdana, Arial;
	font-size: 11;
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
}

.sub_item_over
{
	border: #8A9AAA solid 1px;
	background-color: #C7D0DA;
	padding-left: 3px;
	cursor: hand;
	text-align: left;
}

.sub_item_over a
{
	color: Black;
	font-family: Verdana,Arial;
	font-size: 11;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
}

.menu_item
{
	background-color: #DAE0E7;
	border: #DAE0E7 solid 1px;
	font-weight: normal;
	padding: 3px; 
	cursor: hand;
	text-align: center;
}

.menu_item a
{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11;
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
}

.menu_item_over
{
	background-color: #C7D0DA;
	border: #8A9AAA solid 1px;
	padding: 3px;
	cursor: hand;
	text-align: center;
}

.menu_item_over a
{
	color: Black;
	font-family: Verdana,Arial;
	font-size:11;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
}

.menu_item_selected
{
	border: #8A9AAA 1px solid;
	padding: 2px;	
	cursor: hand;
	background-color: #C7D0DA;
	text-align: left;
	padding-left: 12px;
}

.menu_item_selected a
{
	color: Black;
	font-family: Verdana,Arial;
	font-size: 11;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	text-align: left;	
}

