	.clear{
		clear:both;
	}
	
	#topBar{
		width:760px;
		height:100px;
	}
	/*
	General rules
	*/

	#menu li{
		list-style-type:none;
		position:relative;
	}
	#menu ul{
		margin:0px;
		padding:0px;
		position:relative;
	}
	#menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#menu{		
		width:150px;
		height:30px; //25
		background-color:#5e88bb; 
		margin-left:8px
		
	}

	/* All A tags - i.e menu items. */
	#menu a{	/*Primer nivel de men&uacute;.*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:800;
		color:rgb(26,28,118); 
		text-decoration:none;	
		display:block;
		clear:both;
		width:150px;
		height:25px;	
		padding-left:0px;	
	    background.color:#ffffff; //#e7ecf8 a propuesta bscan
		font-size:12px
		
	}
	
	#menu a:hover
	{
	background: #d8e1fc; //e2ad69; //rgb(26,28,118);
	xcolor:#ffffff; // #FFCC66;
	xborder: 1px solid #FFCC66;
	border-bottom:1px solid #FFCC66;
	
	}

	
	/*
	A tags 
	*/
	#menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		border-bottom:1px solid #000;
		font-weight:bold;
		margin-left:0px;
	}	
	#menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
		margin-left:0px;
	}	
	#menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#menu .slideMenuDiv1
	
	instead of 
	
	#menu .slideMenuDiv1 ul
	*/
	
	#menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#menu .slideMenuDiv2 ul{
		margin-left:1px;
		padding:1px;
	}
	#menu .slideMenuDiv3 ul{
		margin-left:1px;
		padding:1px;
	}
	#menu .slMenuItem_depth4 ul{
		margin-left:1px;
		padding:1px;
	}
