/*FORMAT OF MENU*/

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; PADDING-BOTTOM: 4px; WIDTH: auto; COLOR: #333333; 
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
WIDTH: auto;
background-color:; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 80px; /*Width of top level menu link items*/
align: center;
padding: 1px 5px;
border-right: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #333333;
}
/*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;
WIDTH: 200;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
float: none;
WIDTH: auto;
color: #333333;
}

/*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;
WIDTH: auto;
}

.suckertreemenu ul li#liService ul li a{
border: #ffffff 1px solid;

}
.suckertreemenu ul li#liWeb ul li a{
border: #ffffff 1px solid;
}


/* Sub level menu links style */
.suckertreemenu ul li ul li a:link{
display: block;
width: 184px; /*width of sub menu levels*/
height: 18;
text-decoration: none;
border: #ffffff 1px solid;
BACKGROUND-COLOR: #3399cc;
COLOR: #ffffff;
padding: 1px 8px;
}
.suckertreemenu ul li ul li a:visited{
display: block;
width: 184px; /*width of sub menu levels*/
height: 18;
text-decoration: none;
border: #ffffff 1px solid;
BACKGROUND-COLOR: #3399cc;
COLOR: #ffffff;
padding: 1px 8px;
}

.suckertreemenu ul li a:hover{
COLOR: #333333; BACKGROUND-COLOR: #ffcc00
}
.suckertreemenu ul li ul li a:hover{
COLOR: #ffffff; BACKGROUND-COLOR: #ffcc00
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(images/arrow-down.gif) no-repeat right center;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #3399cc url(images/arrow-right.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%; }

.suckertreemenu ul li#liHome a{
width: 30px; /*Width of top level menu link items*/
}
.suckertreemenu ul li#liAbout a{
width: 50px; /*Width of top level menu link items*/
}
	.suckertreemenu ul li#liAbout ul a{
	width: 100px; /*Width of top level menu link items*/
	}
.suckertreemenu ul li#liService a{
	width: 45px;


}
	.suckertreemenu ul li#liService ul a{
	width: 200px;

	}
.suckertreemenu ul li#liPortfolio a{
width: 45px; /*Width of top level menu link items*/
}
	.suckertreemenu ul li#liPortfolio ul a{
	width: 100px; /*Width of top level menu link items*/
	}
.suckertreemenu ul li#liOutsource a{
width: 60px; /*Width of top level menu link items*/
}	
	.suckertreemenu ul li#liOutsource ul a{
	width: 165px; /*Width of top level menu link items*/
	}
.suckertreemenu ul li#liCareer a{
width: 35px; /*Width of top level menu link items*/
}
.suckertreemenu ul li#liQuote a{
width: 30px; /*Width of top level menu link items*/
}
.suckertreemenu ul li#liSeoQ a{
width: 55px; /*Width of top level menu link items*/
}
.suckertreemenu ul li#liPartner a{
width: 40px; /*Width of top level menu link items*/
}
	.suckertreemenu ul li#liPartner ul a{
	width: 180px; /*Width of top level menu link items*/
	}
.suckertreemenu ul li#liContact a{
width: 55px; /*Width of top level menu link items*/
}
	

/* End */
