/* CSS Document */

/* Formatao dos Menu e SubMenus*/
.title
{
	position: absolute;
	width: 127px;
	height: 20px;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-color: #D8DFE9;
	text-decoration: none;

}

.submenu
{
	color : #999999;
	position: absolute;
	left: 0px;
	width: 127px;
	height: 0px;
	border: 1px #B5C4d5;
	visibility:hidden;
	background-color: #F1F4F8;
}

p.blank
{
	color : #999999;
	position: absolute;
	left: 0px;
	width: 127px;
	height: 0px;
	visibility:hidden;
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #275B95;
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 0px;
	text-decoration: none;
	width:127px;
	height:18px;
	border : 1px solid #B5C4D5;
	border-left:0px;
	border-right:0px;
	border-top:0px;
}
}

.navButts a {
	background-color : #D8DFE9;
	border : 1px solid #B5C4D5;
	color : #275B95;
	display : block;
	padding-bottom : 2px;
	padding-left : 6px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%;
	border-left:0px;
	border-right:0px;
	border-top:0px;
}

.navButts a:hover {
	background-color : #98ADC5;
	border : 1px solid #B5C4D5;
	color : #FFFFFF;
	display : block;
	text-decoration : none;
	width : 100%;
	border-left:0px;
	border-right:0px;
	border-top:0px;
}
.navButts a:active {
	background-color : #98ADC5;
	color : #FFFFFF;
	display : block;
	text-decoration : none;
	width : 127px;
	border : 1px solid #B5C4D5;
	border-left:0px;
	border-right:0px;
	border-top:0px;
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #275B95;
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	padding-left : 8px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 0px;
	width:127px;
	height:18px;
}

.navSubs a { 	
	background-color : #F1F4F8;
	border : 1px solid #B5C4D5;
	color : #275B95;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%;
	border-left:0px;
	border-right:0px;
	border-top:0px;
}

.navSubs a:hover {
	background-color : #B5C4D5;
	border : 1px solid #B5C4D5;
	color : #FFFFFF;
	text-decoration : none;
	border-left:0px;
	border-right:0px;
	border-top:0px;
}

