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

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

.top
{
	background-color: #efce8c;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	
}


.win9x_rollover, .mainmenu_rollover
{
	background-color: #f6efe1;
	font-size: 10px;
	color: #000000;
	line-height : 16px;
	
}


.bg /* top menu buttons */
{
	background-color: #000000;
	font-size: 10px;
	color: 000000;
	line-height: 18px;
	
}


/* Link config */
.win9x_off a:link, .win9x_off a:active, .win9x_off a:visited
{
	
	text-decoration: none;
	display: block;
	line-height: 16px;
		font-family : verdana, arial;
		color: #000000;
		font-size: 10px;
		font-weight : normal;
		font-style : normal;
		text-decoration: none;
}
.win9x_rollover a:link, .win9x_rollover a:active, .win9x_rollover a:visited, .win9x_rollover a:hover
{
	
	text-decoration: none;
	display: block;
	line-height: 16px;
		color: #000000;
		font-size: 10px;
		font-weight : normal;
		font-style : normal;
		text-decoration: none;

}



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


.menu {	text-decoration: none;
display: block;
	line-height: 16px;
		color: #000000;
		font-family : verdana, arial, helvetica;
		font-size: 10px;
		font-weight : normal;
		font-style : normal;
		text-decoration: none;
	

}
