.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding:5px 0;
	position: absolute;
	left: 0;
	top: 10px;
	list-style-type: none;
	background: white;
	display: none; /*collapse all sub menus to begin with*/
	
	font-weight:normal;
	
	background: #f9f9f9 ;
	margin-top:0px;
	margin-left:0px;
	visibility: hidden; 
	border:1px solid #e1e1e1;
	border-bottom: 4px solid #d84542; text-align:left;
}


.flexdropdownmenu li{
position: relative; padding:0 5px;
border-bottom: 1px dotted #cccccc;

}

.flexdropdownmenu li a{
display: block;
width: 130px; /*width of menu (not including side paddings)*/

background: #f9f9f9 ;
text-decoration: none;
padding: 6px 8px;
color:#444;
font-size:12px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: auto; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	display: block;
color:#d84542; 
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display:block;
}
.aboutphoenix {
	text-align: center; 
	padding-top: 30px; 
	color:#413f40; 
	font-size: 26px; 
	text-transform: capitalize;
	font-weight: normal; 
	margin-bottom: 0;
}
.gogreenimg.gogreenimg2 {width: 100%; background: #fff; margin-left: 0; margin-top: 30px;}
.right-pannel-home-c {margin-top: -50px;}