/*
 Menu styles
*/
#menu {
 visibility : hidden;
 width: 100%;
 height: 456px;
 z-index : 20;
}

.menu_item, .menu_item_first{
 position : relative;
 top: 0px;
 left: 4px;
 width: 127px;
 height: 24px;
 padding-left: 3px;
 padding-top: 5px;
 background: #dee8f3;
 border-bottom: 1px solid #004fa2;
 border-left: 1px solid #004fa2;
 overflow : hidden;
 z-index : 20;
}

.menu_item_first {
 border-top: 1px solid #004fa2;
}

.menu_title {
 font-family: Tw Cen MT, tahoma, verdana, arial, sans-serif;

 font-size: 15px;
 color: #72103c;
 width: 100%;
 height: 24px;
 cursor : pointer;
 z-index : 20;
}

a.menu_link:link, a.menu_link:hover, a.menu_link:visited {
 padding-left: 5px;
 font-family: Tw Cen MT, tahoma, verdana, arial, sans-serif;
 font-size: 11px;
 font-weight : bolder;
 line-height : 16px;
 margin-bottom : 4px;
 color: #72103c;
 text-decoration : none;
 z-index : 20;
}
a.menu_link:hover {
 color: #72103c;
}
