/*
	CSS Styles for WebDDM example menu:
		Complex Styles (Derived from "Other")
*/

.other
{
	background-color: #eeeeee;
	text-align: center;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #000000;
	font-size: 11;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}

.other_pressed
{
	background-color: #eeeeee;
	text-align: center;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #000000;
	font-size: 11;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #ffffff solid;
	border-top: 1px #ffffff solid;

}

.other a:link, .other a:visited, .other a:hover,
.other_pressed a:link, .other_pressed a:visited, .other_pressed a:hover
{
	color: #000000;
	display: block;
	line-height: 20px;
	text-decoration: none;
}

