.mm_tier1 {
   /* These font attributes apply to all items */
   font-family: Verdana;
   font-size: 10pt;
   font-weight: auto;
   overflow: hidden;
   position: relative;
   width: 145px;
}
.mm_tier1:hover {
   overflow: visible;
}
.mm_tier1 a {
   color: #000000;
   text-decoration: none;
   background-color: #cccccc;
   display: block;
   white-space: nowrap;
   padding: 2px;
   padding-left: 10px;
   padding-right: 19px;
   outline: none;
}
.mm_submenu_tier {
   overflow: hidden;
   position: absolute;
   width: 100%;
}
.mm_submenu_tier:hover {
   overflow: visible;
}
/*
.placeholder {
   This is for controlling menu item width in IE7
   It is an exact duplicate of the submenu trigger item, but placed below it as shown below
*/
.mm_tier1 a:hover {
   background-color: #0a246a;
   color: white;
}
.mm_tier2 {
   position: absolute;
   left: 100%;
   top: 0px;
}
.mm_tierX {
   position: absolute;
   left: 100%;
   top: 0px;
}
.trigger {
   position: absolute;
   right: 0%;
   padding-right: 5px;
}
.item {
   padding: 1px; 
   padding-bottom: 0px;
   background-color: #aaa;
}
.bitem {
   padding: 1px; 
   background-color: #aaa;
}

