#modposcss {}
/*MODULAR POSITIONING*/
/*----FOUNDATION----*/
/*horizontal list style*/
  .newsmenu ul li, 
  #breadcrumbs ul li, /*this works for multiple sub-uls, hence the #id start*/
  .legal ul li,
  .share-feeds ul li, 
  ul.share-fly li,
  ul.text-tools li
    {list-style: none; float: left; display: inline;}
    
/*----MODULES----*/
/*stacked module*/
  .stacked-module {margin: 10px 0; clear: both;}
   .module-header .text-tools, .module-header .share-fly {float: right; margin-top: -16px; padding: 0 7px; position: relative; }
  .stacked-module .module-header h2 {position: relative; top: 3px; width: 830px;}
    .module-header {clear: both;}
    .module-content {display: none;}
    .expanded .module-content {display: block;}
    
/*sharing*/
  .share-services {display: none; position: absolute; margin-left: -200px;}
    
  .share-feeds {padding: 10px 10px 25px 10px;}
    .share-feeds ul li {/*inherit horiz list style*/ width: 80px;}
    .share-options {clear: both;}


/*IE floating share menu fixes*/
.IE-6 .share-services {margin-left: -400px; margin-top: 30px;}
.IE-7 .share-services {margin-left: -330px; margin-top: 28px;}

span#mpos:after {content: " mpos0.1.9 ";}