﻿/*=========================================================*/
/* 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;
}