@charset "utf-8";

body {
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
}
.space {
	float: left;
	height: 10px;
	width: 90%;
	padding-left: 10px;
	clear: both;
  }
.mainmenusub {
	clear: both;
	float: left;
	height: auto;
	width: 210px;
	background-color: #EEEEEE;
	margin: 0px;
  }
.menusub {
	width:210px;
	margin-bottom: 0px;
	clear: both;
	float: left;
	height: 250px;
  }
.menusub ul {
    list-style-type:none;
    margin:0px;
    padding: 0px;
    float: left;
    clear: both;
  }
.menusub li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0000FF;
	text-decoration: none;
	background-color: #EEEEEE;
	display: block;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 20px;
	padding-left: 15px;
	font-weight: normal;
	float: left;
	padding-right: 15px;
  }
.menusub li a:hover {
	text-decoration: none;
	background-color: #33CC99;
	display: block;
	width: 180px;
	background-image: url(../img/arrow.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
  }
.menusub a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #33CC99;
    background-image: url(../img/vert-one_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    display: block;
  }
.menusub ul h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background-color: #999999;
    float: left;
    width: 160px;
    border: 1px solid #CCCCCC;
    line-height: 20px;
    padding-left: 8px;
    margin: 0px;
    clear: both;
  }
.menusub li#status {
	text-decoration: none;
	background-image: url(../img/logo-new01.gif);
	background-repeat: no-repeat;
	background-position: 90%;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
}

