#SUBMENU {
	clear: left;
	height: 20px;
}

.subNavigation-1st {
	text-align: left;
	float: left;
	margin: 0 auto 0 0px;
	padding: 4px 30px 0px 35px;
	height: 16px;
	background: url(img/menu_2_bg.gif) right top no-repeat;
}

.subNavigation-1st a.selected { color: #c01111; }

.subNavigation {
	text-align: left;
	float: left;
	margin: 0 auto 0 0px;
	padding: 4px 30px 0px 5px;
	height: 16px;
	background: url(img/menu_2_bg.gif) right top no-repeat;
}

.subNavigation a.selected { color: #c01111; }

.subNavigation-last {
	text-align: left;
	float: left;
	margin: 0 auto 0 0px;
	padding: 4px 30px 0px 5px;
	height: 16px;
	background: url(img/menu_2_bg.gif) right top no-repeat;
}

.subNavigation-last a.selected { color: #c01111; }

#SUBMENU, .sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #035BA8 url(img/menu_2_pat.gif);
	margin-top: 3px;
	height: 20px;
}
#SUBMENU a, #SUBMENU a:visited, .sub a, .sub a:visited {
	color: #FFFFFE;
	text-transform: uppercase;
}

#SUBMENU a:hover, .sub a:hover { color: #FFFFFE; }

#SUBMENU .active a, #SUBMENU .active a:visited {
	color: #DDEAF5;
	text-decoration: underline;
}
