/*
	CSS Styles for WebDDM example menu:
		win9x
*/

/* Cell styles */
.container
{
	border-right: 0px #cccccc solid;
	border-bottom: 0px #cccccc solid;
	border-left: 0px #cccccc solid;
	border-top: 0px #cccccc solid;
	background-color: #ffffff;
	
	
	
}
.win9x_off
{
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	
	
}


.bg /* top menu buttons */
{
	background-color: #ffffff;
	font-size: 10px;
	color: 000000;
	line-height: 34px;
	
}


/* Link config */
.win9x_off a:link, .win9x_off a:active, .win9x_off a:visited
{
	
	text-decoration: none;
	display: block;
	line-height: 34px;
		font-family : gill sans, verdana, arial;
		color: #000000;
		font-size: 10px;
		font-weight : bold;
		font-style : normal;
		text-decoration: none;
}





/* Don't let linked images have borders */
a img
{
	border-width: 0px;
}





.topmenu {	text-decoration: none;
display: block;
	line-height: 34px;
		color: #000000;
		font-family : gill sans,verdana, arial, helvetica;
		font-size: 10px;
		font-weight : bold;
		font-style : normal;
		text-decoration: none;
		padding-top : 5px;
	
}






.submenu {	text-decoration: none;
display: block;
	line-height: 34px;
		color: #000000;
		font-family : gill sans,verdana, arial, helvetica;
		font-size: 10px;
		font-weight : bold;
		font-style : normal;
		text-decoration: none;
		
	
}

 .submenu_rollover
{
	background-color: #e8e8e9;
	font-size: 34px;
	color: #000000;
	line-height : 20px;
	font-weight: bold;
	
}






