.suckertreemenu ul{
line-height:normal;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(chrometheme/chromebg4.gif) center center repeat-x;
}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 1px 8px;
border: 1px solid #BBB;
border-left-width: 0;

text-decoration: none;
color: navy;

} /*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;
}
/*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;
}
.home{width: 50px;}
.aboutus{width: 70px;}
.services{width: 70px;}
.highlights{width: 80px;}
.newsrelease{width: 98px;}
.ourclient{width: 79px;}
.archives{width: 68px;}
.contactus{width: 84px;}



/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
text-align: left;
top: 0;
Color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #BBB;

line-height:18px;
z-index:100;
width: 160px; /*width of sub menu levels*/
}
.suckertreemenu ul li a:hover{
background-color:#dddddd;
Color: #000000;
}
/*Background image for top level menu list links */
.suckertreemenu ul li/*.mainfoldericon*/{
/*background: #F3F3F3 url(images/arrow-down.gif) no-repeat center right;*/
/*background: url(chrometheme/chromebg4.gif) center center repeat-x; *//*THEME CHANGE HERE*/
}
/*Background image for subsequent level menu list links */
.suckertreemenu /*.subfoldericon*/{
	line-height: 10;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows
suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 0em;
} /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

