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

/* Cell styles */
.container
{
	background-color: #006;
}
.win9x_off
{
	background-color: #7e7eb2;
	font-size: 14px;
	text-align: center;
	border: 1px #d6deec solid;
	color: #ff0;
}
.win9x_rollover
{
	background-color: #d6deec;
	font-size: 14px;
	text-align: center;
	border: 1px #ff0 solid;
	color: #006;
}

/* Link config */
.win9x_off a:link, .win9x_off a:hover, .win9x_off a:visited
{
	color: #ff0;
	text-decoration: none;
	display: block;
	line-height: 20px;
}
.win9x_rollover a:link, .win9x_rollover a:hover, .win9x_rollover a:visited
{
	color: #006;
	text-decoration: none;
	display: block;
	line-height: 20px;
}

/* Don't let linked images have borders */
a img
{
	border-width: 0px;
}
