/*
	CSS Styles for WebDDM example menu:
		mainmenu
*/

.container
{
	border: 1px #ffffff solid;
	background-color: #ffffff;
	/* changed from #014f75 to #ffff */
}
.mainmenu_off
{
	/* changed backgound to #990000 from #fffff TMC101608 */
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	text-align: center;
	border: 1px #ffffff solid;
	/* changed to #fffff form #014f75 */
}
.mainmenu_off2
{
	/* 	background-color: #fcc913; */
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: 1px #ffffff solid;
	/* changed to #fffff form #014f75 */
	
}
.mainmenu_rollover
{
	background-color: #014F75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	font-weight:bold;
	text-align: center;
	border: 1px #ffffff solid;
}

