﻿/* 
  ------------------------------------
  Ant1 Menu control.
  ------------------------------------
*/
/*
Container for the menu control. 
*/
#menuwrapper 
{
	font-family: Arial, Tahoma, sans-serif;
	font-size:13px;
	float:left;
	width:980px;
	background-color: #d2d3d5;  /*grey bit*/
	height:21px;
}
/*red bit at end of menu*/
#menuend 
{
	float:right;
	width:10px;
	background-color: #b00002;  /*red bit*/
	height:21px;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
Ant1MenuBar is the root UL and Ant1MenuBar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu.
*/
#Ant1MenuBar, #Ant1MenuBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Tahoma, sans-serif;
}

/*top level menu and submenu settings unless overriden somewhere else*/
#Ant1MenuBar a
{
	display: block;
	text-decoration: none;				/*remove underlines*/
	padding: 3px 0 3px 0;				/* padding (top right bottom left) around text*/
	border-right: 1px solid #ffffff;	/* white divider line on right of cell*/
	border-bottom: 1px solid #ffffff;	/* white space under buttons (changes to red on hover)*/
	font-size: .85em;					
	color: #CCCCCC;						/* menu font color*/
	background-color: #b00002;			/* menu buttons red color*/
}
#Ant1MenuBar a.showbizcolour
{
	background-color:#6c02aa;			/* override menu buttons red color and make it purple for showbiz*/
	border-right: 1px solid #d2d3d5;
} 

/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. 
*/
#Ant1MenuBar li {
	float: left;
	width: 9em;
}
/*
Set float left so that the submenu appears horizontaly
*/
#Ant1MenuBar li ul
{
	float:left;
	font-family: Arial, Tahoma, sans-serif;
	padding:2px 0 0 0;
	font-size: 12px;
	width:980px;
	text-transform:uppercase;
}
#Ant1MenuBar ul li
{
	float:left;
	font-family: Arial, Tahoma, sans-serif;
	padding:2px 12px 0 0;
	font-size: 12px;
	width:980px;
	text-transform:uppercase;
}

/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items.
*/
#Ant1MenuBar ul li a 
{
	float:left;
	color: #000;
	border-right: 0;
	padding: 2px 0 0 0;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
*/
#Ant1MenuBar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	background-image: url('/SiteCollectionImages/MenuControl/submenu_background.gif');	
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#Ant1MenuBar li:hover a, #Ant1MenuBar a:focus,
#Ant1MenuBar a:active {
	color: #000000;
	border-bottom: 1px solid #b00002;
	}

/*hover over colours for showbiz menu item*/
#Ant1MenuBar li:hover a#showbizMain, #Ant1MenuBar a#showbizMain:focus,
#Ant1MenuBar a#showbizMain:active  {
	color: #000000;
	border-bottom: 1px solid #6c02aa;
	border-right: 1px solid #d2d3d5;
	}

/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#Ant1MenuBar li:hover ul, #Ant1MenuBar li:active, #Ant1MenuBar li.p7hvr ul {
	display: block;
	float:left;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. 
*/
#Ant1MenuBar li:hover ul a, #Ant1MenuBar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
	border-bottom: 0;
}
/*
The normal hover class for Sub-Level links. 
Set the font bold on hover over
*/
#Ant1MenuBar ul a:hover {
	color: Gray!important;
	border-bottom: 0;
}
/* top-level menu items settings. */
#Ant1MenuBar li 
{
	width: 80px;
	text-align:center;
}
/* submenu items settings. */
#Ant1MenuBar li ul li
{
	width: auto;
}
/* Custom styles for each submenu item */
#home
{
	margin-left:-40px!important;
}
#politics
{
	margin-left:-120px!important; /* set the menu to start on the left*/
}
#society
{
	margin-left:-200px!important;
}
#world
{
	margin-left:-280px!important;
}
#economy
{
	margin-left:-360px!important;
}
#sport
{
	margin-left:-440px!important;
}
#culture
{
	margin-left:-520px!important;
}
#science
{
	margin-left:-600px!important;
}
#weather
{
	margin-left:-680px!important;
}
#showbiz
{
	margin-left:-760px!important;
}
#staticsubmenu
{
	margin:0 0 0 0;
	border:0 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
	background-color: #FFFFFF;
	/*background-image: url('/SiteCollectionImages/MenuControl/submenu_background.gif');*/
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;	
	
}
#staticsubmenu li
{
	display:block;
	float:left;
	width:auto;
	padding: 4px 12px 0 0;
	text-transform:uppercase;
}
#staticsubmenu li a
{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#000000;
	
}
#staticsubmenu li a:hover
{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:gray;	
}
.current
{
	border-bottom: 1px solid #b00002!important;
	color: #000000!important;
}
.sbcurrent
{
	border-bottom: 1px solid #6c02aa!important;
	color: #000000!important;
}

.search
{
	display:block;
	float:right;
    width:200px;
}
#advancedsearch
{
	display:block;
	float:right;
    width:120px;
    margin-top:5px
}

.backgroundShowbiz
{
	height:20px;
	background-image: url(/SiteCollectionImages/MenuControl/submenu_backgroundSB.gif);
}
.backgroundOthers
{
	height:20px;
	background-image: url(/SiteCollectionImages/MenuControl/submenu_background.gif);
}

