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

/* Cell styles */
.container
{
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #fff solid;
	border-top: 1px #fff solid;
	background-color: #C6C7C6;
}
.win9x_off
{
	background-color: #C6C7C6;
	font-size: 11px;
	text-align: center;
	border: 1px #C6C7C6 solid;
	color: #000000;
}
.win9x_rollover
{
	background-color: #00047B;
	font-size: 11px;
	text-align: center;
	border: 1px #D6D3D6 solid;
	color: #ffffff;
}

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

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