/* Style for submenus */
.m_top {padding:0 23px; width:914px; margin:0 auto;}

/* IE cant set padding on a table so I've rev-engineered the menus and these are 
   the containing divs for the sub-menus */
#dm0m1, #dm0m2, #dm0m3, #dm0m4, #dm0m5, #dm0m6, #dm0m7, #dm0m8, #dm0m9  {
	padding:5px 0;
    background: url(../images/ww_drop_bgfade.gif) 0 0 repeat-x #fff;
	border: 1px solid #bbb;
	border-top: none;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
}

/** this is a wacky hack to work around some stuff in the the dynamic menu **/
#dm0m0tbl.submenu {
	background: 0;
	padding: 0;
	border: none;
}


.mi_top_1 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn1.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_2 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn2.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_3 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn3.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_4 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn4.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_5 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn5.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_6 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn6.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_7 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn7.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_8 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn8.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_9 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn9.png) 0 0 no-repeat; }


.mi_top_over_1 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn1a.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_over_2 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn2a.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_over_3 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn3a.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_over_4 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn4a.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_over_5 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn5a.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_over_6 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn6a.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_over_7 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn7a.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_over_8 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn8a.png) 0 0 no-repeat; margin-right:4px; }
.mi_top_over_9 { cursor: pointer; width: 98px; height: 30px; background:url(../images/mn9a.png) 0 0 no-repeat; }

.icont {
	width: 100%;
}

.icont td {
  padding: 0px;
  font-family: Verdana;
  font-size: 10px;
}

.icont .l {
	width: 3px;
	height: 26px;
}
.icont .r {
	width: 3px;
	height: 26px;
}
.icont td.m {
	padding-left: 3px;
}

/* Style for items: normal state */
.mi {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  width: 200px;
}

/* Style for items: mouseover state */
.mi_over {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  width: 200px;
}

/* Style for items text: normal state */
.mi_text {
  font-family: Verdana;
  font-size: 11px;
  color: #232323;
  width: 100%;
}

/* Style for items text: mouseover state */
.mi_text_over .icont .l {
  background: url(../images/ww_drop_hover_left.gif) 0 0 no-repeat;
}
.mi_text_over .icont .m {
  background: url(../images/ww_drop_hover_bg.gif) 0 0 repeat-x;
  color: #FFFFFF;
}
.mi_text_over .icont .r {
  background: url(../images/ww_drop_hover_right.gif) 0 0 no-repeat;
}


/** end menus **/

