/*
	CSS Styles for WebDDM example menu:
		mainmenu
*/

a {
	font-family: arial;
	color: white;
	hover: black; 
}

.container
{
	border: 1px #ffffff solid;
	background-color: #1b1648;
}
.mainmenu_off
{
	background-color: #ffffff;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	border: 1px #014F75 solid;
}
.mainmenu_rollover
{
	background-color: #1b1648;
	font-size: 12px;
	font-family: arial;
	color: White;
	font-weight:bold;
	text-align: center;
	border: 1px #000000 solid;
}

.containerx
{
	border: 1px #ffffff solid;
	background-color: #000000;
}
.mainmenu_offx
{
	background-color: #ffffff;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	text-indent: 1em;
	border: 1px #014F75 solid;
}
.mainmenu_rolloverx
{
	background-color: #7f0000;
	font-size: 12px;
	font-family: arial;
	color: White;
	font-weight:bold;
	text-align: left;
	text-indent: 1em;
	border: 1px #7f0000 solid;
}
.white_text
{
	font-size: 12px;
	font-family: arial;
	color: white;
	font-weight: bold;
}
.black_text
{
	font-size: 12px;
	font-family: arial;
	color: back;
	font-weight: bold;
}
.blackmenu
{
	font-size: 12px;
	font-family: arial;
	color: back;
	font-weight: bold;
}

