@charset "utf-8";
/* CSS Document */

.menu_item, .menu_item_active {
	width: 155px;
	border-bottom: #000000 solid 1px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.menu_item a { color: #ffce31;}
.menu_item a:visited { color: #ffce31;}
.menu_item a:hover { color: #0099ff;}
.menu_item_active a { color: #ccccff;}
.menu_item_active a:visited { color: #ccccff;}
.menu_item_active a:hover { color: #ccccff;}
.menu_item_active a:active { color: #ccccff;}

.dotted_line_text{
	width: 155px;
	border-top: #9999CC 1px dotted;
	border-bottom: #9999CC 1px dotted;
	color: #9999CC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 5px;
}