
/*** ESSENTIAL STYLES ***/
.sf-menu_topo, .sf-menu_topo * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu_topo {
	line-height:	1.0;
	position:absolute; 
	display:block; 
	top: 163px; 
        left: 315px;
	/*margin-left: 255px;*/
}
.sf-menu_topo li ul {
	background-image:url(../images/bg_submenu_topo.jpg); 
	background-repeat:repeat-x; 
	background-color:#fff; 
	background-position:bottom;
}
.linhaazultopo {
	background-image:url(../images/linha_azul_topo.gif); 
	background-repeat:no-repeat; 
	background-position:right;
}
.sf-menu_topo ul {
	position:		absolute;
	top:			-999em;
	width:			170px; /* left offset of submenus need to match (see below) */
}
.sf-menu_topo ul li {
	width:			100%;
}
.sf-menu_topo li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu_topo li {
	float:			left;
	position:		relative;
}
.sf-menu_topo a {
	display:		block;
	position:		relative;
}
.sf-menu_topo li:hover ul,
.sf-menu_topo li.sfHover ul {
	left:			0;
	top:			26px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu_topo li:hover li ul,
ul.sf-menu_topo li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu_topo li li:hover ul,
ul.sf-menu_topo li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu_topo li li:hover li ul,
ul.sf-menu_topo li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu_topo li li li:hover ul,
ul.sf-menu_topo li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu_topo {
	float:			left;
}
.sf-menu_topo a {
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 8px; 
	color: #00273E; 
	letter-spacing:1px; 
	font-weight: bold; 
	text-decoration: none; 
	display: block; 
	padding-top: 10px; 
	padding-bottom:8px;
	padding-right: 7px;
	padding-left: 7px;
	text-align:right;
	border: none;
}
.sf-menu_topo img {
		border: none;
}
.sf-menu_topo a, .sf-menu_topo a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#00273E;
}
.sf-menu_topo li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #00273E;
}
.sf-menu_topo li {

}
.sf-menu_topo li li {

	
	
}
.sf-menu_topo li li a {
	text-align: left;
	padding-left: 7px;
	color: #00273E;

}
.sf-menu_topo li li li {
	background:		#fff;
}
.sf-menu_topo li:hover, .sf-menu_topo li.sfHover,
.sf-menu_topo a:focus, .sf-menu_topo a:hover, .sf-menu_topo a:active {
	color: #ff9c04;
	outline:		0;
}
.sf-menu_topo li li:hover, .sf-menu_topo li li.sfHover,
.sf-menu_topo li li a:focus, .sf-menu_topo li li a:hover, .sf-menu_topo li li a:active {

	outline:		0;
	color: #ff9c04;
}


/*** arrows **/
.sf-menu_topo a.sf-with-ul {
}
.sf-sub-indicator {
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu_topo ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu_topo ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu_topo ul a:focus > .sf-sub-indicator,
.sf-menu_topo ul a:hover > .sf-sub-indicator,
.sf-menu_topo ul a:active > .sf-sub-indicator,
.sf-menu_topo ul li:hover > a > .sf-sub-indicator,
.sf-menu_topo ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
