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


/******
 * Windows XP blue styles
******/
.winxp 
{
	background-image: url("bg.gif");
	font-size: 12px;
	text-align: center;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #ffffff;
	border-style: none;
}
.winxp_rollover
{
	background-image: url("bg_rollover.gif");
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	border-style: none;
}
.winxp_child_rollover
{
	background-color: #5fadff;
	font-size: 11px;
	text-align: left;
	color: #ffffff;
	border: 1px #aaaaaa solid;
	border-top-style: none;
}
.winxp_child_rollover a:visited,
.winxp_child_rollover a:link,
.winxp_child_rollover a:hover
{
	line-height: 20px;
	display: block;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

/* Top-level links */
.winxp a:link,
.winxp a:visited,
.winxp_rollover a:link,
.winxp_rollover a:visited,
.winxp_rollover a:hover
{
	line-height: 24px;
	display: block;
	text-decoration: none;
}

/* Main child item cell */
.winxp_child
{
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	color: #000000;
	border: 1px #aaaaaa solid;
	border-top-style: none;
}

/* Child links */
.winxp_child a:visited,
.winxp_child a:link
{
	line-height: 20px;
	display: block;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	vertical-align: Middle;
}
