

/* W3C valid except moz-radius */

/*--------------------------------------------/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */




.suckertreemenu { float:right; width:438px; position:relative; z-index: 200; margin-top:2px; }

.suckertreemenu .pop_links { margin-top:13px;}



#treemenu1 .service { font:normal 17px Arial, Helvetica, sans-serif; color:#d4711a; display:block; text-decoration:underline; margin-bottom:5px; }
#treemenu1 .description { font:normal 11px Arial, Helvetica, sans-serif; color:#67686B; display:block;}

.suckertreemenu h2 { font:bold 15px Arial, Helvetica, sans-serif; color:#d4711a; }
.suckertreemenu p { font:normal 11px Arial, Helvetica, sans-serif; color:#67686B; }

#nav_about		      { width:109px; height:54px; background:url(/img/bt_about_us.gif) no-repeat; display:block; cursor:pointer; }
#nav_about:hover      { width:109px; height:54px; background:url(/img/bt_about_us_roll.gif) no-repeat; display:block; cursor:pointer; }
#nav_about_select     { width:109px; height:54px; background:url(/img/bt_about_us_select.gif) no-repeat; display:block; cursor:pointer; }

#nav_about_fr		  { width:109px; height:54px; background:url(/img/bt_about_us_fr.gif) no-repeat; display:block; cursor:pointer;  }
#nav_about_fr:hover   { width:109px; height:54px; background:url(/img/bt_about_us_roll_fr.gif) no-repeat; display:block; cursor:pointer; }
#nav_about_fr_select  { width:109px; height:54px; background:url(/img/bt_about_us_select_fr.gif) no-repeat; display:block; cursor:pointer; }

#nav_services         { width:116px; height:54px; background:url(/img/bt_service.gif) no-repeat; display:block; cursor:pointer; }
#nav_services:hover   { width:116px; height:54px; background:url(/img/bt_service_roll.gif) no-repeat; display:block; cursor:pointer; }
#nav_services_select  { width:116px; height:54px; background:url(/img/bt_service_select.gif) no-repeat; display:block;  cursor:pointer; }

#nav_portfolio        { width:109px; height:54px; background:url(/img/bt_portfolio.gif) no-repeat; display:block;  cursor:pointer;}
#nav_portfolio:hover  { width:109px; height:54px; background:url(/img/bt_portfolio_roll.gif) no-repeat; display:block; cursor:pointer;}
#nav_portfolio_select { width:109px; height:54px; background:url(/img/bt_portfolio_select.gif) no-repeat 0px 1px; display:block; cursor:pointer;}

#nav_contact 		  { width:104px; height:54px; background:url(/img/bt_contact.gif) no-repeat; display:block; cursor:pointer; }
#nav_contact:hover    { width:104px; height:54px; background:url(/img/bt_contact_roll.gif) no-repeat; display:block; cursor:pointer;}
#nav_contact_select   { width:104px; height:54px; background:url(/img/bt_contact_select.gif) no-repeat; display:block; cursor:pointer; }
  
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;

}
	
/*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;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
/* margin-top:-10px; */
width: 383px; height: 298px; 
background: url(/img/pop_menu.png) no-repeat;
border: 1px solid transparent;
}

/*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 */

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a.first{
display: block;
width: 290px; /*width of sub menu levels*/
text-decoration: none;
margin-left:50px;
margin-top:50px;
}

.suckertreemenu ul li ul li a{
display: block;
width: 290px; /*width of sub menu levels*/
text-decoration: none;
margin-left:40px;
padding: 9px;
-moz-border-radius: 4px;

}

.suckertreemenu ul li a:hover{
background-color: #AFB1B4;
color: white;
}


/*Background image for top level menu list links */
/*.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
/*.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/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%; }
/* End */


#pop_menu_div {display:none; z-index:2000;}

