.menuSlide {
	color:#fff;
	width:100%;}
* {padding:0; margin:0}
.dropdown {
	background-color: #A50909;
    float: left;
    font-weight: bold;
    height: 27px;
    margin: 0 1px;
    padding-top: 8px;
    text-align: center;
    width: 300px;

}
.dropdown dt {
	color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.dropdown dt:hover {
	text-decoration: none;
	color: #e98c90;
}
.dropdown dd {
	display: none;
    left: 0;
    margin-top: 7px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: -3px;
    width: 300px;
    z-index: 200;
}
.dropdown ul {
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #CF650F #CF650F;
    border-right: 1px solid #CF650F;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    list-style: none outside none;
    width: 298px;
}
.dropdown li 
{
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited 
{
	background-color: #B03234;
    background-image: url("../images/flecha_submenusup.gif");
    background-position: 20px 8px;
    background-repeat: no-repeat;
    border-color: #A50909;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-top: 4px;
    text-align: left;
    text-decoration: none;
	width: 267px;
}
.dropdown ul li ul li a, .dropdown ul li ul li a:active, .dropdown ul li ul li a:visited 
{
	background-image: url(../images/flecha_submenusup.gif); 
	background-position: 30px 13px;
	background-repeat: no-repeat; 
	display:block; 	
	padding-top:6px; 
	padding-left:40px;
	color:#fff; 
	text-decoration:none; 
	border-bottom: #cf650f 1px solid;
	border-left: #cf650f 1px solid;
	background-color: #e87c0d;
	border-top: #cf650f 1px solid;
	border-right: #cf650f 1px solid;
	text-align: left;
	width:324px;
	font-size:80%;
}
.dropdown a:hover
{
	color: #e19597;	
}

.dropdown ul li ul li a:hover
{
	color: #663300;	
}
.dropdown .underline 
{
	border-bottom:#cf650f 1px solid;

}