#upfimenu{
padding: 0;
width: 100%;
background: black;
overflow: hidden;
voice-family: "\"}\"";
voice-family: inherit;
}

#upfimenu ul{
margin:0;
margin-left: 2px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#upfimenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#upfimenu a{
float: left;
display: block;
font: 11px arial;
color: white;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 20px 5px  10px ;
background: black; 
}

#upfimenu a:hover{
background: url(../../upfi_2/images/.gif) no-repeat left;
font: 11px arial;
color: #9e8300;
}
#upfiblue a:hover{
background: url(../../upfi_2/images/.gif) no-repeat left;
font: 11px arial;
color: #0099ff;
}
#upfiyellow a:hover{
background: url(../../upfi_2/images/.gif) no-repeat left;
font: 11px arial;
color: #ffff66;
}
#upfired a:hover{
background: url(../../upfi_2/images/.gif) no-repeat left;
font: 11px arial;
color: #dd4545;
}
#upfigreen a:hover{
background: url(../../upfi_2/images/.gif) no-repeat left;
font: 11px arial;
color: #59ae67;
}
#upfiorange a:hover{
background: url(../../upfi_2/images/.gif) no-repeat left;
font: 11px arial;
color: #CC9900;
}
#upfiindigo a:hover{
background: url(../../upfi_2/images/.gif) no-repeat left;
font: 11px arial;
color: #27edff;
}
#upfiviolet a:hover{
background: url(../../upfi_2/images/.gif) no-repeat left;
font: 11px arial;
color: #8d52ba;
}
#upfimagenta a:hover{
background: url(../../upfi_2/images/.gif) no-repeat left;
font: 11px arial;
color: #db0086;
}
#upfilightgold a:hover{
background: url(../../upfi_2/images/.gif) no-repeat left;
font: 11px arial;
color: #ac9348;
}
#upfimenu #current a{ /*currently selected tab*/
background: url(../../upfi_2/images/box_true.gif) no-repeat left center;
background-position:center;
}

/*CSS for sample search box. Remove if desired */
#myform{ 
float: right;
margin: 1px 3px;
padding: 0;
}

#myform .textinput{
width: 200px;
border: 1px solid gray;
}

#myform .textinput2{
width: 100px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid black;
background-color: #999;
}