ul.menu-item {
   height: 41px;
   list-style: none;
   position: relative;
   width:93%;
}

ul.menu-item li {
   list-style: none;
   display: table-cell;
   float: left;
   position: relative;
   height: 41px;
}

ul.menu-item a {
   position: relative;
   display: block;
   background:#a6bee0 url('/assets/templates/PCPR/layout-images/menu/menubg.png') repeat-x;
   font-size:15px;
   font-weight: bold;
   letter-spacing:2px;
   height:30px;
   text-decoration:none;
   text-align:center;
   padding:11px 25px 0 25px;
   color:#ffffff;
}
ul.menu-item a:hover {
   background:#a6bee0 url('/assets/templates/PCPR/layout-images/menu/menubg-flat.png') repeat-x;
}

/* dropdowns
*************************/
ul.dropdown {
   margin: 0;
   padding: 0;
   display: block;
   position: absolute;
/*   z-index: 999; */
   z-index: 10;
   top: 100%;
   min-width: 220px;
   display: none;
   left: 0;
/*   background-color:#a6bee0;*/
}

ul.dropdown ul.dropdown {
   top: 0;
   left: 95%;
}

ul.dropdown li {
   margin: 0;
   padding: 0;
   float: none;
   position: relative;
   list-style: none;
   display: block;
   background: none;
}

ul.dropdown li a {
   display: block;
   background:#a6bee0 none;
   padding:11px 10px 0 10px;
   white-space:nowrap;
   text-align:left;
   font-size:13px;
   letter-spacing:normal;
   height: 30px;
}
.dropdown-subtext-bg{
   width:220px;
}

ul.dropdown li a:hover {
   background:#a6bee0 none;
}

.submenu-bottom-corners{
   display:block;
   height:16px;
   width:100%;
   margin:-4px 0 0 0;
   padding:0;
}

.submenu-bottom-corner-left{
   display:block;
   float:left;
   background: url('/assets/templates/PCPR/layout-images/menu/menu-corner-left.png') no-repeat bottom left;
   width:12px;
}

.submenu-bottom-fill{
   display:block;
   float:left;
   width:196px;
   background:#a6bee0 none;
}

.submenu-bottom-corner-right{
   display:block;
   float:right;
   background: url('/assets/templates/PCPR/layout-images/menu/menu-corner-right.png') no-repeat bottom right;
   width:12px;
}