#tcc {width:150px; float:right;}

ul#tcc {
list-style : none; 
margin : 0; 
padding : 0; 
} 
ul#tcc li {
margin : 2px; 
padding : 0; 
float : left; 
} 
ul#tcc li a {
display : block; 
width : 145px; 
height : 15px; 
padding : 1px 0; 
text-decoration : none; 
text-align : left; 
font-size : 10px; 
color : #003366; 
background-color : #ffffff; 
background : url(../menu3/arrow.gif) no-repeat right; 
border-bottom : 1px dashed #003366;
float:left; 
} 
ul#tcc li a:hover {
color : #cc0000; 
background : url(../menu3/arrow2.gif) no-repeat right; 
background-color : #ebebeb; 
border-right-color : #990000; 
text-decoration : underline; 
} 