/* CSS Document */
body{
	background-color:#EFC0B2;
}
#sub{
	float:left;
	position:relative;
	height:21px;
	width:auto;
}
#sub ul{
	position:relative;
	float:left;
	height:21px;
}
#sub ul li{
	position:relative;
	float:left;
	list-style:none;
	height:21px;
}
#sub ul li{
	font-family:Verdana, Arial;
	font-weight:bold;
	font-size:11px;
	line-height:21px;
}
#sub ul li a:link{
	float:left;
	background-color:#F8EAE6;
	text-decoration: none;
	color:#7F50A0;
}
#sub ul li a:visited{
	float:left;
	background-color:#F8EAE6;
	text-decoration: none;
	color:#7F50A0;	
}
#sub ul li a:hover{
	float:left;
	background-color:#7F50A0;
	text-decoration: none;
	color:#FFFFFD;	
}
#sub ul li a:active{
	float:left;
	background-color:#F8EAE6;
	text-decoration: none;
	color:#7F50A0;	
}
#dir{
	background-image:url(/images/Submenu_lado_dir.png);
	background-repeat:no-repeat;
	width:6px;
	height:21px;
}
#esq{
	background-image:url(/images/Submenu_lado_esq.png);
	background-repeat:no-repeat;
	width:6px;
	height:21px;
}
