#denvmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#denvmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

#denvmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px 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 #denvmenu li a{ /*IE only */
width: 187px; /*IE 5*/
width: 169px; /*185px minus all left/right paddings and margins*/
}

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

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


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

#smallmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color:#aba7a7;
border-bottom: 1px solid  #666666;
border-left: 1px solid  #666666;
border-right: 1px solid  #666666;

}

#smallmenu li a:hover {
background-color: #828080;
border-left-color: #666666;
}



#smallmenu2{
border: 0px solid black;
border-bottom-width: 0;
width: 250px;
}

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

#smallmenu2 li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 230px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color:#aba7a7;
border: 1px solid  #666666;

}
#smallmenu2 li a:hover {
background-color: #828080;
border-left-color: #666666;
}

#smallmenu3{
border: 0px solid black;
border-bottom-width: 0;
width: 220px;
}

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

#smallmenu3 li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 200px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #333333;
background-color:#f1eeee;
border: 1px solid  #990000;

}

#smallmenu3 li a:hover {
background-color: #b1adad;
border-left-color: #666666;
}

