@charset "utf-8";
/* CSS Document */
.txt1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	text-align:left;
	color: White;
	line-height:16px;
	font-smooth: always;
}

.menu_list
{
	width: 193px;
	font-family: verdana;
    height: 363px;
}
.menu_head
{
	background: none repeat scroll 0 0 #FFDE00;
    color: 	 #3D5B8F;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    font-style:  normal;
    font-weight:bold;
    height: 16px;
    left: 0;
    line-height: 16px;
    margin: 1px;
    padding: 5px 3px 5px 1px;
    position: relative;
    text-align: left;
    top: -1px;
}
.menu_head  a {
	background: none no-repeat scroll 0 0 #FFDE00;
	font-weight:bold;
    color: 	 #3D5B8F;
    cursor: pointer;
    font-family: verdana;
    font-size: 12px;
    font-style: normal;
    margin: 1px;
    padding: 5px 3px 5px 1px;
    position: relative;
    text-align: left;
    text-decoration: none;
	top: 0px;
	left: 0px;
	height: 4px;
	width: 129px;
}

.menu_list a:hover
{
	color:White;
	background-color:#3D5B91;
	width:193px;
	}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#3D5B8F; /*menu txt color*/
  background-color:white; /*menu bg color*/	
  padding-left:5px;
  text-decoration:none;
  margin-left:5px;
}
.menu_body a:hover{
  color: white;
  text-decoration:underline;

  }
 .ClasssetMenuList
 {
 	background: none repeat scroll 0 0 
#3D5B91;
    color:white;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    font-style:  normal;
    font-weight:bold;
    height: 16px;
    left: 0;
    line-height: 16px;
    margin: 1px;
    padding: 5px 3px 5px 1px;
    position: relative;
    text-align: left;
    top: 0;
 }
