/*
	CSS Styles for WebDDM example menu:
		"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: 1px #000000 solid;
}

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