.suckertreemenu ul{

margin: 0 0 0 25px;
padding: 5px 0 0 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: default; /*overall menu background color*/
font-family: arial, sans-serif, verdana, tahoma;
font-size: 16px;
font-weight: bold;
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
border-right:1px solid white;
width: 105px; /*Width of top level menu link items*/
text-decoration: none;
color: white; padding-left:7px; padding-right:7px; padding-top:2px; padding-bottom:2px
}
.menu1{border-left:1px solid white;}
/*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;
background-color: #b2e8fc;
z-index:10;
}

/*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;
background-color: #91f9fa;
filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px dotted #fff;
}

.suckertreemenu ul li a:hover{
background-color: #ff6600;
color: #fff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: default url('arrow-bt.gif') no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: default url('arrow-rt.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;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.date {
	font-family : Arial, sans-serif, Tahoma , Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	margin-right: 5px;
	color: #004364;
}
.txtlogin{
	text-decoration:none; 
	font-family : Arial, sans-serif, Tahoma , Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color:#6c6d6e; 
	margin-right: 5px;
}
