/*
	CSS Styles for WebDDM example menu:
		relative (derived from winxp)
*/


/******
 * MenyStyle
******/
.menustyle 
{
	background-image: url(bgtopmenu_rollover.gif);
	font-size: 10pt;
	text-align: center;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	border-style: none;
}
.menustyle0 
{
	background: #999999;
	font-size: 10pt;
	text-align: center;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	border-style: none;
}
.menustyle_rollover
{
	background-image: url(bgtopmenu.gif);
	font-size: 10pt;
	text-align: center;
	border-style: none;
}
.menustyle_rollover0
{
	background: #999999;
	font-size: 10pt;
	text-align: center;
	border-style: none;
}
.menustyle_child_rollover
{
	background-image: url(bgsubmenu_rollover.gif);
	font-size: 10pt;
	text-align: left;
	color: #000000;
	border: 1px #aaaaaa solid;
	border-top-style: none;
}
.menustyle_child_rollover0
{
	background: #999999;
	font-size: 10pt;
	text-align: left;
	color: #000000;
	border: 1px #aaaaaa solid;
	border-top-style: none;
}
.menustyle_child_rollover a:visited,
.menustyle_child_rollover a:link,
.menustyle_child_rollover a:hover
{
	line-height: 18pt;
	display: block;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

/* Top-level links */
.menustyle a:link,
.menustyle a:visited,
.menustyle_rollover a:link,
.menustyle_rollover a:visited,
.menustyle_rollover a:hover
{
	line-height: 18pt;
	display: block;
	text-decoration: none;
	color: #000000;
}

/* Main child item cell */
.menustyle_child
{
	background-image: url(bgsubmenu.gif);
	font-size: 10pt;
	text-align: left;
	color: #000000;
	border: 1px #aaaaaa solid;
	border-top-style: none;
}
.menustyle_child0
{
	background: #999999;
	font-size: 10pt;
	text-align: left;
	color: #000000;
	border: 1px #aaaaaa solid;
	border-top-style: none;
}

/* Child links */
.menustyle_child a:visited,
.menustyle_child a:link
{
	line-height: 18pt;
	display: block;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	vertical-align: Middle;
}
