/* This is an optional CSS file for Dreamweaver's design view.  This CSS combined with two divs which are
saved with the published menu allow for a correctly dimensioned place holder to appear in place of the
menu when designing HTML documents with Dreamweaver.

   To add this CSS to Dreamweaver, select Text > CSS Styles > Design-time from the main menu. Click the add
   button (+), and choose this file from the select file dialog.
*/


#dreamweaver_design_view_hide{display:none;}
#dreamweaver_design_view_show{display:block !important;overflow:hidden;font-size:12px;font-family:Arial;color:#000000;background-color:#eeeeee;text-align:center;padding-top:4px;}
