@charset "utf-8";
/* CSS Document */

ul{
margin:0;
padding:0;
list-style-type: none;
}

ul a{
display:block;
width:180px;
height:24px;
line-height:30px;
color: #000;
text-decoration: none;
background:url('../images/base_black.gif') no-repeat left;
text-align:center;
font: normal 15px Tahoma, san-serif;
}
#sub li a{
font: normal 12px Tahoma, san-serif;
width: 120px;
margin-left: 60px;
text-align:left;
background:none;
}
#sub li a:hover{
text-decoration:underline;	
}

li.first a{
height:40px;
line-height:40px;
}

a:link{
color: #fff;
}
a:visited{
color: #fff;	
}
a:active{
color: #fff;	
}
a:hover{
background-position:right bottom;
color: #fff;
background:url('../images/rolled_black.gif')

}