﻿#sitefec_menu
{
	/*background-image: url(/2009/Imagens/menu.png);*/
	/*background-repeat: no-repeat;*/
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 1003px;
	height: 47px;
	z-index: 2500;
}

#sitefec_menu a img
{
	display: inline;
}

#sitefec_menu img
{
	display: inline;
}

#sofm_start
{
	margin-left: 0px;
}

.sofm_menus
{
	cursor: pointer;
	margin-left: -4px;
	*margin-left: -6px; /* IE6, IE7 */
}

.sofm_divisor
{
	margin-left: -4px;
	*margin-left: -4px; /* IE6, IE7 */
}

#sofm_end
{
	margin-left: -4px;
}

.sofm_menuitem
{
	display: inline;
}

.sofm_submenu
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0f59aa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0f59aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0f59aa;
	padding-top: 5px;
	background-color: White;
	
	/* Crucial */
	position: absolute;
	top: 37px;
	width: 160px;
	visibility: hidden;
	display: block;
}

.sofm_submenu a 
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0f59aa;
	color: #496583;
	background-color: White;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	font-size: 12px;
	text-indent: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	
	/* Crucial */
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
}

.sofm_submenu a:hover
{
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Red;
	/*color: #496583;
	background-color: #ebedef;*/
	color: White;
	background-color: #083e7d;
}
