/*
	CSS Styles for WebDDM example menu:
		"Other"
*/

.other
{
	text-align: center;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #FFFFFF;
	font-size: 12px;
	font-weight:normal;
}

.other a:link, .other a:visited, .other a:hover
{
	color: #FFFFFF;
	line-height: 20px;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	display: block;	
}
.other-sub1
{
	text-align: left;
	padding-left:20px;
	vertical-align: Middle;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 25px;
	border: 1px #CCCCCC solid;
	font-family: Arial;
}

.other-sub1 a:link, .other-sub1 a:visited, .other-sub1 a:hover
{
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	display: block;	
}
