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

/*- Menu Top Tabs B--------------------------- */

    #tabsB {
      	float:left;
      	width:100%;
	 	padding-top:26px;
	 	margin:0;
      	background:transparent;
      	font-size:93%;
      	line-height:normal;
	  	vertical-align:bottom;
      }
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url(../images/tableftB.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font: bold 11px/1.5em Verdana;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url(../images/tabrightB.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
	  font: bold 10px/1.5em Verdana;
	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }

-->
<!-- side menu -->
#button {
			width:100%;
			padding: 0 0 0 0;
			font-family:Arial;
			font-size : 11px;
			background-color: #FFFFFF;
			text-align:left;
			color: #000000;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #E5E5E5;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #A5AFBC;
                background-color:#C4CBD3;
                color: #666666;
                text-decoration: none;
                width: 100%;
				text-align:left;
				font-family:Arial;
				font-size : 11px;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #B6BFCB;
                background-color: #DADFE5;
                color:#065877;
                }

        #button li #active {
                border-left: 10px solid #B6BFCB;
                background-color: #DADFE5;
                color:#065877;
                }
/*footer */
#footer{
	width:100%;
	Height:60px;
	background:#EEF1F5;
	vertical-align:middle;
}
#footer a{
	width:100%;
	Height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin:5px;
	vertical-align:bottom;
	color:#000000;
	text-decoration:underline;
}
#footer a:hover{
	width:100%;
	Height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	vertical-align:bottom;
	color:#440071;
	text-decoration:none;
}
.more a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
}

