
a img {
	border: 0px;
}


table.menu_user {
	background-image: url(../images/menu_user.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	border: 1px solid #CCCCCC;
	border-top: none;
	text-align: left;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:2;
}

.suckertreemenu ul#treemenu3 li{
float:none;
clear:both;
}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
z-index:1;
	font-weight: bold;
	background: none;

}
/*Top level list items*/
.suckertreemenu ul#treemenu2 li{
position: relative;
display: inline;
float: left;
z-index:5;
	font-weight: bold;
	background: none;

}
/*Top level list items*/
.suckertreemenu ul#treemenu1 li{
position: relative;
display: inline;
float: left;
z-index:3;
	font-weight: bold;
	background: none;

}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 90px; /*Width of top level menu link items*/
	padding-right: 10px;
	font-weight: bold;
text-decoration: none;
white-space: nowrap;

}
.suckertreemenu ul li a:hover{
	text-decoration: none;
	font-weight: bold;
}



/*1st sub level menu*/
.suckertreemenu ul li ul{
	border: 1px solid #CCCCCC;
	border-top: none;
	background: #FFFFFF;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
	margin-top: 0px;
	margin-left: -20px;
	width: auto;
	white-space: nowrap;
	font-weight: normal;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}
/*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;
text-decoration: none;
white-space: nowrap;
	padding: 3px 40px 5px 7px;
	border-left: 3px solid #DDDDDD;
	background: #FFFFFF;
		font-weight: normal;
}

.suckertreemenu ul.dropdown li a:hover{
	padding: 3px 40px 5px 7px;
	font-weight: normal;
	background: #F2F2F2;
	border-left: 3px solid #BBBBBB;
	text-decoration: none;
	display: block;
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*background: url(../images/sort_desc_active.gif) no-repeat right center;*/
}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(../images/sort_desc_active.gif) no-repeat center right;
}
* 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;
}


