﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 0px solid black;
border-bottom-width: 0;
width: 188px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}



#ddblueblockmenu li a{
display: block;
padding: 7px 0;
padding-left: 9px;
width: 170px; /*186px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #455560;
border-bottom: 1px solid #186772;
border-left: 7px solid #008c99;
}

* html #ddblueblockmenu li a{ 
width: 188px; /*IE 5*/
width: 100%; /*186px minus all left/right paddings and margins*/
}

* html #ddblueblockmenu li{ /*IE only */
margin:-1;
}

#ddblueblockmenu li a:hover {
background-color: #008c99;
border-left-color: #186772;
font-weight:bold;
}

#ddblueblockmenu li a.current {
background-color: #186772;
border-left-color: #008c99;
font-weight:bold;
}

#ddblueblockmenu div.menutitle{
width:187px;
color: #fff;
border-bottom: 0px solid black;
padding: 10px 0;
padding-left: 16px;
background-color: #186772;
font: bold 85% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}


