@charset "utf-8";
/* CSS Document */

#menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#093542;
	padding-top:10px;
	padding-bottom:2px;
	width:217px;
		overflow:hidden;	/* IE 6 Fix*/
		height:500px;		/* IE 6 Fix*/
	background: url(../imagens/layout/bg-cont-menu.png) repeat-y top center;
}

#menuBottom{
	background:url(../imagens/layout/bg-menuBottom.png) no-repeat top center;
	width:217px;
	height:15px;
}

#menu a{color:#093542; text-decoration:none;}
#menu a:hover{color:#093542; text-decoration:underline;}

#menu .subs a{color:#af2323; text-decoration:none;}
#menu .subs a:hover{color:#af2323; text-decoration:underline;}
	/* ULs e LIs */
	
	#menu ul{list-style:none;}
	#menu ul li{margin-bottom:2px;}
	
	#menu ul.main{
		list-style: url(../imagens/layout/bullet-menu.gif);
		margin-left: 20px;
	}
	
	#menu ul.subs{
		font-size:11px;
		list-style: url(../imagens/layout/bullet-submenu.gif);
		margin-top:-1px;
	}

