﻿/* -------------------------------------------------- */
/* CSS for menu elements							  */
/* -------------------------------------------------- */

.menu_list
{
	background-color: transparent;
	width: 170px;
	text-align: left;
}
.menu_head
{
	font-family: Verdana, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	text-transform: none;
	border-style: none;
	outline: 0 none;
	background-color: transparent;
	padding-bottom: 3px;
	letter-spacing: -0.5px;
}

.menu_head:hover
{
	color: #008A86;
}

.menu_body
{
	display: none;
}

.menu_body a
{
	font-family: Verdana, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	padding-left: 0px;
	text-transform: none;
	border-style: none;
	outline: 0 none;
	display: block;
	background-color: transparent;
	padding-bottom: 3px;
	letter-spacing: -0.5px;
}

.menu_body a:hover
{
	color: #008A86;
}

.menu_item, .menu_item_selected
{
	padding-left: 10px;
}

.menu_item_selected
{
	color: #800000;
}

.menu_item_selected:hover
{
	color: #800000;
}

