<style type="text/css">
#menu {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: center;
top: 10px;
width: 100%;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
background-color: #fff;
}
#menu a {
font: bold 11px verdana, tahoma, arial, sans-serif;
display: block;
margin: 0;
padding: 5px 3px;
color: #ffffff;
background: #06437d;
text-decoration: none;
text-align: center;
border: 0px solid #ECEEE4;
}
#menu a:hover {
color: #aa437d;
background: #ffffff;
}
#menu li {
position: relative;
float: left;
width: 95px;
background: #06437d;
color:#ffffff;

}
#menu ul ul {
position: absolute;
left: 0px;
display: none;
}
#menu ul li:hover ul{
display: block;
border: 1px solid #ffffff;
}
#menu hr{
 		color: #f00;
		background-color: #f00;
		height: 1px;
		width:80%;
}
</style>