/* CSS Document */
#blueblockmenu{
border: 1px solid #FFCC66;
border-bottom-width: 0;
width: 165px;
}

#blueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#blueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 149px; /*165px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #blueblockmenu li a{ /*IE only */
width: 165px; /*IE 5*/
w\idth: 169px; /*165px minus all left/right paddings and margins*/
}

#blueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#blueblockmenu div.menutitle{
cursor: pointer;
color: white;
border-bottom: 1px solid #FFCC66;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
