
	DIV.menu	{
				text-align: right;
				display: block;
				font-size:1.1em!important;
				width: 210px;
				background-color: #C9D4D7;
				background-image: url(img/menu-bg.gif);
				background-repeat: repeat-y;
				}
				
	DIV.menu	A, DIV.menu	SPAN
				{
				position: relative;
				}
				
	DIV.menu A, DIV.menu A:visited
				{
				display: block;
				background-image: url(img/list-style-menu-off.gif);
				background-position: 95% 50%;
				background-repeat: no-repeat;
				color: #545657;
				text-align: right;
				font-weight: bold;
				padding:5px;
				border-top:1px solid #D2DCDE;
				border-bottom:1px solid #A6BCC4;
				padding-right:30px;
				}

	DIV.menu A:hover, DIV.menu A:visited:hover
				{
				background-color: #C9D4D7;
				background-image: url(img/list-style-menu-on.gif);
				}
				
				
	DIV.menu A.opened
				{
				background-color: #A6BCC4;
				color:white;
				}
	
	
	DIV.menu SPAN	
				{
				display: block;
				visibility: hidden;
				font-weight:normal;
				width: 180px;
				position: absolute;
				background-color: #567580;
				border:1px solid #d0d0d0;
				z-index: 100;
				}			
	
	DIV.menu SPAN A, DIV.menu SPAN A:visited
				{
				display: block;
				width: 100%;
				padding:3px 15px 3px 5px;
				color: White;
				border-top:1px solid #A9BCC0;
				border-bottom:1px solid #557580;
				background-image: none;
				font-weight: normal;
				font-size: 1em;
				}			
	
	DIV.menu SPAN A:hover, DIV.menu SPAN A:visited:hover
				{
				color:black;
				font-size: 1em;
				}			
	
	DIV.menu SPAN A.sub-menu, DIV.menu SPAN A.sub-menu:hover
	DIV.menu SPAN A.sub-menu:visited, DIV.menu SPAN A.sub-menu:visited:hover
				{
				background-image: url(img/menu-seta-sub-menu.gif)!important;
				background-position: 97% 50%!important;
				background-repeat: no-repeat!important;
				}


	DIV.menu SPAN A.opened
				{
				color: black;
				}
								