@CHARSET "ISO-8859-1";

div.submenu_content	{
	z-index: 50;
	position: absolute;
	top: 99px;
	width: 950px;
	height: 105px;
	background-color: #FFFFFF;
	display: none;
	border-bottom: 5px solid #002550;
	overflow:hidden;
}

ul.menu {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

li.menu {
	position: relative;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	height: 29px;
	line-height: 29px;
	margin: 0 5px;
	padding: 0 5px;
	display: block;
	cursor: default;	
}

li.menu-active {
	color: #EB8A00;
}

ul.submenu	{
  	list-style: none;
  	list-style-type: none;
  	list-style-image: none;
  	padding: 0;
  	margin: 0;
  	font-size: 11px;
  	font-weight: bold;
}

li.submenu	{
	white-space: no-wrap;
	background-image: url('/images/li_orange.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 13px;
}

a.submenu {
	color: #4e4e4e;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	margin: 0 0px;
	padding: 0 0px;
	display: block;
	white-space: nowrap;
}

a.submenu-active {
    color: #EB8A00;
}

a.pagina-menu {
	color: #002550;
}

a.pagina-menu-selected {
	color: #eb8a00;
}

div.left-pagina-menu-divider	{
	border-top: 1px dotted #999999;
	height: 2px;	
}

div.left-pagina-menu-item	{
	height: 13px;
	background-image: url('/images/li_grey.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 13px;
	padding-bottom: 4px;
}