/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
height:auto;
 /*overall menu background color*/
}
.abc2{
background-image:url(media/ds.jpg);
background-repeat:no-repeat;
height:35px;
margin:0 4px 0 0;
padding:11px 3px 0 0;
text-align:center;
}
.abc3{
background-image:url(media/ds.jpg);
background-repeat:no-repeat;
height:35px;
margin:0 0 0 4px;
padding:11px 0 0 3px;
text-align:center;
}
.abc{
background-image:url(media/ds.jpg);
background-repeat:no-repeat;
height:35px;
margin:0 4px;
padding:11px 0 0 3px;
text-align:center;
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
color:#FFFFFF;
width: 118px;
height:30px; /*Width of top level menu link items*/
border-left-width: 0;
text-decoration: none;
}
	
/*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-image:none;
}
.xyz{
margin:2px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background-image:none;
height:28px;
}

/*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;
height:21px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 153px; /*width of sub menu levels*/
text-decoration: none;
height:21px;
border: 1px solid #336699;
color:#fff;
padding:7px 15px 0 15px;
background-image:none;
background-color:#5286bb;
}
.suckertreemenu ul li ul li a:visited{
display: block;
width: 153px; /*width of sub menu levels*/
text-decoration: none;
height:21px;
border: 1px solid #336699;
color:#fff;
padding:7px 15px 0 15px;
background-image:none;
background-color:#5286bb;
}
.suckertreemenu ul li ul li a:hover{
display: block;
width: 153px; /*width of sub menu levels*/
text-decoration: none;
height:21px;
border: 1px solid #336699;
color:#fff;
background-image:none;
padding:7px 15px 0 15px;
background-color:#1a4d81;
background-image:url(media/arrow-right.gif);
background-position:left;
text-align:left;
}

.suckertreemenu ul li a:hover{
	background-image:none;
	background-repeat:no-repeat;
	text-align: center;
	white-space: normal;
	text-decoration: none;
	overflow: hidden;
	color: #ffffff;
	margin: 0;
	padding: 0;
}



* 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;
	display: block;
	text-align: center;
}
* html .suckertreemenu ul li a { height: 80%; }
/* End */

