/*  ----------------NAVIGATION---------------- */

#tabsF {
position:absolute;
width:776px;
width:776px !important;
background:transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:normal;
margin:3px 0 0 0;
}

#tabsF ul {
margin:0;
padding:0;
list-style:none;
}

#tabsF li {
display:inline;
margin:0;
padding:0;
}

#tabsF a {
float:left;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
text-align:center;
border:none;
}

#tabsF a span {
float:left;
display:block;
background:#666666;
padding:5px 6px 4px 6px;
color:#FFF;
border:1px solid #333;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
color:#990000;
}

#tabsF a:hover {
color:#990000;
}

#tabsF a:hover span {
background:#f2f2f2;
}


.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 130px;
visibility: hidden;
margin-left:4px;
}

.dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
font-style:normal;
color: black;
}

.dropmenudiv a:hover { /*Theme Change here*/
background-color: #F0F0F0;
font-style:normal;
}