.menuVertical
{
	margin-left: -10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 100px;
	font-size: 10pt;
	font-family: verdana;
}

.menuVertical ul
{
	margin: 0pt;
	padding: 0pt;
	position: relative;
	z-index: 250;
	list-style-type: none;
	width: 120px;
}

.menuVertical li
{
	height: 25px;
	width: 120px;
	color: red;
	background-repeat: no-repeat;
	background-image: url(/ThemeFiles/BlueHeader/images/button_a.png);
	float: left;
}

.menuVertical li.sub
{
	height: 25px;
	width: 120px;
	background-image: url(/ThemeFiles/BlueHeader/images/button_b.png);
}

.menuVertical table
{
	position: absolute;
	border-collapse: collapse;
	top: 0pt;
	left: 0pt;
	z-index: 100;
	font-size: 1em;
	margin-top: -1px;
}

.menuVertical a, .menuVertical a:visited
{
	font-style: normal;
	text-align: left;
	text-overflow: ellipsis;
	border-style: none;
	display: block;
	text-decoration: none;
	height: 25px;
	line-height: 2em;
	width: 120px;
	color: white;
	padding-left: 1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.menuVertical b
{
	float: right;
	margin-right: 5px;
}

* html .menuVertical a, * html .menuVertical a:visited
{
	height: 25px;
	width: 120px;
}

* html .menuVertical a:hover
{
	background-image: url(/ThemeFiles/BlueHeader/images/button_c.png);
	color: #ccff66;
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

.menuVertical li:hover
{
	height: 25px;
	width: 120px;
	position: relative;
}

.menuVertical a:active, .menuVertical a:focus
{
	background-image: url(/ThemeFiles/BlueHeader/images/button_c.png);
	color: #8000ff;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

.menuVertical li:hover > a
{
	width: 125px;
	background-image: url(/ThemeFiles/BlueHeader/images/button_c.png);
	color: #7f7f7f;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

.menuVertical li ul
{
	padding: 0em;
	visibility: hidden;
	position: absolute;
	top: -2em;
	left: 7em;
	background-color: transparent;
}

.menuVertical li:hover > ul
{
	color: #80ff00;
	visibility: visible;
}

.menuVertical ul a:hover ul ul { visibility: hidden; }
.menuVertical ul a:hover ul a:hover ul ul { visibility: hidden; }
.menuVertical ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menuVertical ul a:hover ul { visibility: visible; }
.menuVertical ul a:hover ul a:hover ul { visibility: visible; }
.menuVertical ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menuVertical ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
