a {
text-decoration: none;
}

/* ############ MENU ############ */
#Menu{
width:190px;
}

#Menu a {
display:block;
width:168px;
font:11px verdana;
}



#Menu a.semBlt {background:none;}

#Menu div.ultimo{background:none;padding:4px 12px 8px 0;}
#Menu div.ultimo a:hover span{font-weight:bold;}
#Menu div.ultimoOn{background:none;padding:4px 12px 8px 0;}
#Menu div.ultimoOn a span{font-weight:bold;}

#Menu div.MenuOff { padding:4px 12px 8px 0; border-bottom: 2px solid #FFFFFF}
#Menu div.MenuOff a:hover span{font-weight:bold;}
#Menu div.MenuOff a:hover {
font-weight: bold;
}


#Menu div.MenuOnSem{padding:4px 12px 10px 0;}
#Menu div.MenuOnSem span{font-weight:bold;}

#Menu div#subMenu{background:url(img/bgr_bottom_submenu.gif) bottom right no-repeat;padding-bottom:5px}
#Menu div#subMenu div.sub{background:#F4F6F7;margin-right:1px;padding:4px 0 6px 0}
#Menu div#subMenu a{display:block;font:10px verdana;padding:3px 27px 3px 0;background:none; }
#Menu div#subMenu a:hover{font-weight:bold;}

.transMenu {
	position:absolute;
	overflow:hidden;
	left:-10000px;
	top:-10000px;
	
	}


.transMenu .content {
/* tamanho submenu */
	position:absolute;	
	width: 200px;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
background: f0f0f0;;
position:relative;
left:0px; top:0px;
z-index:2;
border: 0px;
	}

.transMenu.top .items {

	border:none;
	border-top:solid 1px #999999;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #999999;
	border-bottom: 1px solid #999999;
	background: #f0f0f0;
	
	}

/* each TR.item is one menu item */
.transMenu .item td{
	font: 10px Trebuchet MS; 
	color: #000000;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	width: 200px;
	
	}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;

	}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; 
	width:0px;
	}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:0px; height:2px;
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#FFFFFF;
	color:#323232;
	border: 0px;
	width: 200px;

	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
/*	margin-left:8px;*/
}
	
/* ################# GERAL ############### */

img {border:0px;}
body, td, span, div, p {font: 11px verdana; color:#4B4B4B;}
.bgrMenuRight{
background: #F7F7F7;
}
.destaque_menu{
color: #006699; 
font-weight: bold;
}
.menu_pai{
margin-left: 3px;
}