/*-----------------------------------------------HORIZONTAL Drop down menu------------------------------------------- */


.menu {
	float:left;
	position:relative;
	width:465px;
	height:29px;
	
	z-index:100;
	}
/* remove all the bullets, borders and padding from the default list styling */
.menu 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 */
.menu li {
	float:left;
	position:relative;
	}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	font-size:11px;
	text-decoration:none;
	padding-left:6px;
	padding-right:7px;
	color:#00275D;
	width:78px;
	height:28px;
	border-bottom:1px solid #CCCCCC;
	border-right:#CCCCCC solid 1px;
	border-left:#666666 solid 1px;
	background:#d8d9da;
	text-align:center;
	line-height:28px;
	background:url(../images/topleveldropdown.jpg) repeat-x;
	}
/* a hack so that IE5.5 faulty box model is corrected +++++++ Width for boxes top level*/
* html .menu a, * html .menu a:visited {
	width:78px;
	w\idth:78px;
	}
/* style the second level background */
.menu ul ul a, .menu ul ul a:visited {
	background:#00275d;
	opacity:.85;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	}
/* style the second level hover */
.menu ul ul a:hover{
	background:#00275D;
	}
.menu ul ul :hover > a {
	background:#CCCCCC;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#00275d;
	text-align:center;
	opacity:.85;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#cccccc;
	}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:29px;
	left:0;
	width:75px;
	}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:30px;
	}
/* position the third level flyout menu */
.menu ul ul ul{
	top:-1px;
	left:-94px;
	width:75px;
	}
/* position the third level flyout menu for a left flyout */
 /*.menu ul ul ul.left {
  left:-100px;
  }  

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links +++++++++++first drop down level*/
.menu ul ul a, .menu ul ul a:visited {
	background:#00275d;
	opacity:.85;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	color:#FFFFFF;
	height:auto;
	line-height:1em;
	padding:6px 7px;
	width:77px;
	position:relative;
	top:1px;
	border:1px solid #ffffff;
	border-width:0px 0px 1px 0px;
	border-right:#666666 solid 1px;
	border-left:#FFFFFF solid 1px;
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a{
	width:80px;
	w\idth:80px;
	}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover, menu ul ul a:focus{
	color:#00275D;
	background:#EEEEEE;
	}
.menu :hover > a, .menu ul ul :hover > a , .menu ul ul :focus > a{
	color:#00275D;
	background:#EEEEEE;
	}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul, .menu ul li.over ul{
	visibility:visible;
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul, .menu ul li.over ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul, .menu ul li.over ul li.over ul{ 
	visibility:visible;
	}
/* class to hide an opera test li */
.hidden{
	visibility:hidden !important;
	}
/*------------------------------------------------END HORIZONTAL MENU-------------------------------------------------*/

#linkorange {
	color:#FF6600;
	text-decoration:none;
	}
#linkgrey {
	margin-left:5px;
	color:#666666;
	text-decoration:none;
	}
.linkgrey {
	margin-left:5px;
	color:#FF6600;
	text-decoration:none;
	}

#rapidnews {
	list-style:none;
	margin:0;
	}
#rapidnews li {
	list-style:none;
	margin:0;
	}
#rapidnews li a{
	width:100%;
	padding-bottom:10px;
	color:#666666;
	}
#rapidnews li a:hover {
	color:#6699FF;
	text-decoration:none;
	border-bottom:none;
	}
