.LevelOne, .LevelOneOver, .ipf-SectionMenuItem, .ipf-SectionMenuItemOver {cursor: pointer;	}
.LevelOne, .LevelOneOver {/*background: #110744;*/ color:#fff;}
.LevelOneOver {text-decoration: underline;}

td.LevelOne, table.LevelOne td table td, td.LevelOneOver, table.LevelOneOver td table td,
td.menuVisiting, table.menuVisiting td table td, td.menuVisitingHover, table.menuVisitingHover td table td,
td.menuEvents, table.menuEvents td table td, td.menuEventsHover, table.menuEventsHover td table td,
td.menuTown, table.menuTown td table td, td.menuTownHover, table.menuTownHover td table td,
td.menuGroups, table.menuGroups td table td, td.menuGroupsHover, table.menuGroupsHover td table td,
td.menuLocals, table.menuLocals td table td, td.menuLocalsHover, table.menuLocalsHover td table td,
td.menuWorking, table.menuWorking td table td, td.menuWorkingHover, table.menuWorkingHover td table td,
td.menuBusiness, table.menuBusiness td table td, td.menuBusinessHover, table.menuBusinessHover td table td
td.menuMedia, table.menuMedia td table td, td.menuMediaHover, table.menuMediaHover td table td
{padding: 0 5px; font-size:14px; height: 25px;}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {padding: 5px 5px; font-size:12px; }

td.LevelOneGap, table.LevelOneGap td table td {width: 40px; cursor: default;}

/*Sets width and background colours for each different coloured flyout. Also sets appropriate text colour*/
.MenuGroup {width: 760px;}
.MenuGroupVisiting {width: 760px; background: #0066ff; color:#fff;}
.MenuGroupEvents {width: 760px; background: #990000; color:#fff;}
.MenuGroupTown {width: 760px; background: #cc6600; color:#fff;}
.MenuGroupGroups {width: 760px; background: #e33000; color:#fff;}
.MenuGroupLocals {width: 760px; background: #f66c00; color:#fff;}
.MenuGroupWorking {width: 760px; background: #6699ff; color:#fff;}
.MenuGroupBusiness {width: 760px; background: #669933; color:#fff;}
.MenuGroupMedia {width: 760px; background: #336600; color:#fff;}

/*Sets the hover colour for each link on the top of the menu to a different colour. Also sets the regular colour
on each link on the top of the menu to a specific colour when you're in that section - so green for Visiting, etc*/
.colourset10 .menuVisiting, .menuVisitingHover {background: url(../images/menu_back_black.gif) center bottom #0066ff; color:#fff;}
.colourset12 .menuEvents, .menuEventsHover {background: url(../images/menu_back_black.gif) center bottom #990000; color:#fff;}
.colourset13 .menuTown, .menuTownHover {background: url(../images/menu_back_black.gif) center bottom #cc6600; color:#fff;}
.colourset14 .menuGroups, .menuGroupsHover {background:url(../images/menu_back_black.gif) center bottom #e33000; color:#fff;}
.colourset15 .menuLocals, .menuLocalsHover {background: url(../images/menu_back_black.gif) center bottom #f66c00; color:#fff;}
.colourset16 .menuWorking, .menuWorkingHover {background: url(../images/menu_back_black.gif) center bottom  #6699ff; color:#fff;}
.colourset17 .menuBusiness, .menuBusinessHover {background: url(../images/menu_back_black.gif) center bottom #669933; color:#fff;}
.colourset21 .menuMedia, .menuMediaHover {background: url(../images/menu_back_black.gif) center bottom #336600; color:#fff;}

/*Set Active Links to Bold*/
/*.colourset10 .menuVisiting td,.colourset12 .menuEvents td,.colourset13 .menuTown td, .colourset14 .menuGroups td, .colourset15 .menuLocals td, 
.colourset16 .menuWorking td, .colourset17 .menuBusiness td, .colourset21 .menuMedia td,
.colourset10 .menuVisitingHover td,.colourset12 .menuEventsHover td,.colourset13 .menuTownHover td, .colourset14 .menuGroupsHover td, .colourset15 .menuLocalsHover td, 
.colourset16 .menuWorkingHover td, .colourset17 .menuBusinessHover td, .colourset21 .menuMediaHover td {font-weight: bold !Important;}*/

/*Sets the hover text-decoration for each top level menu item so they are underlined when you hover over them*/
.menuVisitingHover, .menuEventsHover, .menuTownHover,
.menuGroupsHover, .menuLocalsHover, .menuWorkingHover,
.menuBusinessHover, .menuMediaHover {text-decoration: underline !Important;}

/*Sets the font-colour for the static second level of the menu when you're in a specific section*/
.colourset10 .menuleveltwo, .colourset12 .menuleveltwo, .colourset13 .menuleveltwo, .colourset14 .menuleveltwo, .colourset15 .menuleveltwo, .colourset16 .menuleveltwo, .colourset17 .menuleveltwo, .colourset21 .menuleveltwo {color: #fff !Important;}

/*Hides flyouts of section that user is in, since those links are already visible*/
.colourset10 .MenuGroupVisiting, .colourset12 .MenuGroupEvents,
.colourset13 .MenuGroupTown, .colourset14 .MenuGroupGroups, 
.colourset15 .MenuGroupLocals, .colourset16 .MenuGroupWorking,
.colourset17 .MenuGroupBusiness, .colourset21 .MenuGroupMedia {display: none; visibility: hidden;}

.ipf-SectionMenuItemOver {text-decoration: underline !Important;}

.menufix {width: 100%;}


