/* top navigation */
.navMenu
{
	background-image:url(images/bg_nav.gif);
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
}

.navMenu table
{
	text-align:center;
}

.navMenu td
{
	padding:3px 5px 3px 5px;
}

.navMenu tr td
{
	font-size:11px;
}

.navMenu a, .navMenu a:visited, .navMenu a:hover, .navMenu a:active
{
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}


/* subItems */
.showSubMenu 
{
	width:100%;
}

.showSubMenu table
{
	vertical-align:middle;
	font-size:10px;	
}


.showSubMenu td 
{
	padding: 0px 5px 0px 5px;
	vertical-align:top;
}


.showSubMenu a, .showSubMenu a:visited
{
	font-weight:normal;
	color: #3FBF00;/*-green links*/
	/*color: #ffffff;/*-white links*/
	/*color: #c49a6c;/*-tan links*/
	text-decoration: none;
	border:0px;
}

.showSubMenu a:hover
{
	font-weight:normal;
	color: #FFF;
	text-decoration: none;
	border:0px;
}

.showSubMenu .dtmText
{
	margin-left:0px;
	margin-right:0px;
	clear:both;
}
