/**************** menu coding *****************/
#menu3 {
width: 100%;

}

#menu3 ul {
list-style: none;
margin: 0;
padding: 0;

}

#menu3 a {
display: block;
border-top: 1px solid white;
border-left: 1px solid white;
margin: 0;
padding: 8px 3px;
padding-left: 20px;
}


#menu3 a {
color: white;
background-color: #2382ba;
text-decoration: none;
}


#menu3 a:hover {

background-color: #2776df;
}

#menu3 li {
position: relative;

}

#menu3 ul ul{
position: absolute;
top: 0;
left: 100%;
width: 100%;

}

div#menu3 ul ul,
div#menu3 ul li:hover ul ul
{display: none;
list-style-image:url(arrow-right.gif); 
}

div#menu3 ul li:hover ul,
div#menu3 ul ul li:hover ul
{
display: block;

}


<!--[if IE]>

 #menu3 ul li {float: left; width: 100%;}

<![endif]-->
<!--[if lt IE 7]>


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

#menu3 a{

} 

<![endif]-->
