#menu{
    width: 178px;
    background-color: #E5EAEE;
	height:100%;   
    float:left;       
}

.contenedormenupadre {
    margin-top: 0px;
    width: 178px;
    height: 25px;
    background-color: #E5EAEE;
	cursor: pointer;}

.contenedormenupadre1 {
    width: 178px;
    height: 20px;
    margin-top: 3px;
    margin-left: 8px;
    position: absolute;
}

.Contenedormenuhijo {
    margin-top: 0px;
    width: 178px;
    height: 25px;
    background-color: #E5EAEE;
}
.Contenedormenuhijo1 {
    width: 158px;
    height: 25px;
    margin-left: 20px;
    position: absolute;
}
.flechamenupadre {
	width: 10px;
	height: 10px;
	margin-top: 6px;
	position:absolute;
    z-index: 1;
}

.textomenupadre {
	font-size: 13px;
	font-family : "Verdana",Arial, Helvetica, sans-serif;
	color : #E14900;
	font-weight: bold;
	float: left;
	margin-left: 12px;
	width: 135px;
	margin-top: 1px;
	position:absolute;
    z-index: 1;
}

.imgmenupadre {
	height: 25px;
	width: 45px;
	float: right;
	position:relative;
    overflow: hidden;
}

.bordemenupadre {
	width:15px;
	height:10px;
	position:absolute;
    margin-left: 164px;
    background-repeat: no-repeat;
}

.separadormenupadre {
	width: 178px;
	height: 2px;
    background-color: #999999;
}
.bordemenuhijo {
	width: 10px;
	height: 25px;
    background-color: #BFCBD5;
	position:absolute;
	margin-left: 0px;
}
.separadormenuhijo {
	width: 178px;
	height: 1px;
    background-color: #999999;
}
.flechamenuhijo {
	width: 10px;
	height: 10px;
	margin-top: 9px;
	position:absolute;
}

.textomenuhijo, .textomenuhijo a:link, .textomenuhijo a:visited {
	font-size: 11px;
	font-family : "Verdana",Arial, Helvetica, sans-serif;
	color : #666666;
	font-weight: bold;
    text-decoration:underline;
	float: left;
	margin-left: 7px;
	width: 135px;
	margin-top: 3px;
	position:absolute;
    text-transform: capitalize
}


