﻿/*
	Title: StyleMap v2 CSS
	Author: Scott Jehl, http://www.scottjehl.com
	Date: May 2007
	notes: this script will add classes and an inline width to the sitemap for centering
	USAGE: Free to use, please do not remove this top credits area.
--------------------------------------------------------------------------------------------------------*/


/*
from here down, styles are scoped within div.hasJS to allow for styling differently for JS-enabled users.
*/
div.hasJS p#noJS {
	display: none;
}
div.hasJS div#contain {
	width: 1000em;
	background: none;
}
div.hasJS ul#sitemap {
	float: none;
	margin: 0 auto;
}
div.hasJS ul {
	clear: left;
	margin: 2em 0 0 0;
	padding: 0;
	background: #fff;
}
div.hasJS ul ul {
	border-top: 1px solid #000;
	width: auto;
}
div.hasJS ul.solo {
	border-top: 0;
}
div.hasJS li {
	float: left;
	list-style: none;
	position: relative;
}
div.hasJS li li {
	margin: -1px 0 0 0;
}
div.hasJS div {
	background: url(/Style%20Library/Images/vLine.gif) 50% repeat-y;
	padding: 2em 5px 0 5px;
	margin: 0 .3em -2em .3em;
}
div.hasJS div.section {
	padding: 2em 5px 2em 5px;
}
div.hasJS div.first {
	background: url(/Style%20Library/Images/first.gif) 50% repeat-y;
	margin-left: 0;
}
div.hasJS div.last {
	background: url(/Style%20Library/Images/last.gif) 50% repeat-y;
	margin-right: 0;
}
div.hasJS div.root {
	padding-top: 0;
}
div.hasJS a {
	display: block;
	background: #EDBA00;
	/*border: 1px solid #000;
	padding: .25em .5em .5em .5em;*/
	color: #222;
	text-decoration: none;
	margin: 0 auto;
	width: 15em;
	line-height: 2em;
	text-align: center;
	font-size: 1.2em;
}
div.hasJS a:hover {
	background: #eee;
}
.secertarioCargo 
{
    background-color:#E4E4E4;
    cursor:hand;
    cursor:pointer;
}
.secertarioNome 
{
    background-color:#EDBA00;
    cursor:hand;
    cursor:pointer;
}
/*IE 6 (when comma-separated, IE6 didn't work, so these are duped for IE7)*/
*html div.hasJS {text-align: center;}
*html div.hasJS a {margin: 0; position: relative;}
/*IE 7*/
*:first-child+html div.hasJS {text-align: center;}
*:first-child+html div.hasJS a {margin: 0; position: relative;}
