
/* ################### Menu ################### */
#menu {
	margin: 0px 0 0 0;
	padding: 25px 10px 5px 18px;
	height: 30px;
	width: 700px;
	font-size:14px;
	font-family: "Trebuchet MS";
	font-weight:400;
	
	
}

#menu a{
	color: #BEBBB1;
}

#menu a:hover{
	color: #D8214A;
	text-decoration:inherit;
}


.home {
padding: 0 0 0 0;
margin: 0 0 0 20px;
font-weight:100;
}

.mudanzas{
padding: 0 0 0 18px;
font-weight:100;
}

.guarda {
padding: 0 0 0 18px;
font-weight:100;
}
.empresa{
padding: 0 0 0 18px;
font-weight:100;
}
.contacto {
padding: 0 0 0 18px;
font-weight:100;
}

/* ################### End-Menu ################### */
 
#level1 li { width: 178px; }

#level1 li.firstitem{ background-image: url('images/bg_dd_top.gif'); height: 49px; }
#level1 li.seconditem{ background-image: url('images/bg_li_first.gif'); height: 20px; }
#level1 li{ background-image: url('images/bg_li.gif'); height: 20px; }
#level1 li.lastitem{ background-image: url('images/nav_bottom.png'); height: 9px; }		


#level1 li a:hover{ text-decoration: underline; }

#level1 li a{
 color: #D8224B; background-image: url('images/arrow_right.gif');
 background-repeat: no-repeat; padding-left: 12px;
}

#level1 li a.selected{
 color: #D8224B; background-image: url('images/arrow_down.gif');
 background-repeat: no-repeat; padding-left: 12px;
}
#level1 li a.selected:hover{ text-decoration: none; }

#level1 li.a{ background-image: url('images/arrow_down.gif'); }

#level1 li a.level2{
 color: #6B6C75; background-image: url('images/arrow_right_gray2.gif');
 background-repeat: no-repeat; padding-left: 12px;
}
