@charset "utf-8";
/* CSS Document */


/*TOPMENU*/
.menuwrap {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	height: 30px;
	border-radius:5px;
	-moz-border-radius:5px;
	border: 1px solid #dddddd;
	background-image: url(../images/fondomenu.png);
	background-repeat: repeat-x;
	float: left;
	margin-top: 0px;
}

.menuwrap li a {
	display: block;
	height: 30px;
	cursor: pointer;
	background-attachment: scroll;
}
.menuwrap li {
	display: block;
	float: left;
	height: 30px;
}


.menuwrap li a:hover, .menuwrap li.selecto a {
	background-position: center -30px;
}
.m_inicio a   {
	background-image: url(../images/bot_inicio.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 62px;
}
.m_vert {
	background-image: url(../images/vert.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 3px;
	float: left;
}

.m_empresa a  {
	background-image: url(../images/bot_empresa.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 136px;
}
.m_productos a  {
	background-image: url(../images/bot_productos.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 102px;
}
.m_catalogo a  {
	background-image: url(../images/bot_catalogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 116px;
}
.m_contactenos a  {
	background-image: url(../images/bot_contactenos.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 146px;
}

#sleepwear_damas a {
	background-image: url(../images/sleepwear_damas.png) !important;
	background-repeat: no-repeat;
}
#sleepwear_hombres a {
	background-image: url(../images/sleepwear_hombres.png)!important;
	background-repeat: no-repeat;
}
#sleepwear_ninos a {
	background-image: url(../images/sleepwear_ninos.png)!important;
	background-repeat: no-repeat;
}
#underwear_hombres a {
	background-image: url(../images/underwear_hombres.png)!important;
	background-repeat: no-repeat;
}

#corporativo a {
	background-image: url(../images/corporativo.png)!important;
	background-repeat: no-repeat;
}
#divsubmenu {
	z-index: 9998;
	width: 171px;
	height: 159px;
	position: absolute;
	display: none;
}

/*SUBMENU*/

#submenu {
	list-style-type: none;
	width: 169px;
	z-index: 9999;
	height: 170px;
	padding: 0px;
	position: absolute;
	display: block;
}

#submenu li a {
	float: left;
	clear: left;
	width: 168px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	background-color: #ca9979;
	background-position: 10px 10px;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}


#submenu li a:hover, #submenu li.selecto a {
	background-color: #8c9a2d;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
