#cfn_floating_menu{
display:block;
position:fixed;
left:0px;
top:50px;
z-index:10000;
} #cfn_floating_menu.right{
left:auto;
right:0px;
} #cfn_floating_menu.animated,
#cfn_floating_menu.static-menu{
position:absolute;
} #cfn_floating_menu ul{
display:block;
position:relative;
margin:0px;
padding:0px;
list-style-type:none;		
} #cfn_floating_menu ul li{
display:block;
position:relative;
margin:0px;
padding:0px;
float:none;
width:100%;
clear:both;
white-space:nowrap;
} #cfn_floating_menu ul li a{
display:block;
position:relative;
padding:5px 10px 5px;
} #cfn_floating_menu ul ul{
display:none;
position:absolute;
left:100%;
top:0px;			
} #cfn_floating_menu.right ul ul{
right:100%;
left:auto;
}  #cfn_floating_menu ul{ } #cfn_floating_menu.right ul{
-moz-box-shadow:-2px 2px 2px #CCC;
-webkit-box-shadow:-2px 2px 2px #CCC;
box-shadow:-2px -1px 4px #CCC;
} #cfn_floating_menu ul li{
font-size:12px;
border-bottom:1px #2B2B2B solid;
line-height:20px;
} #cfn_floating_menu ul li a{
background-color:#000000;
color:#FFF;
text-decoration:none;
} #cfn_floating_menu ul li a:HOVER,
#cfn_floating_menu ul li a.currentItem{
color:#FFF;
background-color:#999;					
} #cfn_floating_menu ul li.has-children > a{
background-image:url(//www.ellenstirlingmedical.com.au/wp-content/plugins/codeflavors-floating-menu/images/dots-arrow-right.png);
background-position: right center;
background-repeat: no-repeat;	
padding-right:20px;			
} #cfn_floating_menu.right ul li.has-children > a{
background-image:url(//www.ellenstirlingmedical.com.au/wp-content/plugins/codeflavors-floating-menu/images/dots-arrow-left.png);
background-position: left center;
padding-left:20px;	
}
#cfn_floating_menu ul li.cfm_menu_title_li{
line-height:30px;
background:none;
font-size:20px;	
}
#cfn_floating_menu ul li.cfm_menu_title_li a{
background:none;
color:#000;
}		
#cfn_floating_menu ul li.cfm_menu_title_li.closed{
background:#000;
border:none;
box-shadow:1px 1px 3px #999;
border-top-right-radius:5px;	
border-bottom-right-radius:5px;	
}
#cfn_floating_menu ul li.cfm_menu_title_li.closed a{
text-indent:-9999px;
background:url(//www.ellenstirlingmedical.com.au/wp-content/plugins/codeflavors-floating-menu/images/open-menu-ico.png) center center no-repeat transparent;
width:32px;
height:32px;
} */