@charset "utf-8";

/* CSS Document */

/*********** drpDownMenu *****************/

.dropDownMenu {
	position:relative;
	width:960px;
	float:left;
	margin-bottom:56px;
	font-size:85%;
	background: url(img/header-menu.png);
}

/* hack to correct IE5.5 faulty box model */

* html .dropDownMenu {width:960px; w\idth:960px;}

/* remove all the bullets, borders and padding from the default list styling */

.dropDownMenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.dropDownMenu li {float:left;width:136px;position:relative;}

/* style the links for the top level */

.dropDownMenu a, .dropDownMenu a:visited {
	display:block;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	width:136px;
	height:30px;
	border:1px solid #000042;
	border-width:0 1px 0 0;
	background:#000066 url(img/header-menu.png);
	padding-left:10px;
	line-height:2.1em;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .dropDownMenu a, * html .dropDownMenu a:visited {width:136px; w\idth:136px;}



/* hide the sub levels and give them a positon absolute so that they take up no room */

.dropDownMenu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:136px;border-top:1px solid #000042;}

/* another hack for IE5.5 */

* html .dropDownMenu ul ul {top:29px;t\op:29px;}



/* style the table so that it takes no part in the layout - required for IE to work */

.dropDownMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}



/* style the second level links */

.dropDownMenu ul ul a, .dropDownMenu ul ul a:visited {background:#3366CC; color:#FFFFFF; height:auto; line-height:1em; padding:5px 10px; width:136px;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */

* html .dropDownMenu ul ul a, * html .dropDownMenu ul ul a:visited {width:136px;w\idth:136px;}



/* style the top level hover */

.dropDownMenu a:hover {color:#fff; background:#003399;} 

.dropDownMenu :hover > a {color:#fff; background:#003399;}



/* style the second level hover */ 

.dropDownMenu ul ul a:hover{color:#000042; background:#6699CC;}

.dropDownMenu ul ul :hover > a {color:#000042;background:#6699CC;}



/* make the second level visible when hover on first level list OR link */

.dropDownMenu ul li:hover ul,

.dropDownMenu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */

.dropDownMenu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */

.dropDownMenu ul :hover ul :hover ul{ visibility:visible;}



/* set current menu colour */

.dropDownMenu li.currentMenuItem a, .dropDownMenu li.currentMenuItem a {
	display:block;
	color:#000042;
	background:#80AFFF url(img/header-menu-current.png);
	width:136px;
	height:30px;
	padding-left:10px;
	line-height:2.1em;
} 

.dropDownMenu li.currentMenuItem ul a, .dropDownMenu li.currentMenuItem ul a {background:#3366CC; color:#FFFFFF; height:auto; line-height:1em; padding:5px 10px; width:10em;border-width:0 1px 1px 1px;} 

.dropDownMenu li.currentMenuItem ul a:hover{color:#000042; background:#6699CC;}

.dropDownMenu li.currentMenuItem ul :hover > a {color:#000042;background:#6699CC;}

.dropDownMenu li.currentMenuItem:hover ul, .dropDownMenu li.currentMenuItem a:hover ul{visibility:visible; }



/******* footer menu **************/

.footerMenu {position:relative; width:960px; text-align:right; margin:0; margin-bottom:56px; font-size:85%;}

/* hack to correct IE5 faulty box model */
* html .footerMenu {width:900px; w\idth:900px;}

/* remove all the bullets, borders and padding from the default list styling */

.footerMenu ul {padding:0;margin:0;list-style-type:none; text-align:left;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.footerMenu li {float:right;width:136px;position:relative;font-size:1em;border: 1px solid #000042;}

/* style the links for the top level */

.footerMenu a, .footerMenu a:visited {
	float:right;
	position:relative;
	display:block;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	width:125px;
	height:2.1em;
	background:#001867 url(img/footer-menu.png);
	padding-left:10px;
	line-height:2.1em;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .footerMenu a, * html .footerMenu a:visited {width:125px; w\idth:125px;}

/* style the top level hover */

.footerMenu a:hover {color:#000042; background:#3366CC;;} 

.footerMenu :hover > a {color:#000042; background:#3366CC;}





/******* side menu **************/

.sideMenu {font-size:85%;}

/* remove all the bullets, borders and padding from the default list styling */

.sideMenu ul {padding:0;margin:0;list-style-type:none;}

/* float the list and give a relative positon so that you can control the dropdown menu positon */

.sideMenu li {float:right;width:136px;position:relative;font-size:1em;}

/* style the links for the top level */

.sideMenu a, .sideMenu a:visited {
	display:block;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	width:125px;
	height:28px;
	border: 1px solid #000042;
	background:#001867 url(img/footer-menu.png);
	padding-left:10px;
	line-height:2.1em;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .sideMenu a, * html .sideMenu a:visited {width:136px; w\idth:136px;}

/* style the top level hover */

.sideMenu a:hover {color:#000042; background:#3366CC;} 

.sideMenu :hover > a {color:#000042; background:#3366CC;}

.sideMenu li.currentSideMenuItem a, .sideMenu li.currentSideMenuItem a:visited {
	display:block;
	font-size:1em;
	text-decoration:none;
	color:#000042;
	width:125px;
	height:28px;
	background:#80AFFF url(img/side-menu-current.png);
	padding-left:10px;
	line-height:2.1em;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .sideMenu li.currentSideMenuItem a, * html .sideMenu li.currentSideMenuItem a:visited {width:136px; w\idth:136px;}



/******* context menu **************/

.contextMenu {
	background: url(img/context-menu-bg.png);
	font-size:85%;
	padding:10px;
	border: 1px solid #000042;
}

/* remove all the bullets, borders and padding from the default list styling */

.contextMenu ul {padding:0;margin:0;list-style-type:none;}

/* style the links for the top level */

.contextMenu a, .contextMenu a:visited {font-size:1em; color:#fff; width:125px; height:30px; padding-left:10px; line-height:2.1em;}

/* a hack so that IE5.5 faulty box model is corrected */

* html .contextMenu a, * html .contextMenu a:visited {width:136px; w\idth:136px;}

/* style the top level hover */

.contextMenu a:hover {color:#80ECFF;} 

.contextMenu :hover > a {color:#80ECFF;}

/* style the current item */

.contextMenu #currentContestMenuItem {color: #80D6FF; font-weight:bold; padding-left:10px;line-height:2.1em;}

.contextMenu ul.list li {padding-bottom: 8px; font-size: .9em;} 


/******* context menu list, for articles and news **************/

.contextMenuList {
	font-size:85%;
	padding:10px;
	border:1px solid #000042;
	background: url(img/context-menu-bg.png);
}

/* remove all the bullets, borders and padding from the default list styling */

.contextMenuList ul {padding:0;margin:0;list-style-type:none;}

/* style the links for the top level */

.contextMenuList a, .contextMenu a:visited {font-size:.9em; padding-bottom: 6px; color:#fff; width:112px; height:2.1em;line-height:25px;}

/* a hack so that IE5.5 faulty box model is corrected */

* html .contextMenuList a, * html .contextMenuList a:visited {width:122px; w\idth:122px;}

/* style the top level hover */

.contextMenuList a:hover {color:#80ECFF;} 

.contextMenuList :hover > a {color:#80ECFF;}

/* style the current item */

.contextMenuList #currentContestMenuItem {color: #80D6FF; font-weight:bold; padding-left:10px;line-height:2.1em;}

.contextMenuList li {padding-bottom:12px; }
.contextMenuList h1 a, .contextMenu h1 a:visited {font-size: 1.1em; color:#80D6FF;text-decoration:none;}
