﻿/*=========================================================*/
/* Navigation Style                                        */
/* Created: Jon Forst 10/06                                */
/* Changes:	Modified to handle new JS menu items  04-29-08 */
/*=========================================================*/
.DMenuItem /* Dynamic Menu Item */
{
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
	font-size: 12px;
}
.SMenuItem /* Static Menu Item */
{
	text-align: left;
 	padding: 0px 0px 0px 5px; /* top right bottom left */
	font-size: 12px;
	white-space: nowrap;
}
/*===========================================================*/
/*                                                           */
/*                                                           */
/*===========================================================*/
.JobWizardNav
{
    padding: 0px 10px 0px 0px;
    white-space: nowrap;
}
.JobWizard
{
    width: 650px;
}
