#nav {
 position: absolute;
 top: 96px;
 left: 0;
 width: 70% !important;
 width: auto;
 padding: 0 15%;
 margin: 0;
 height: 2.5em;
 background-color: #B1B5E3;
}

#nav div.container {
 float: left;
 position: relative;
 width: 33%;
 height: 2.5em;
 border-style: none none none solid;
 border-width: 1px;
 border-color: #fff;
}
#nav a.menu {
 position: absolute;
 overflow: hidden;
 width: 100%;
 top: 0;
 left: 0;
 
 color: #1C204E;
 background-color: #B1B5E3;
 
 text-decoration: none;
 line-height: 2.5em;
 text-indent: 10px;
}
#nav a.menu:hover {
 overflow: visible;
 color: #fff;
 background-color: #B1B5E3;
 cursor: pointer;
}
#nav ul.submenu {
 display: block;
 position: absolute;
 width: 100%;
 top: 2.5em;
 left: 0;
 margin: 0;
 padding: 0;
 
 color: #1C204E;
 background-color: #B1B5E3;
 
 line-height: 2.5em;
 list-style-type: none;
}
#nav ul.submenu li {
 border-style: solid none none none;
 border-width: 1px;
 border-color: #fff;
}

#nav a.menu:hover ul.submenu li:hover{
 color: #fff;
 background-color: #B1B5E3;
}