@charset "utf-8";

/* CSS Document */

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

.dropDownMenu {position:relative;width:70em;float:left;margin-bottom:3.5em;font-size:85%;}

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

* html .dropDownMenu {width:70em; w\idth:70em;}

/* 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:10em;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:10em; height:2.1em; border:1px solid #000042; border-width:1px 0 1px 1px; background:#000066; 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:10em; w\idth:10em;}



/* 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:2.2em;left:0; width:10em;border-top:1px solid #000042;}

/* another hack for IE5.5 */

* html .dropDownMenu ul ul {top:2.2em;t\op:2.2em;}



/* 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:10em;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */

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



/* 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:#0099CC;width:10em; height:2.1em; border:1px solid #000042; border-width:1px 1px 1px 1px; 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:60em;float:right;margin-bottom:3.5em;font-size:85%;}

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

* html .footerMenu {width:69em; w\idth:69em;}

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

.footerMenu 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 */

.footerMenu li {float:right;width:10.05em;position:relative;font-size:1em;border: 2px outset #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:9.2em; height:2.1em; background:#001867; 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:10em; w\idth:10em;}

/* style the top level hover */

.footerMenu a:hover {color:#000042; background:#0089D5;} 

.footerMenu :hover > a {color:#000042; background:#0089D5;}





/******* 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:10.05em;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:9.2em; height:2.1em; border: 2px outset #000042; background:#001867; 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:10em; w\idth:10em;}

/* style the top level hover */

.sideMenu a:hover {color:#000042; background:#0089D5;} 

.sideMenu :hover > a {color:#000042; background:#0089D5;}

.sideMenu li.currentSideMenuItem a, .sideMenu li.currentSideMenuItem a:visited {display:block;font-size:1em;text-decoration:none; color:#000042; width:9.2em; height:2.1em; border:2px solid #000042; background:#0099CC; 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:10em; w\idth:10em;}



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

.contextMenu {background:#0066CC; font-size:85%;padding:10px;border:outset #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:9.2em; height:2.1em; 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:10em; w\idth:10em;}

/* 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:.5em; font-size: .9em;} 


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

.contextMenuList {background:#0066CC; font-size:85%;padding:10px;border:outset #000042;}

/* 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:.5em; color:#fff; width:9.2em; height:2.1em;line-height:2.1em;}

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

* html .contextMenuList a, * html .contextMenuList a:visited {width:10em; w\idth:10em;}

/* 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:1em; }
.contextMenuList h1 a, .contextMenu h1 a:visited {font-size: 1.1em; color:#80D6FF;text-decoration:none;}