/*MAKE SURE THIS CONTAINER IS NOT IN THE MAIN STYLE SHEET FOR THE WEBSITE*/
#Menu_Cont {
	height: 275px;
	width: 160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	vertical-align: top;
	position: relative;
	float:left;
	/*z-index: 2;*/	
	/*background-image:url(../../../images/Navbar_bkg.png);
	background-repeat: repeat-x;
	background-color: #343284;  DARK COLOR */
}

/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding:  0px 0.8em 0px 0.5em;	/*TOP RIGHT BOTTOM LEFT*/
	margin-top: -0em;
	/*height: 0.4em; THIS CONTROLS THE HEIGHT OF THE FIRST LINE MENU. IE6,IE7,FFX*/
	/*border-top: 1px solid;*/
	/*width: 204px;*/
}
/*.vertical ul a{
	color: #000000;
	font-weight:800;
}
.vertical ul a:hover{
	color: teal;
	font-weight:800;
}
.vertical ul a:visited{
	color: #000000;
	font-weight:800;
}*/
.vertical li{
	height: 2.8em; /*this controls box height on main menu items. IE6,IE7,FFX ....BS TE DA EL ESPACIO ENTRE CADA CAJON O PADDING*/
	/*display: inline;*/
}
.vertical li a{
	display: block;
	width: 150px;
	text-decoration: none;
	height: 2.5em; /*Alinea los Sub menus en frente del Menu ppal*/
	padding: .8em 1px;
	/*border-top: 0px;*/
}
/*THE SUBMENU BOX*/
.vertical li ul{
	position: absolute;
	margin-top: -3.5em;
	margin-left: 145px; /*CONTROLS MENU PLACEMENT FROM MAIN LINE HORIZONTALLY. WORKS ON FFX. MUST BE HACKED FOR IE*/	
	padding:  0px 0px 0px 0px;	/*TOP RIGHT BOTTOM LEFT*/
	width: 150px;	  /*SUBMENU WIDTH MOZILLA AND IE*/	
	display: none;
	/*border: 1px solid; SUBMENU BORDER (ALL AROUND, NOT BETWEEN THE LINES)*/
	/*border-top: none; REMOVES TOP FOR THE LI'S BORDER*/
	/*background-color:#FFFFFF; SUBMENU BACKGROUND COLOR*/
}
/*THIS CONTROLS THE ROLLOVER WIDTH ON THE SUBMENUS*/
.vertical li ul li a{
	width: 150px; /*THIS IS NECESSARY, OR THE SUBMENUS WILL MESS UP IE6,IE7,FFX*/
	height: 2.5em; /*this controls box height on main menu items. IE6,IE7,FFX */
	padding:  2px 2px 2px 8px;	/*TOP RIGHT BOTTOM LEFT*/
	/*border-top: 1px solid;*/
	/*line-height:30px;*/
	/*COLOR: #000000;  DARK COLOR */ /*SUBMENU TEXT COLOR*/
}
.vertical li li a{
	/*border-top: none;   this controls the border for the submenu a's (removes top)*/
}
.vertical li ul li a:hover{
	/*COLOR: #000000;  LIGHT COLOR */ /*SUBMENU ROLLOVER TEXT COLOR*/
	/*font-weight: bold; SUBMENU ROLLOVER BACKGROUND COLOR HEIGHT*/
	/*background-color: #FFEACF;  DARK COLOR */
	/*border-color: white;*/
}
/*THIRD SUBMENU WIDTH MOZILLA AND IE ALIGNMENT*/
.vertical li li ul{
	position: relative;
	/*margin-top: 1px; THIS MUST BE HACKED FOR IE*/
	margin-left: 120px; /*THIS MUST BE HACKED FOR IE (LEFT 0PX)*/	
	display: none;
}
