/* MENU SUPERIOR */
#header_menu {
	height:40px;
	background: transparent url('ima/menu-b.jpg') repeat-x top left;
	}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	display:block;
	float:right;
	line-height: 1.0;
	}

.sf-menu li {
	float:left;
	position:relative;
	color:#FFFFFF;
	}
	
.sf-menu a, .sf-menu ul li a {
	position:relative;
	white-space:nowrap;
	display:block;
	color:#FFFFFF;
	border-left:1px solid #cccccc;
	font-size:14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:13px 15px;
	background: transparent url('ima/menu-bg-01.jpg') repeat-x top left;
	}
	
.sf-menu li a:hover, .sf-menu li a:focus {
	background-position:bottom left;
	color:#FFFFFF;
	}
	
.current_page_item a {
	background: transparent url('ima/menu-bg-01.jpg') repeat-x bottom left !important;
	color:#FFFFFF;
}

.sf-menu ul {
	position:absolute;
	top:-999em;
	width: 90px; /* left offset of submenus need to match (see below) */
	}
	
.sf-menu ul li {
	width:100%;
	}
	
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
	color:#FFFFFF;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	color:#FFFFFF;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
	color:#FFFFFF;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 220px; /* match ul width */
	top: 0;
	color:#FFFFFF;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
	color:#FFFFFF;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	color:#FFFFFF;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 2em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	color:#FFFFFF;
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('ima/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	color:#FFFFFF;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 1em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	color:#FFFFFF;
}
/* 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*/
	color:#FFFFFF;
}

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

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('ima/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	color:#FFFFFF;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* MENU SUPERIOR */


/* BOXES HOME */

.info_box {
	float:left;
	width:305px;
	margin-top:0px;	
	}
	
.info_box_right {
	margin-left:20px;
	}
	
.info_box_head {
	font-size:0.9em;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 10px;
	background: url('ima/menu-bg-02.jpg') repeat-x bottom left;
	float:left;
	}
	
.info_box_content {
	clear:both;
	padding:10px;
	border:#23338E 1px solid;
	}
	
.info_box_content ul {
	margin:0px;
	padding-left:17px;
	}
	
.info_box_content ul li {
	list-style-type:square;
	color:#82C826;
	}
	
.info_box_content ul li a {
	font-size:0.9em !important;
	}
/* BOXES HOME */
