/* ==  Menu  == */
.left { z-index: 1000; }
.left ul { z-index: 1000; margin: 0; padding: 0; /*overflow: auto*/}
.left li { margin: 0; padding: 0; list-style-type: none; height: 1%; z-index: 1000; border-bottom: 1px solid #d8e5f5; }
.left a { text-decoration: none; z-index: 1000; }
.left li { position: relative;}
.left a { color: #000000; }
.left a:hover, .left ul li:hover > a{ color: #ffffff; background-color: #123076; }

.left ul ul { display: none; position: relative; background-color: #ffffff; z-index: 1200; padding-left: 4px; }
.left li:hover ul {display: block;}
.left ul ul li {float: none;}
.left ul ul li a { display: block; text-decoration: none; float: none; background-image: none; text-indent: 0; margin: 0; z-index: 20; padding-left: 4px; border-bottom: 1px solid #000000; border-top-style: none; border-top-width: 0; border-right-style: none; border-right-width: 0; border-left-style: none; border-left-width: 0; }
.left ul ul li a:hover {border: 0; border-bottom: 1px solid #000000;}
.left li.lastItem, .left li.lastItem a, .left li.lastItem a:hover {border-right: none;}
/* = Menu End = */