.sdmenu {
	width: 193px;
	font-family: Sans-Serif;
	font-size: 12px;
	padding-bottom: 10px;
	/*background: #eee url(images/menu_lateral/bottom.gif) no-repeat  right bottom;*/
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    /*font-weight: bold;*/
    color: white;
    background: #FFF url(images/menu_lateral/title.gif) repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #ED2123; /*linea debajo de las categorías del menú*/
}

.sdmenu .arrow {
	margin-left: 5px;
    margin-right: 5px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(images/menu_lateral/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #CCC;
    color: #000;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #ED2123 url(images/menu_lateral/linkarrow.gif) no-repeat right center;
    color: #FFF;
}
