    #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: 0px 15px 0 0px;
      padding:0px 0px 0 0px;
		width: 105px;
      }
    #tabs10 a {
		background-image: url(../images/m-o-plus.gif);
		background-repeat: no-repeat;
      float:left;
      margin: 0px 15px 0 0px;
      padding:0 0 0 0px;
      text-decoration:none;
		font-size: 9pt;
		width: 105px;
		text-align: center;
      color:#003068;		
      }
    #tabs10 a span {
      float:left;
      display:block;
      padding:5px 10px 4px 6px;
		font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs10 a:hover {
		color: white;
		background-image: url(../images/m-plus.gif);
		background-repeat: no-repeat;
		
      }
    #tabs10 span:hover {
	
      }
		
      #tabs10 #current a {
      background-color:#003068;color: white;
		
      }
      #tabs10 #current a span {
      background-color:#003068;color: white;
      }
		
.dropmenudiv{
position:absolute;
top: 0px;
margin-top: -1px;
margin-left: 3px;
border: 0px solid #003068; 
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:1000;
background-color: #003068;
width: auto;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: 200px;
display: block;
border-bottom: 0px solid #003068;
border-left: 3px solid #003068;
padding: 0px;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ 
background-color: #FFE81B;
border-left: 3px solid #FFE81B;
color: #003068;
width: 200px;
}
