@charset "utf-8";

/* CSS Document */ /* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle { /*topmost and sub ULs, respectively*/
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	border: 1px solid #999999;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #f5f5f5;
}

.ddsubmenustyle ul {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 1;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	background-color: #f5f5f5;
}

.ddsubmenustyle li a {
	opacity: 0.95;
	display: block;
	width: 150px; /*width of menu (not including side paddings)*/
	color: #666666;
	background-color: #f5f5f5;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 12px;
	line-height: 18px;
}

* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	width: 160px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover {
	color: white;
	background-image: url(../imagens/menu/rollover.jpg);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

/* ######### Neutral CSS  ######### */
.downarrowpointer {
	/*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer {
	/*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul {
	margin: 0;
	font: bold 13px Arial;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

.mattblackmenu li {
	display: inline;
	margin: 0;
}

.mattblackmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #666666;
	background-image: url(../imagens/menu/seta_cinza.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: white;
}

.mattblackmenu li a:hover {
	background-image: url(../imagens/menu/seta_azul.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

/* ######### Marker List Vertical Menu ######### */
.markermenu {
	width: 175px; /*width of side bar menu*/
	clear: left;
	position: relative;
	/*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #9A9A9A;
}

.markermenu ul li a {
	background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center;
	color: #666666;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

* html .markermenu ul li a { /*IE6 hack*/
	width: 155px;
}

.markermenu ul li a:visited,.markermenu ul li a:active {
	color: #00014e;
}

.markermenu ul li a:hover,.markermenu ul li a.selected {
	color: white;
	background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a {
	background: white;
}

.blackwhite li a:hover {
	background: black;
	color: white;
}

#ddtopmenubar {
	margin-top: 18px;
	margin-left: 10px;
}