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

/* Cell styles */
.container
{
	border-right: 1px #6a7754 solid;
	border-bottom: 1px #6a7754 solid;
	border-left: 1px #6a7754 solid;
	border-top: 1px #6a7754 solid;
	background-color: #EFEEEC;
	
}
.win9x_off
{
	background-color: #EFEEEC;
	color: #000000;
	
	
}

.top
{
	background-color: #EFEEEC;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-family : Verdana;
}


.win9x_rollover
{
	background-color: #dfdfdf;
	font-size: 11px;
	color: #000000;
		font-family : Verdana;
}


.bg /* top menu buttons */
{
	background-color: #EFEEEC;
	font-size: 11px;
	color: #000000;
	
}


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

}



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