/*
	CSS Styles for WebDDM example menu:
		relative (derived from winxp)
*/


.relative
{
	background-image: url('images/but3.jpg');
	font-size: 11;
	font-family: Tahoma;
	text-align: center;
	vertical-align: middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #000000;
	border-style: none; font-weight:bold
}
.relative_rollover
{
	background-image: url("images/dtn.jpg");
	font-size: 11;
	font-family: Tahoma;
	text-align: center;
	color: #00000f;
	border-style: none; font-weight:bold
}

.relative_child
{
	background-color: #ffffff;
	font-family: Tahoma;	
	font-size: 11px;
	text-align: left;
	color: #000000;
	border: 1px #aaaaaa solid;	
	border-bottom:1px solid #000000;
}
.relative_child_rollover
{
	background-image: url('images/but3.jpg');
	font-family: Tahoma;	
	font-size: 11px;
	text-align: left;
	color: #000000;
	border: 1px #aaaaaa solid;
	border-top-style: none;
}