/*
	CSS Styles for WebDDM example menu:
		Mac OS X
*/

.macosx_container
{
	background-image: url("bg.gif");
	border: 1px #9C9A9C solid;
}
.macosx
{
	background-image: url("bg.gif");
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #000000;
	border-style: none;
}
.macosx_rollover
{
	background-image: url("bg_rollover.gif");
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	border-style: none;
}

/* links and images*/
.macosx a:link, .macosx a:visited, .macosx a:hover
{
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 24px;
}
.macosx_rollover a:link, .macosx_rollover a:visited, .macosx_rollover a:hover
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 24px;
}
a img
{
	border-style: none;
}

