    #tabs10 {
      float:left;
      width:100%;
      font-size:100%;
      line-height:21px;
      }
    #tabs10 ul {
          margin:0;
          padding:0px 0px 0 0px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
		font-size: 9pt;
		font-style: normal;
      }
    #tabs10 a span {
      float:right;
      display:block;
      padding:5px 10px 4px 6px;
      color:#FFF;
		font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs10 a:hover {
      background-color:Gray;
      }



		
.dropmenudiv{
position:absolute;
top: 0px;
margin-top: -1px;
border: 1px solid white; 
font:normal 8pt Verdana;
line-height:16px;
z-index:1000;
background-color: #666666;
width: auto;
visibility: hidden;
text-align: left;
padding: 10px;
		font-style: normal;
}


.dropmenudiv a{
width: 200px;
display: block;
border-bottom: 0px solid white;
text-decoration: none;
font-weight: normal;
color: black;
line-height: 28px;
font-style: normal;
}

* html .dropmenudiv a{ /*IE only hack*/
		font-style: normal;
		line-height: 28px;
		margin-top: 5px;
}

.dropmenudiv a:hover{ 
	color: white;
	width: 200px;
		font-style: normal;
		text-decoration: none;
}

.hl_white {
	color: white;
}
