.style2 {color: #006699}
.style3 {
	font-size: 55px;
	font-weight: bold;
}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
}
.style5 {
	color: #CC0000;
	font-weight: bold;
}
.style6 {color: #CC0000; font-weight: bold; font-size: small; }
.style7 {color: #336699; font-weight: bold; font-size: small; }
.style8 { font-size:13px;color: #663300}
.style9 {font-size: 12px; color: #000000;font-style: italic;}
.style9 {font-size: 14px; color: #660000; font-weight: bold; font-family:"Courier New", Courier, monospace}


.menu{

	font-family:arial, sans-serif;
    width:100%;
    height:21px;
    /*position:relative;*/
    font-size:15px;
	font-weight: bold;
    z-index:2;
	background-color:#006699;
}
.menu ul li a, .menu ul li a:visited{ 
    display:block;
    text-decoration:none;
    color:#000;
    width:150px;
    height:21px;
    text-align:center;
    color:#fff;
    border:1px solid #fff;
    background:#006699;
    line-height:20px;
    font-size:11px;
    overflow:hidden;
	z-index:2;
}
.menu ul{
    position:absolute; left:19%;
    padding:0;
    margin:0;
    list-style:none
}
.menu ul li{
    float: left;
    position:relative}
.menu ul li ul{
    display:none
}
.menu ul li:hover a{
    color:#fff;
    background:#36f
}
.menu ul li:hover ul{
    display:block;
    position:absolute;
    top:21px;
    left:0;
    width:105px
}
.menu ul li:hover ul li a{
    display:block;
    background:#ddd;
    color:#000
}
.menu ul li:hover ul li a:hover{
    background:#6fc;
    color:#000
}
.TP { 
    width: 300px; 
    background: #9affe8;
    padding: 5px;
    padding-right: 25px; 
    border: solid 1px orange; 
   }
div.footer{ 
width:100% ; 
position: static;
bottom:10px;
}
.style1 {color: #003399}

 <!--[if IE 6]>

.menu ul li a.hide, .menu ul li a:visited.hide{display:none}
.menu ul li a:hover{color:#fff; background:#36f}
.menu ul li a:hover ul{
    display:block;
    position:absolute;
    top:21px;
    left:0;
    width:105px
}
.menu ul li a:hover ul li a{
    display:block;
    background:#ddd;
    color:#000
}
.menu ul li a:hover ul li a:hover{
    background:#6fc;
    color:#000
}
<![endif]-->