/* CSS Dinamico, no modificar. Modificar en admin/consulta_menu.php */
#menuBar li 
{
	list-style:none;
	float:left;
	text-align:center;
}
#menu_sh, #menu_sh:link, #menu_sh:visited
{
	display:block;
	float:left;
	width:56px;
	text-decoration:none;
	font-size:9px;
	font-weight:normal;
	color:#FFF;
	padding: 8px 5px;
	/*border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFF;*/
}
#menu_sh:hover
{
	color:#777;
}
#submenu_sh, #submenu_sh:link, #submenu_sh:visited
{
	display:block;
	width:56px;
	background-color:#ccc;
	padding: 0px 3px;
	font-size:9px;
	border-top-width: 0px;
	border-right-width: none;
	border-bottom-width: 1px;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	
}
#submenu_sh:hover
{
	color:#FFF;
	text-decoration:none;
}

