#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 9.70em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-left:1px solid #053AC3;
border-right:1px solid #053AC3;
border-bottom:1px solid #053AC3;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #053AC3;
background: #C7F97F;
text-transform: uppercase;
font-weight:bolder;
}

#menu a {
color: #053AC3;
background: #C7F97F;
text-decoration: none;
}

#menu a:hover {
color: #C7F97F;
background: #053AC3;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

#home h2{

}

#home h2:hover{
	color: #C7F97F;
	background-color:#053AC3;
	cursor:pointer;
}

#about h2{

}

#about h2:hover{
	color: #C7F97F;
	background-color:#053AC3;
	cursor:pointer;
}

#customer h2{

}

#customer h2:hover{
	color: #C7F97F;
	background-color:#053AC3;
	cursor:pointer;
}

#faq h2{

}

#faq h2:hover{
	color: #C7F97F;
	background-color:#053AC3;
	cursor:pointer;
}

#contact h2{

}

#contact h2:hover{
	color: #C7F97F;
	background-color:#053AC3;
	cursor:pointer;
}

