/* <!-- #config src="/templates/nav.css" id="topnav_styles"# --> */

#topnav_company_on { width:90px; height:80px; float:left;  background:url(../images/topnav/company_on.jpg) no-repeat; }
#topnav_company { width:90px; height:80px; float:left; background:url(../images/topnav/company_off.jpg) no-repeat;  }
#topnav_company:hover { background:url(../images/topnav/company_on.jpg) no-repeat;  }

#topnav_services_on { width:97px; height:80px; float:left;  background:url(../images/topnav/services_on.jpg) no-repeat; }
#topnav_services { width:97px; height:80px; float:left; background:url(../images/topnav/services_off.jpg) no-repeat;  }
#topnav_services:hover { background:url(../images/topnav/services_on.jpg) no-repeat;  }

#topnav_projects_on { width:95px; height:80px; float:left;  background:url(../images/topnav/projects_on.jpg) no-repeat; }
#topnav_projects { width:95px; height:80px; float:left; background:url(../images/topnav/projects_off.jpg) no-repeat;  }
#topnav_projects:hover { background:url(../images/topnav/projects_on.jpg) no-repeat;  }

#topnav_contact_on { width:89px; height:80px; float:left;  background:url(../images/topnav/contact_on.jpg) no-repeat; }
#topnav_contact { width:89px; height:80px; float:left; background:url(../images/topnav/contact_off.jpg) no-repeat;  }
#topnav_contact:hover { background:url(../images/topnav/contact_on.jpg) no-repeat;  }
	
/* <!-- #end config# --> */


a.leftnav_on:link { color: #0044aa; text-decoration: none; font-weight:bold; }
a.leftnav_on:visited { color: #0044aa; text-decoration: none; font-weight:bold; }
a.leftnav_on:hover { color: #0044aa; text-decoration: underline; font-weight:bold; }

a.leftnav_off:link { color: #0044aa; text-decoration: none; }
a.leftnav_off:visited { color: #0044aa; text-decoration: none; }
a.leftnav_off:hover { color: #0044aa; text-decoration: underline; }


ul.rightnav { padding:5px 0px; margin:0px; list-style:none; }
ul.rightnav li { list-style-image:none; padding-left:13px; padding-bottom:3px; background:url('../images/layout/rightnav_bullet.gif') 0px 5px no-repeat; }


.NavBar { float:left; color:#0044aa; cursor:pointer; } 
.TopItem { padding:3px 0; color:#0044aa; font-weight: bold; cursor:pointer; }
.TopItemHover { padding:3px 0; color:#0044aa; font-weight: bold; cursor:pointer; }
.SubItem { padding:3px 0; margin-left:15px; cursor:pointer; }
.SubItemSelected { padding:3px 0; margin-left:15px; cursor:pointer; }
.SubItemSelected TD { text-decoration:underline; }
