﻿
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
/*border: 1px solid black;
border-bottom-width: 0;*/
width: 11.9em;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#ddblueblockmenu ul li
{
 font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
border-bottom: solid 0.08em #90bade;
}

#ddblueblockmenu li a
{
display: block;
width: 100%; /* 13.9em; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
/*border-left: 7px solid #2175bc;*/
}

#ddblueblockmenu li span,
#ddblueblockmenu span.text
{
/* padding: 0.21429em 0 0 0.642857em;*/
line-height:1.7em;
padding-left: 0.642857em;
text-decoration: none;
color: white;
 /*
text-decoration: none;
color: white;
background-color: #2175bc;
padding: 0.21429em 0;
padding-left: 0.642857em;
*/
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 13.9em; /*185px minus all left/right paddings and margins*/
w\idth: 100%;
}

#ddblueblockmenu li a:hover,
#ddblueblockmenu li a.current {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: solid 0.071429em black;
padding-left: 0.357142em;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu div.menutitle span
{
line-height:1.7em;
}