
/* format vertical_menu begins */
/* <div class="vertical_menu"> */

/* Adatped MDH December 2006 */

/* outer cell td style for menu */

.vertical_menu_NoScript
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height: 18px;
	padding-right: 10px;
	text-align: center;
}

.vertical_menu_Script
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height: 18px;
	padding-right: 1px;
	text-align: left;
}

/* base style for menu */

.vertical_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 110pt; /* Width of Menu Items */
	background-color: #E6EEF0;
}

/* style for menu items */

.vertical_menu ul li{
	position: relative;
	border-bottom: 1px solid White;
}

/* Sub level menu links style */

.vertical_menu ul li a{
	font: 11px Verdana, Helvetica, sans-serif;
	display: block;
	padding: 3px 0;
	padding-left: 5px;
	text-decoration: none;
	color: Navy;
	border-left: 10px solid #187BB2;
}

.vertical_menu ul li a:hover{
	background-color: #187BB2;
	color: White;
}

/*Sub level menu items */

.vertical_menu ul li ul{
	position: relative;
	top: 0;
	visibility: hidden;
	text-indent: 10pt;
	border-top: 1px solid White;
}

/* IE FIXES */

* html .vertical_menu ul li { float: left; height: 1%; }
* html .vertical_menu ul li a { height: 1%; }
* html .vertical_menu ul li div { height: 1%; }

/* format vertical_menu ends */
