#menu{ margin-bottom:5px; }


#menu ul{ width:220px; }

.menutitle{
	width: 220px;
	height: 45px;
	background:url(../imagens/menu/menu_title.jpg) no-repeat;
	display: block;
}


a#mhome{
	width: 165px;
	height: 53px;
	display: block;
	background: url(../imagens/menu/mhome.jpg) no-repeat;
	line-height:53px;
	padding:0 0 0 55px;
	color:#333;
}
a#mhome:hover{
	color:#357eab
}


a#mlp {
	width: 165px;
	height: 55px;
	display: block;
	background: url(../imagens/menu/mcs.jpg) no-repeat;
	line-height:55px;
	padding:0 0 0 55px;
	color:#333;
}
a#mlp:hover {
	color:#357eab
}


a#mpn{
	width: 165px;
	height: 55px;
	display: block;
	background: url(../imagens/menu/mpn.jpg) no-repeat;
	line-height:55px;
	padding:0 0 0 55px;
	color:#333;
}
a#mpn:hover{
	color:#357eab
}


a#mcs{
	width: 165px;
	height: 54px;
	display: block;
	background: url(../imagens/menu/msc.jpg) no-repeat;
	line-height:54px;
	padding:0 0 0 55px;
	color:#333;
}
a#mcs:hover{
	color:#357eab
}


a#mc{
	width: 165px;
	height: 61px;
	display: block;
	background: url(../imagens/menu/mc.jpg) no-repeat;
	line-height:60px;
	padding:0 0 0 55px;
	color:#333;
}
a#mc:hover{
	color:#357eab
}

