/* menu */
UL, LI {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#menu_container {
	background:url("../images/bg_menu.gif") repeat-x;/*  menu background */
	height:29px; /* menu height ( same as option height ) */
	width:1010px;
	}
#menu {
	width:1010px;
	font-family:"Trebuchet MS"; /* menu font family */
	font-size:14px; /* menu font size */
	position:absolute;
	text-transform:uppercase;
	}

#menu_container * { z-index:1000; }

/* alineacion horizontal - menu */
#menu LI {
	display:block;
	float:left;
	font-weight:bold;
	margin-left:2px;
	}

/* links menu */
#menu A {
	display:block;
	padding:0px 10px;
	line-height:29px; /* menu option height */
	white-space:nowrap;
	color:#ffffff; /* menu font color */
	text-decoration:none;
	}

/* submenu */
#menu .submenu {
	left:-9999px;
	position:absolute;
	overflow:hidden;
	border:2px solid #a2d480; /* submenu border */
	border-bottom:none;
	background:#fff5b5; /* background submenu */
	}
#menu .submenu LI {
	clear:both;
	border-bottom:2px solid #a2d480;
	margin:0px !important;
	}
#menu .submenu A {
	color:#71b00c; /* font color submenu */
	font-size:13px; /* font size submenu */
	padding:0px 10px;
	line-height:22px; /* submenu option height */
	white-space:nowrap;
	text-transform:capitalize !important;
	}


/* menu hover */	
#menu LI A:HOVER {
	background:#7ec114 url("../images/bg_menu_green_2.gif") repeat-x;
	color:#ffffff;
	}
	
	/* hovers for maximize browser compatibility */
	#menu .hover_menu {
		background:#7ec114 url("../images/bg_menu_green_2.gif") repeat-x;
		color:#ffffff;
		}
		
	
	/* submenu hover */
	#menu .hover_submenu, #menu .hover_submenu A {
		background:#fffce6 !important;
		color:#5ea81f !important;
		cursor:pointer;
		}
	
div.submenu {
	display:block;
	}
