/* CSS Document */
#ddblueblockmenu{
border: 0px solid #0066FF;
border-bottom-width: 0px;
width: 185px;
margin-left: 0px;
}

#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;
text-align:left;
padding: 3px 0;
padding-left: 16px;
width: 185px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background: #0081b8 url(../images/home_bullet.png) no-repeat 2px 7px;
border-bottom: 1px solid #FFFFFF;
border-left: 0px solid #1958b7;

}

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

#ddblueblockmenu li a:hover {
background-color: #00CCFF;
border-left-color: #1c64d1;
color: #0033CC;
}

#ddblueblockmenu div.menutitle{
height: 15px;
border-bottom: 0px solid #FFFFFF;
padding: 7px 0px 7px 2px;
/*background: #febc1d url(../images/arrowstop.gif) no-repeat 8px 6px;*/
background: #ffffff url(../images/categoria.jpg) no-repeat 0px 0px;
font: bold 13px Verdana;
color: #3366FF;
}

#ddblueblockmenu div.menuinferior{
height: 15px;
border-bottom: 0px solid #FFFFFF;
padding: 7px 0px 7px 2px;
/*background: #febc1d url(../images/arrowstop.gif) no-repeat 8px 6px;*/
background: #ffffff url(../images/inferior_categoria.jpg) no-repeat 0px 0px;
font: bold 13px Verdana;
color: #3366FF;
}
