
/* MENU */

#nav {
 font-family: 'lucidia grande', helvetica, arial, sans-serif; 
 background: #8599a8;
 float: left;
 margin: 0; padding: 0;
 border-bottom: none;
}

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
 margin: 0 5px 0 0;
}

#nav li a {
 font-family: 'lucidia grande', helvetica, arial, sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: none;
 width: 157px;
}

#nav li a:hover {
}


/* TOP MENU ITEMS */

.topnav_home_on a {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_home_on.jpg) no-repeat;
} 

.topnav_home a {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_home.jpg) no-repeat;
} 

.topnav_home a:hover {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_home_over.jpg) no-repeat;
} 

.topnav_about_on a {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_aboutus_on.jpg) no-repeat;
} 

.topnav_about a {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_aboutus.jpg) no-repeat;
} 

.topnav_about a:hover {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_aboutus_over.jpg) no-repeat;
} 

.topnav_service_on a {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_serviceoverview_on.jpg) no-repeat;
} 

.topnav_service a {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_serviceoverview.jpg) no-repeat;
} 

.topnav_service a:hover {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_serviceoverview_over.jpg) no-repeat;
} 

.topnav_sector_on a {
display: block;
width: 155px;
height: 49px;
background: transparent url(images/btn_sectorsoverview_on.jpg) no-repeat;
} 

.topnav_sector a {
display: block;
width: 155px;
height: 49px;
background: transparent url(images/btn_sectorsoverview.jpg) no-repeat;
} 

.topnav_sector a:hover {
display: block;
width: 155px;
height: 49px;
background: transparent url(images/btn_sectorsoverview_over.jpg) no-repeat;
} 

.topnav_case_on a {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_casestudies_on.jpg) no-repeat;
} 

.topnav_case a {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_casestudies.jpg) no-repeat;
} 

.topnav_case a:hover {
display: block;
width: 157px;
height: 49px;
background: transparent url(images/btn_casestudies_over.jpg) no-repeat;
} 

/* Submenu */


#nav li ul {
 display: none;
 position: absolute;
 left: 5px;
 top: 100%;
 padding: 0; margin: 0;
 background: #a8bbc9;
 border: solid 1px #b5c9d7;
}

#nav li:hover > ul {
 display: block;
}

#nav li ul li, #nav li ul li a {
 float: none;
 text-align: left;
 margin: 0;
}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
 width: 120px;
 display: block;
 padding: 10px 20px;
}

#nav li ul li a:hover {
 background: #385368;
}


/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}


#nav li ul 
