﻿/*************************************\
 This stylesheet describes the display 
 characteristics for the topbar menu.
 All styles in here should begin with
 the '#topMenu' selector, accordingly.

 [ APPEARS COMPLETE ]
\*************************************/

#topMenu
{
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#topMenu table
{
	padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

#topMenu td
{
	text-align: center;
	padding: 3px;
	margin: 0;
	/* border: 1px solid #000; */
	border: 2px solid #97191D;
	border-top: none;
	/* background: url('../Images/red-grad.gif') #561420 repeat-x bottom; */
	background-color: White;
}

#topMenu td a
{
	/* color: #FCFCFC; */
	color: #97191D;
	font-weight: bold;
	font-size: 7pt;
	text-decoration: none;
}

#topMenu td.childSelected
{
	background: url('../Images/tan-grad.gif') #c59a6f repeat-x bottom;
}

#topMenu td.childSelected a
{
	/* color: #000; */
	color: #97191D;
}
