#navtitle{
border-top: 2px solid black;
border: 2px solid black;	
border-bottom-width: 2px;
width: 180px;
position: absolute;
top: 250px;
left: -2px;
z-index: 3;
background-color: black;
}

* html #navtitle{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 165px;
}

#navtitle a{
font: bold 12px Arial;
padding: 4px;
padding-left: 10px;
display: block;
width: 100%;
color: white;
text-decoration: none;
border-bottom: 1px solid black;
border-top: 1px solid black;
}

html>body #navtitle a{ /*Non IE rule*/
width: auto;
}

