#menu_left {
	margin: 0; padding: 0;
	width: 193px;
	z-index:1000;
}

#menu_left ul { /* all lists */
	padding: 0; margin: 0;
	list-style: none;
	text-align: left;
	z-index:10000;
}
	
#menu_left li { /* all list items */
	float: left;
	
	background: #999;	
	font-size: 13px;
}

#menu_left li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left: 14.9em;
	//margin-left: 14.85em;
	margin-top: -2.3em;
	border-bottom: 1px solid white;
}

#menu_left li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 14.8em;
	//margin-left : 13.7em;
}

#menu_left li a {
	display : block;
	padding : 6px;
	
	width: 13.9em;
	//width: 14.9em;
	
	font-size: 13px;
	font-weight : bold;
	color : white;
	text-decoration : none;

	border: 1px solid white;
	border-bottom: none;
}

#menu_left li li a {
	display : block;
	
	width: 17em;
	//width : 15em;


	text-decoration : none;
	padding : 6px;
	
	color: #666;
	font-weight: normal;
	background: #E4E4E4;
	
	border: 1px solid white;
	border-bottom: none;
}

#menu_left li a:hover { /* first level */
	color : white;
	background: #FF9900;
}

#menu_left li:hover, #menu_left li.over {
	background: #FF9900;
}

#menu_left li li a:hover { /* second level and so on */
	color : white;
	background: #999;
}



#menu_left li:hover ul ul, #menu_left li:hover ul ul ul, #menu_left li.over ul ul, #menu_left li.over ul ul ul {
	left: -999em;
}

#menu_left li:hover ul, #menu_left li li:hover ul, #menu_left li li li:hover ul, #menu_left li.over ul, #menu_left li li.over ul, #menu_left li li li.over ul { /* lists nested under hovered list items */
	left: auto;
}

.menu_left li:hover ul li:hover ul li:hover a,
.menu_left li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}


/*----------------- MENU TOP ----------------------*/


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-left: 1px dotted #CCCCCC;
}

/*Top level list items*/
.suckertreemenu ul li{
padding: 6px 0;
//padding: 0;
position:relative;
display: inline;
float: left;
/* background-color: #999999; overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
border-right: 1px dotted #CCCCCC;
text-decoration: none;
font-family: arial;
font-size:11px;
color: #333;
padding-left:3px;
padding-right:3px;
text-align: center;
}

.suckertreemenu ul li a:hover{
	color: black;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
width: 116px; /*width of sub menu levels*/
background-color: #FFFFFF;
border: 1px solid #999;
border-bottom: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
float: none;
text-align: left;
margin:0;padding:0;

height: auto;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 116px; /*width of sub menu levels*/
color: #666;
text-decoration: none;
margin: 0; padding: 0;
padding-left: 3px;
border: none;
border-bottom: 1px solid #999;
font-size: 13px;
height: auto;
text-align: left;
}

.suckertreemenu ul li ul li a:hover{
color: black;
}

.suckertreemenu ul li a:hover{
color: #000000;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 28px; }
* html .suckertreemenu ul li a { height: 28px; padding-top:6px;}


/*----------------- MENU TOP 2 ----------------------*/

.suckertreemenu2 ul{
float:right;
margin: 0;
padding: 0;
list-style-type: none;
background: url(../../default/images/menu_fundo2.png) repeat-x bottom;
}

/*Top level list items*/
.suckertreemenu2 ul li{
padding: 6px 0;
//padding: 0;
width:100px; /*width of main menu items*/
position: relative;
display: inline;
float: left;
/* background-color: #999999; overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu2 ul li a{

display: block;
border-left: 0px dotted #CCCCCC;
text-decoration: none;
font-family: arial;
font-size:11px;
color: #333;

text-align: center;
}

.suckertreemenu2 ul li a:hover{
	color: black;
}
	
/*1st sub level menu*/
.suckertreemenu2 ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
width: 116px; /*width of sub menu levels*/
background-color: #FFFFFF;
border: 1px solid #999;
border-bottom: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu2 ul li ul li{
float: none;
text-align: left;
margin:0;padding:0;

height: auto;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu2 ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu2 ul li ul li a{
display: block;
width: 116px; /*width of sub menu levels*/
color: #666;
text-decoration: none;
margin: 0; padding: 0;
padding-left: 3px;
border: none;
border-bottom: 1px solid #999;
font-size: 13px;
height: auto;
text-align: left;
}

.suckertreemenu2 ul li ul li a:hover{
color: black;
}

.suckertreemenu2 ul li a:hover{
color: #000000;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu2 ul li { float: left; height: 28px; }
* html .suckertreemenu2 ul li a { height: 28px; padding-top:6px;}
