﻿body {
}

.MenuItem
{
    font-family: Arial; 
    font-size: 10pt; 
    font-weight:bold;
    color: green;  
}

.MenuItemHover
{
    font-family: Arial; 
    font-size: 11pt; 
    font-weight:bold;
    color: #761e23;   
}

.MenuUnderline
{
}

.td_menu_item_text
{
	/*width:107px;*/
	height:16px;
	cursor:default;
	color: green;
	font-size: 11px; 
	font-family: tahoma; 
	text-decoration: none; 
	font-weight: bold; 
}

.td_menu_item_text_selected
{
	/*width:107px;*/
	height:16px;
	
	cursor:default;
	
	color: #761e23;   
	font-size: 11px; 
	font-family: tahoma; 
	font-weight: bold; 
	text-decoration: none; 
	
}
.td_menu_item_bar
{
	/*width:107px;*/
	padding-top:0px;
	font-size:xx-small;
	height:8px;
	font-size:8px;
	background-color:Transparent;
	cursor:default;
	color:White;
	
}

.td_menu_item_bar_selected
{
	/*width:107px;*/
	padding-top:0px;
	height:8px;
	font-size:8px;
	font-size:xx-small;
	background-color:Transparent;
	cursor:default;
	color: #761e23;   
	display:block;
}

