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

.menu_list {
	width: 170px;
	color:#ffffff;
	margin-right:1px;
	border-color: #ffffff;
	border-style: solid;
	border-width: thin;
}
.menu_head {
color:#ffffff;
font: Goudy, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px 5px;
	cursor: pointer;
	position: relative;
	margin:0px;
       font-weight:normal;
       background:  url(images/left.png) center right no-repeat;

}

.menu_body  {
	display:none;
	  background-color:#000000;
	  color: #FFFFFF;
}
.menu_body a {
font: Goudy, "Times New Roman", Times, serif;
font-size: 12px;
  display:block;
  color:#cccccc;
  background-color:#000000;
  padding-left:20px;
  padding-top:3px;
  padding-bottom:1px;
  font-weight:normal;
  text-decoration:none;
}
.menu_body a:hover {
font-size: 12px;
color: #fff;
  background-color: #000000;
  text-decoration:none;
}


.style2 {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color: #FFFFFF;
font-size: 11px;
}

.style2 a:link{
text-align: center;
color: #FFFFFF;
text-decoration: underline;
font-size: 11px;
}