#CorpoTopo {
	font: 16px "Trebuchet MS"; font-weight:bold; color: #FFFFFF; text-align: center; height: 55px; width: 100%;
	position:absolute; top:0; left:0; z-index:20;
	background: url(../images/bg_topo.png) repeat-x center top !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/bg_topo.png,sizingMethod='scale');
}
.ie6 #CorpoTopo {
	height: 50px;
	background: url(../images/bg_topo.png) repeat-x center top;
	filter: none !important;
}
	#CorpoTopo ul { margin:0; }
	/*#CorpoTopo li { width:157px; display:inline; list-style:none; }*/
	#CorpoTopo a { color:#FFFFFF; text-decoration:none; }
	#CorpoTopo .ddtopmenubar {margin:0 auto; }






/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 10px Tahoma; text-transform:uppercase;
	margin: 0;
	padding:0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background-image:url(../images/bg_dropmenu.png);
	_background-image:url(../images/bg_dropmenu.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	background: url(../images/bg_sub_menu.png);
	_background: url(../images/bg_sub_menu.jpg);
	width: 118px;
}
.ddsubmenustyle div, .ddsubmenustyle ul div{
	background: url(../images/bg_sub_menu_fim.png) bottom no-repeat;
	margin-bottom: -11px;
	padding-bottom: 11px;
	margin-left: -1px;
	position: relative;
	z-index: 1;
}
.ie6 .ddsubmenustyle div, .ie6 .ddsubmenustyle ul div{
	background: none;
}
.ddsubmenustyle li ul { 	
	background-position:1px bottom; width:157px; margin-top:-11px;
}

.ddsubmenustyle li a{
	display: block;
	width: 118px; /*width of menu (not including side paddings)*/
	color: #3d311e;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	margin-left:10px; margin-right:10px;
	line-height:12px; margin-bottom:0px; padding-bottom:5px; padding-top:7px; padding-left:2px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 156px; /*width of menu (include side paddings of LI A*/
	list-style-image:none;!important
}

.ddsubmenustyle li a:hover{
	text-decoration:underline;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	float:left; margin-left:75px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	float:right; margin-top:0px;
}

.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 {	
	margin:0 auto;
	background-image:url(../images/topo_v1.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.mattblackmenu ul{
	margin: 0;
	padding: 0;
	/*font: bold 12px Verdana;*/
	list-style-type: none;
	/*border-bottom: 1px solid gray;*/
	overflow: hidden;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	/*padding: 13px 0px; /*padding inside each tab*/
	/*border-right: 1px solid white; /*right divider between tabs*/
	color: #ff0000;
	/*background: #ff0000;*/
}

.mattblackmenu li a:visited{
	color: white;
}

.mattblackmenu li a:hover{
	/*background: #ff0000; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
	/*background: #ff0000; /*background of tab with "selected" class assigned to its LI */
}








/* ######### 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; /*light gray background*/
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}

* 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;
}