a.menumain{
	font-size: 10px;
	font-weight: bolder;
	color: #33005E;
	text-decoration: none;
	}
a.menumain:hover{
	text-decoration: underline;
	color: blue;
	}		
a.menusub{
	font-size: 11px;
	font-weight: normal;
	color: #33005E;
	text-decoration: none;
	}
a.menusub:hover{
	text-decoration: underline;
	color: blue;
	}	
.leftmenu_spec{
	border-spacing: 0;
	padding: 5px 10px;
	height: 12px;
	text-align: left;
	}
.leftmenu_top{
	padding: 5px 10px;
	background-color: none;
	background-image: url(../resources/main_round_140px_pad10px.jpg);
	background-repeat: no-repeat;
	line-height: 12px;
	}
.leftmenu_main{
	font-size: 10px;
	font-weight: bolder;
	color: white;
	background-color: #E7DFEC;
	background-image: url(../resources/main_round_140px_pad10px.jpg);
	background-repeat: no-repeat;
	}
.leftmenu_sub{
	font-size: 10px;
	font-weight: normal;
	color: #33005E;
	background-color: white;
	line-height: 12px;
	}
.leftmenu_base{
	background-color: white;
	}

