.sdmenu {
    width: 192px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-bottom: 1px;
    color: #000066;
}

#enlace {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000066;
	text-decoration:none; 
}
#enlace:hover {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #990000;
	text-decoration:underline; 
}


.sdmenu a:hover {
	color: #990000;
	text-decoration:underline; 
}





.sdmenu .title, .sdmenu .titlehidden{

    display: block;
    padding: 7px 0;
    font-weight: bold;
    color: #000066;
    background:  url(/pr/shared/toptitle.gif);
}

.nodrop{

    display: block;
    padding: 7px 0;
    font-weight: bold;
    color: #000066;
	background:  url(/pr/shared/toptitle.gif);
}
.arrownodrop {
    margin-left: 10px;
    margin-right: 7px;
}


.sdmenu .title a{
	background: #c8d8e0;
    color: #000066;
	text-decoration:none;     
}
.sdmenu .title2 a{
	background: #c8d8e0;
    color: #000066;
	text-decoration:none;     
}

.sdmenu .title a:hover{
	color: #990000;
	text-decoration:underline;    
}

.sdmenu .arrow {
    margin-left: 10px;
    margin-right: 7px;
}


.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(/pr/shared/toptitle.gif);
}









.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 3px;
    text-indent: 30px;
    background: url(/pr/shared/expandedmenu.gif) no-repeat;
    display: block;
    color: #265b89;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
	background: url(/pr/shared/expandedmenu2.gif) no-repeat;
    color: #990000;
	text-decoration:underline;
}


