#floatingmenu{
width: 99%;
font-weight: bold;
}

#floatingmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#floatingmenu ul{
width: 100%;
padding: 0 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

#floatingmenu ul li{
display: inline;
line-height:46px;
}

#floatingmenu ul li a{
color: #000;
margin: 0;
text-decoration: none;
}

#floatingmenu ul li a:hover, #floatingmenu ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}





/*.crumbler{
width:630px;
font-weight: normal;
margin:0;
}*/

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#floatingmenu #floatingmenu a {float:none;}
/* End IE5-Mac hack */
#floatingmenu #floatingmenu a:hover {
  color:#000;
  }
#crumblermenu #current {
  background-image:url("img/navbutton-left.png");
  }
#crumblermenu #current a {
  background-image:url("img/navbutton-right.png");
  color:#fff;
  padding-bottom:5px;
  }

#floatingmenu ul li#dm1{
list-style:none;
display:block;
  float:left;
  background:url("btn-red-left.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
}
#floatingmenu ul li#dm1 a {
  float:left;
  display:block;
  background:url("btn-red-right.png") repeat-x right top;
  padding:5px 6px 4px 0px;
  }
#floatingmenu ul li#dm2{
list-style:none;
display:block;
  float:left;
  background:url("btn-blue-left.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
}
#floatingmenu ul li#dm2 a {
  float:left;
  display:block;
  background:url("btn-blue-right.png") no-repeat right top;
  padding:5px 6px 4px 0px;
  }
#floatingmenu ul li#dm3{
list-style:none;
display:block;
  float:left;
  background:url("btn-yellow-left.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
}
#floatingmenu ul li#dm3 a {
  float:left;
  display:block;
  background:url("btn-yellow-right.png") repeat-x right top;
  padding:5px 6px 4px 0px;
  }
#floatingmenu ul li a:hover {
cursor:wait;
cursor:text;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 168px;
visibility: hidden;
}

.dropmenudiv ul{
margin:0;
padding:0;
list-style:none;
}
.dropmenudiv ul li{
margin:0 0 0 6px;
padding:0;
list-style:none;
width:157px;
}

.dropmenudiv a{
width: auto;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
text-decoration:underline;
}



#dropmenu1 {
background:url(menu-sub-red-m.png) repeat-y;
display:block;
}
#dropmenu1 div.bg-top{
height:10px;
background:url(menu-sub-red-t.png) no-repeat;
}
#dropmenu1 div.bg-bottom{
height:12px;
width:210px;
background:url(menu-sub-red-b.png) no-repeat left bottom;
float:left;
}
#dropmenu2 {
background:url(menu-sub-blue-m.png) repeat-y;
display:block;
}
#dropmenu2 div.bg-top{
height:10px;
background:url(menu-sub-blue-t.png) no-repeat;
}
#dropmenu2 div.bg-bottom{
height:12px;
width:210px;
background:url(menu-sub-blue-b.png) no-repeat left bottom;
float:left;
}
#dropmenu3 {
background:url(menu-sub-yellow-m.png) repeat-y;
display:block;
}
#dropmenu3 div.bg-top{
height:10px;
background:url(menu-sub-yellow-t.png) no-repeat;
}
#dropmenu3 div.bg-bottom{
height:12px;
width:210px;
background:url(menu-sub-yellow-b.png) no-repeat left bottom;
float:left;
}
