@charset "UTF-8";
/* CSS Document */

.menu2Title {
	text-indent: 35px;
	background-color: #ECEAFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(menu2_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.menu2TitleSelected {
	text-indent: 35px;
	background-color: #ECEAFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(menu2_dot_selected.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.menu2 {
	text-indent: 35px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(menu2_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu2selected {
	text-indent: 35px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(menu2_dot_selected.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu2T a {
	color: #333;
	text-decoration: none;
}
#menu2T a:visited {
	color: #000;
	text-decoration: none;
}

#menu2T a:hover {
	color: #03C;
	text-decoration: underline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#menu2T a:active {
	color: #03C;
	text-decoration: underline;
}

