﻿/*-----------------------------------------Added By Mike--*/
ul
{
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------Added By Mike--*/
/* NAVIGATION BAR */
td.NavMenu
{
	vertical-align: middle;
}
.NavHeading
{
	background-image: url(images/button_slice_normal.gif);
	background-repeat: repeat-x;
	text-align: center;
	border: solid 1 #24275A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 185px;
	padding: 0 0 0 0;
	color: White;
	height: 30px;
	vertical-align: middle;
	line-height: 28px;
}
.NavStepActive, .NavStepDisabled, .NavStepComplete, a.NavStepActive, a.NavStepDisabled, a.NavStepComplete
{
	padding: 3px 0 3px 0;
	color: White;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border: 0;
}
.NavStepInactive, a.NavStepInactive
{
	padding: 3px 0 3px 0;
	color: White;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
img.NavStepActive, img.NavStepInactive, img.NavStepDisabled, img.NavStepComplete
{
	float: left;
	width: 20px;
	margin: 0 5px 0 5px;
	border: 0;
}
.NavItemActive, .NavItemInactive, .NavItemComplete, .NavItemDisabled
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-decoration: none;
}
ul.NavItemActive, ul.NavItemInactive, ul.NavItemComplete, ul.NavItemDisabled
{
	padding: 0px;
	margin: 0px;
}
ul.NavItemActive
{
	/*background: #b9bec1;*/
	color: White;
}
a.NavStepActive, a.NavStepInactive, a.NavStepDisabled, a.NavStepComplete
{
	cursor: hand;
	border: none;
}
a.NavItemActive, a.NavItemInactive, a.NavItemComplete, a.NavItemDisabled
{
	cursor: hand;
	border: none;
}
li.NavItemActive, li.NavItemInactive, li.NavItemComplete, li.NavItemDisabled
{
	list-style-image: url(images/checkbox_empty.png);
	list-style-position: inside;
	height: 16px;
	margin: 1px 0 1px 22px;
	padding: 0px 0 0 3px;
}
li.NavItemComplete
{
	list-style-image: url(images/checkbox_checked.png);
}
li.NavItemDisabled
{
	list-style-image: url(images/checkbox_checked_bw.png);
}
ul.NavItemActive
{
	/*background: url(images/navbackRO.gif) repeat-x;*/
	color: White;
}
/* END NAVIGATION */

