/* this is the main UL element*/
#menu1 {
	background-color: #AFB0B4;
	height: 30px;
	margin-top: 4px;
	width: 100%;
}
#fondomenu {
	background-color: #1F1278;
	background-image: url(/softland_chile/img/bgmenu2.gif);
	background-repeat: repeat-x;
}

.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
	z-index: 10;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
	z-index: 10;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width:120px;
	background-color:#1F1278;
	cursor:pointer;
	/*height: 30px;*/
	background-image: url(/softland_chile/img/bgmenu2.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6C75AE;
	z-index: 10;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#fff;
	width:100%;
	z-index:10;
}

.dropdown a:hover{
	text-decoration:underline;
	z-index: 10;
	color:#fff;
}
.dropdown a:link{

	color:#fff;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
	z-index: 10;
	
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-image:url('/softland_chile/img/expand_down.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
/*	padding-right:20px;*/
	width:120px;
	z-index: 10;
	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:120px;
}
