﻿A.HMenu{
	font-family:Arial;
	font-size: 11pt;
	font-weight:bold;
	color: #000000;
	line-height: 25px;
                background: url('images/HMenu.gif')  repeat-x 0 50%;
	height:25px;
	width:150px;
	text-decoration: none;
	white-space: nowrap;
	display:block;
}

A.HMenu:hover {
	font-family:Arial;
	font-size: 11pt;
	font-weight:bold;
	color: #dedede;
	line-height: 25px;
                background: url('images/HMenuOver.gif')  repeat-x 0 50%;
	height:25px;
	width:150px;
	text-decoration: none;
	white-space: nowrap;
	display:block;
}

A.HMenuActive{
	font-family:Arial;
	font-size: 11pt;
	font-weight:bold;
	color: #ffffff;
	line-height: 25px;
                background: url('images/HMenuOver.gif')  repeat-x 0 50%;
	height:25px;
	width:150px;
	text-decoration: none;
	white-space: nowrap;
	display:block;
}

A.HMenuActive:hover {
	font-family:Arial;
	font-size: 11pt;
	font-weight:bold;
	color: #99cc99;
	line-height: 25px;
                background: url('images/HMenuOver.gif')  repeat-x 0 50%;
	height:25px;
	width:150px;
	text-decoration: none;
	white-space: nowrap;
	display:block;
}

A.HSubMenu{
	font-family:Arial;
	font-size: 9pt;
	color:#000000;
	font-weight:bold;
	line-height: 18px;
	text-decoration: none;
	vertical-align:center;
	width:150px;
	height:18px;
	white-space: nowrap;
	display:block;
}

A.HSubMenu:hover {
	font-family:Arial;
	font-size: 9pt;
	color: #dedede;
	font-weight:bold;
	line-height: 18px;
                background-color: #414042;
	text-decoration: none;
                vertical-align:center;
	width:150px;
	height:18px;
	white-space: nowrap;
	display:block;
}

A.HSubMenuActive{
	font-family:Arial;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight:bold;
	line-height: 18px;
                background-color: #030000;
	text-decoration: none;
                vertical-align:center;
	width:150px;
	height:18px;
	white-space: nowrap;
	display:block;
}

A.HSubMenuActive:hover {
	font-family:Arial;
	font-size: 9pt;
	color: #99cc99;
	font-weight:bold;
	line-height: 18px;
                background-color: #636466;
	text-decoration: none;
                vertical-align:center;
	width:150px;
	height:18px;
	white-space: nowrap;
	display:block;
}