#fla{
	position:absolute;
	left: 91px;
	top: 17px;
}
.minamenu:link{
	width:62px;
	height:33px;
	background:url(nav_bg.gif) no-repeat;
	background-position:0 13px;
	padding-top:18px;
	color:#600;
}
.minamenu:visited{
	width:62px;
	height:33px;
	background:url(nav_bg.gif) no-repeat;
	background-position:0 13px;
	padding-top:18px;
	color:#600;
}
.minamenu:hover{
	text-decoration:none;
	width:62px;
	height:33px;
	background:url(nav_bg.gif) no-repeat;
	background-position:0 0px;
	padding-top:10px;
	color:#000;
}

.Accordion {
	width:209px;
	height:360px;
	overflow: hidden;
}
.mid_line{
	border-right:#666 solid 1px;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab1 {
	width:209px;
	height:27px;
	background:url(menu.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelTab2 {
	width:209px;
	height:27px;
	background:url(notice.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}.AccordionPanelTab3 {
	width:209px;
	height:27px;
	background:url(links.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}.AccordionPanelTab4{
	width:209px;
	height:27px;
	background:url(vote.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	background:url(left_bg.jpg) repeat-y;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	width:196px;
	height: 250px;
	border-bottom: solid 1px black;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}


.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}
