.MenuRoot { font-size : 10px; background-color: #00372e; color: #ffffff; position: absolute; left: 0px; text-align: center; top: 1px; border-right: none; border-left: none; border-top: none; border-bottom: none; } .MenuItemRootInactiveHover { font-size : 10px; background-color: #00372e; color: #ffffff; border-right: solid 1px #FFFFFF; border-left: none; border-top: none; border-bottom: none; cursor : default; font-weight: bolder; text-align: center; padding-left: 5px; padding-right: 5px; } .MenuItemRoot { font-size : 10px; background-color: #00372e; color: #ffffff; border-right: solid 1px #FFFFFF; border-left: none; border-top: none; border-bottom: none; cursor: hand; font-weight: bolder; text-align: center; padding-left: 5px; padding-right: 5px; } .MenuCurItemRoot { font-size : 10px; background-color: #ffffff; color: #000066; border-right: solid 1px #FFFFFF; border-left: none; border-top: none; border-bottom: none; cursor: hand; font-weight: bolder; text-align: center; padding-left: 5px; padding-right: 5px; } .MenuInactiveItemRoot { font-size : 10px; background-color: #00372e; color: #ffffff; border-right: solid 1px #FFFFFF; font-weight: bolder; text-align: center; padding-left: 5px; padding-right: 5px; border-right: none; border-left: none; border-top: none; border-bottom: none; } .MenuItemRootHover { font-size : 10px; background-color: #46756b; color: #ffffff; border-right: solid 1px #FFFFFF; border-left: none; border-top: none; border-bottom: none; cursor: hand; font-weight: bolder; text-align: center; padding-left: 5px; padding-right: 5px; } .Menu { font-size : 10px; position: absolute; top: 0px; left: 0px; display: none; border-right: none; border-left: none; border-top: none; border-bottom: none; } .MenuItem { font-size : 10px; background-color: #00372e; color: #ffffff; cursor: hand; font-weight: bolder; height: 20px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); border: none; padding: 2px; } .MenuItemHover { font-size : 10px; background-color: #46756b; color: #ffffff; cursor: hand; font-weight: bolder; height: 20px; border: none; padding: 2px; }