/*
	CSS Styles for WebDDM example menu:
		"Tutorial 2"
*/

.other
{
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #333333;
	font-size: 13px;
	font-weight:bold;
}
.dropItems
{
	background-color: #CCCCCC;
	text-align: right;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #333333;
	font-size: 8px;
	font-weight:normal;
	text-indent:7px;
}