/* 
	WordPress Menubar Plugin
	sf-blue.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.sf-blue {
	margin:0;
	background:url('menu_bg.gif') repeat-x;
	height: 30px;
	padding: 0;
	text-align: left; width:966px; position:relative; z-index:150;
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	z-index: 9;
}

.sf-blue ul ul {
	top: 30px;
	position: absolute;
	left: -200em;
	margin: 0;
	padding: 0; background:#ed1c24;  border-top:1px #b2b2b2 solid;
}
	
.sf-blue ul ul ul {
	margin:-31px 0 0 180px;
}

.sf-blue li {
	float: left; 
	padding: 0;
	height: 30px;
	position: relative; text-align:left;
}

.sf-blue li li {
	float: left; 
	padding: 0; background:#e5e6e6;
	 border-bottom:1px #b2b2b2 solid;
	 border-right:1px #b2b2b2 solid;
	 border-left:1px #b2b2b2 solid;
	 
}

.sf-blue li li a{
     background:#e5e6e6;
	
}

.sf-blue li li a:hover{
     background:#ed1c24;

}



.sf-blue li a, 
.sf-blue li a:visited, 
.sf-blue li a:hover {
	font-size: 12px;
	font-weight:normal;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 30px;
    line-height: 30px;
	padding: 0 13px 0 13px;
	overflow: hidden;
}

.sf-blue li li a, 
.sf-blue li li a:visited, 
.sf-blue li li a:hover {
	
	
}

.sf-blue li:hover ul ul, 
.sf-blue li:hover ul ul ul,
.sf-blue li:hover ul ul ul ul,  
.sf-blue li.wpmhover ul ul, 
.sf-blue li.wpmhover ul ul ul, 
.sf-blue li.wpmhover ul ul ul ul {
	left: -700em;
}

.sf-blue li:hover ul, 
.sf-blue li li:hover ul, 
.sf-blue li li li:hover ul, 
.sf-blue li li li li:hover ul,
.sf-blue li.wpmhover ul, 
.sf-blue li li.wpmhover ul, 
.sf-blue li li li.wpmhover ul,
.sf-blue li li li li.wpmhover ul{
	left: 0;
}



.sf-blue li:hover, 
.sf-blue li.wpmhover {
	background: #790101;
}

.property {width:180px;}
.property a {width:154px; color:#000!important;}
.property a:hover {width:154px; color:#fff!important;}

.corporate_overview {width:180px;}
.corporate_overview a {width:154px; color:#000!important;}
.corporate_overview a:hover {width:154px; color:#fff!important;}

.listed {width:209px;}
.listed  a {width:184px; color:#000!important;}
.listed  a:hover {width:184px; color:#fff!important;}


.investor {width:180px;}
.investor a {width:154px; color:#000!important;}
.investor a:hover {width:154px; color:#fff!important;}

.press {width:180px;}
.press a {width:154px; color:#000!important;}
.press a:hover {width:154px; color:#fff!important;}

