/* Fly-out menu system */
#masthead01 div.menu{margin:0;border-bottom:1px solid #ffffff;width:780px;font-size:.7em;position:absolute;left:16px;z-index:10;top:12px;height:102px}
#but63,#butActive63,
#but65,#butActive65,
#but67,#butActive67,
#but83,#butActive83,
#but116,#butActive116,
#but119,#butActive119{width:100px;padding:72px 0 0 0;background:transparent url(../m/ec/Door_Room.gif) no-repeat 20px -119px;color:#ffffff;text-align:center}
#but63,
#but65
#but67,
#but83,
#but116,
#but119{color:#ffffff}
#butActive63,
#butActive65,
#butActive67,
#butActive83,
#butActive116,
#butActive119{background:transparent url(../m/ec/Door_Room.gif) 20px 0 no-repeat}
a#but63:hover,a#butActive63:hover,
a#but65:hover,a#butActive65:hover,
a#but67:hover,a#butActive67:hover,
a#but83:hover,a#butActive83:hover,
a#but116:hover,a#butActive116:hover,
a#but119:hover,a#butActive119:hover{background:transparent url(../m/ec/Door_Room.gif) no-repeat 20px 0}
.menulist a.active{color:#ffffff;background:#910024}
/* All <ul> tags in the menu including the first level */
.menulist,.menulist ul{margin:0;padding:0;list-style:none;height:20px}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul{width:120px;visibility:hidden;position:absolute;top:108px;left:0px}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul{margin:0;top:0;left:120px}
/*
All menu items (<li> tags). 'float:left' lines them up horizontally,and they are
positioned relatively to correctly offset submenus. Also,they have overlapping borders.
*/
.menulist li{float:left;margin-right:-1px;position:relative}
/* Items in submenus - override float/border/margin from above,restoring default vertical style */
.menulist ul li{width:120px;margin:0px -1px 0 0px;border-top:1px solid #f5f3f2;border-bottom:1px solid #cdc6c2;background:#f5f3f2}
.menulist ul>li:last-child{margin-bottom:1px}
/* Links inside the menu */
.menulist a{padding:2px;display:block;color:#7c716b;text-decoration:none}
/* List  items:'hover' is mouseover,'highlighted' are parent items to visible menus */
.menulist a:hover,.menulist a.highlighted:hover,.menulist a:focus{color:#ffffff;background:#910024}
.menulist a.highlighted{background:#910024;color:#ffffff}
/* Only style submenu indicators within submenus. */
.menulist a .subind{display:none}
.menulist ul li a .subind{float:right;padding:0 0 0 4px;display:inline}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a{float:left;border-bottom:none}
.menulist ul a{float:none}
/* \*/
.menulist a{float:none}
/* */
/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li{float:left;height:1%}
* html .menulist  ul a{height:1%}
/* End Hack */
