/* Navigation Menu Left Side */
#policemenu{
border: 0px solid #E2D292;
border-bottom-width: 0;
width: 100%;
}

#policemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 10px 'Arial';
}

#policemenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 138px; /*150px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: #FEFBD8;
border-bottom: 1px solid #E2D292;
border-left: 7px solid #E2D292;
}

* html #policemenu li a{ /*IE only */
width: 150px; /*IE 5*/
width: 150px; /*150px minus all left/right paddings and margins*/
}

#policemenu li a:hover {
background-color: #FFFFFF;
border-left-color: #DF0100;
}

#policemenu div.menutitle{
height: 20px;
width: 150px;
color: #FFFFFF;
border-bottom: 1px solid #F6F0C4;
padding: 2px 0;
padding-left: 5px;
background-color: #000080;
font: bold 12px 'Arial';
}

