/*Sitemap Horizontal Dropdown Menu CSS for CMSimple*/


/*Microsoft behaviour to make IE6 and earlier behave like a compatible browser - ignored by other browsers*/

<!--[if IE]>
<style type="text/css" media="screen">
body {behavior: url(./templates/default/csshover.htc);} 

</style>
<![endif]-->


/*default styles for the menu, lists and links*/


#bwmenu{position:relative;z-index:1;float:left; }
#bwmenu ul{z-index:500;list-style:none;margin:0;padding:0;}
#bwmenu li{position:relative;display:block;float:left; width:139px; color:#ffffff; background:#ec610e;background-image:url(images/home_04.jpg);font:bold 12px arial,helvetica,sans-serif; margin:0; padding:0; border:0; line-height:43px; text-align:left; text-indent:10px; }
#bwmenu a{display:block;color:#ffffff;background:#ec610e;text-decoration:none;background-image:url(images/home_04.jpg);}



/*change list item colours on hover*/

#bwmenu li:hover{color:#ffffff;background:#353628;}
#bwmenu a:hover{ display:block; color:#ffffff;background:#353628;}

/*change design after a link is clicked*/
#bwmenu li.sdoc{ position:relative;display:block;float:left;color:#ffffff;background:#353628;padding-left:0px;font:12px arial,helvetica,sans-serif;margin:0;padding:0px;line-height:43px;white-space:nowrap;}
#bwmenu li.sdocs{ position:relative;display:block;float:left;color:#ffffff;background:#353628;padding-left:0px;font:12px arial,helvetica,sans-serif;margin:0;padding:0px;line-height:43px;white-space:nowrap;}

/*hide menulevel2*/

#bwmenu ul ul{display:none;}


/*hide menulevel3 when hovering over menulevel1 items*/

#bwmenu ul li:hover ul ul{display:none;}


/*display expanding menulevel2 on hovering over menulevel1 items*/

#bwmenu ul li:hover ul{position:absolute; display:block; float:none; border:0;margin:0;padding:0; top:43px; white-space:nowrap; width:201px; background:#353628; border-top:thin; border-bottom:thin; background-image:none;} 
#bwmenu ul a:hover ul{position:absolute; display:block; float:none; border:0;margin:0;padding:0; top:43px; white-space:nowrap; width:201px; background:#353628; border-top:thin; border-bottom:thin; background-image:none;} 

/*display expanding menulevel3 on hovering over menulevel2 items*/


#bwmenu ul ul li:hover ul{position:absolute;display:block;top:-1px;left:100%; width:150px;}


#bwmenu li li { width: 215px;  text-align:left; text-indent:10px; background:#ec610e; line-height:27px; background-image:none;}
#bwmenu li li a{display:block;color:#ffffff;background:#ec610e;text-decoration:none;background-image:none;}
/*End of Sitemap Horizontal Dropdown Menu CSS for CMSimple*/
