/* CSS Document */

#nav {
list-style:none;
width:162px;
margin-left:9px;
margin-top:9px;
}
#nav li {
width:160px;
float:left;
cursor:pointer;
position:relative;
background:#666;
text-align:center;
border:1px solid #000;
border-bottom:0;
}
#nav .last {
border-bottom:1px solid #000;
}
#nav li:hover {
background:#333;
}
#nav a {
display:block;
color:#000;
font-weight:bold;
text-decoration:none;
line-height:2em;
}
#nav a b {
position:absolute;
bottom:-1px;
right:0;
border-left:12px dashed transparent;
border-bottom:12px solid #000;
}