/* Restyle the breadBrumb */
#breadcrumb {
	font-size: 0.8em;
}

#breadcrumb p {
	color: #cc0000;
	margin: 0;
	text-align: right;
}

#breadcrumb ul {
	background-color: rgb(200, 247, 200);
	margin: 0;
	list-style: none;
	font-size: 0.8em;
}

#breadcrumb li{
	float: left;
	position: relative;
	padding: 0 5px 0 17px;
}

#breadcrumb a {
	text-decoration: none; 
	color: rgb(0, 102, 153);
}

#breadcrumb a:hover {
	background-color: rgb(255, 255, 255);
}

/* End of specific breadcrumb */

/* create top menu */

#menu {
	position: relative; z-index: 100;
	font-size: 0.71em;
	width: 100%;
	float: left;
	background: rgb(206, 247, 206); 
	margin: 0;
	border: 0;
	padding: 0.5em 0 0.5em 0;
}

* html #menu {
	float: none;
	voice-family: "\"}\""; voice-family:inherit; /* override value for MSIE >5 */
}

div#menu a:link {
	color: #006699;
	text-decoration: none;
} 

div#menu a:visited {
	color: #006699;
} 
div#menu a:hover {
	color: #006699;
	text-decoration: underline;
}

div#menu ul {
	margin: 0; 
	padding: 0; 
	background: rgb(206, 247, 206);
}

div#menu li { 
	position: relative;
	list-style: none; 
	margin: 0; 
	float: left; 
	width: auto; 
	border-right: 1px solid #006699;
}

div#menu li a {
	display: block; 
	padding: 0 5px 0 5px;
	text-decoration: none; 
	width: auto;
}
  
div#menu ul ul , div#menu li:hover ul ul, #menu li.sfhover ul ul {
	position: absolute;
	display: none;
	}
	
div#menu ul ul li {
	border: 0;
}

#menu li:hover ul, #menu li.sfhover ul , #menu li:hover li:hover ul, #menu li.sfhover li.sfhover ul {
	display: block;
	padding: 1em 0.5em 0.5em 0.5em;
	line-height: 1em;
	width: 15em; /* set width of popup menu */
}

#menu li:hover li:hover ul, #menu li.sfhover li.sfhover ul {
	padding-top: 0;
	margin-left: 13em;
	top: 0px;
}

/* set vertical offset + color of popup menu */
div#menu ul.level2 { 
	top: 1.1em;
	background: rgb(206, 247, 206);
} 
		
#menu li ul li {
	float: none;
	padding: 0 0 0.5em 0; /* set v-space between two-lined menu entries */
}

* html #menu li ul li { /* tan hack to call only MSIE */
float: none;
padding: 0 0 0.5em 0; /* fix v-space in menues for MSIE5 */
}

/* positions head functions on the right */
#altUtilities {
	position: absolute;
	right: 10px;
	padding: 0.5em 0 0.5em 0;
	margin: 0;
	border: 0;
}

#altUtilities a:link {
	color: #333333;
} 

#altUtilities a:visited {
	color: #333333;
} 
 
#altUtilities a:hover {
	color: #333333;
} 


#conhecendo {
border: 1px solid green;
margin-bottom: 7px;
}

#conhecendo h2 {
font-size: 0.8em;
font-weight: bold;
color: #009933;
}

#conhecendo h3 {
padding-left: 2px;
font-size: 0.7em;
font-weight: bold;
}

#conhecendo p {
padding-left: 2px;
font-size: 0.7em;
font-weight: normal;
}

#conhecendo a.more {
text-decoration: underline;
color: blue;
font-weight: normal;
}


#suaVida {
border: 1px solid green;
}

#suaVida h2 {
font-size: 0.8em;
font-weight: bold;
color: #009933;
}

#suaVida h3 {
padding-left: 2px;
font-size: 0.7em;
font-weight: bold;
}

#suaVida p {
padding-left: 2px;
font-size: 0.7em;
font-weight: normal;
}

#suaVida a.more {
text-decoration: underline;
color: blue;
font-weight: normal;
}


#rightContainer p#currentSubsite a {
    color: white;
    }

