.suckertreemenu ul{
margin: 0;
padding: 0;
width: 100%;
height: 41px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float:left;
}

#company, #fav, #portfolio, #products {
width: 204px
}

#contacts{;
width: 174px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a, .suckertreemenu ul li a:link, .suckertreemenu ul li a:visited, .suckertreemenu ul li a:active {
display: block;
text-align:center;
height:100%;
}
	
/*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;
width: 100%;
background-color: #ab0014;
min-height:35px;
height:auto !important;
height: 35px;
border-bottom: 1px solid #ff9696;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a, .suckertreemenu ul li ul li a:link, .suckertreemenu ul li ul li a:visited, .suckertreemenu ul li ul li a:active {
display: block;
text-decoration: none;
color: #fff3ca;
text-align:left;
font-size: 8pt;
font-family: Verdana;
padding: 5px 5px 2px 24px;
text-indent: -8px;
}

.suckertreemenu ul li ul li a:hover{
min-height: 28px;
height:auto !important;
height: 34px;
background:#cf041c;
color: #ffffff;
}

.suckertreemenu ul li a:hover{
}

/*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: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
