﻿/* listmenuwmub.css */
/* List menu sub style sheet specifies unique element of each section */
/* left menu uses images */
.leftmenulist a#m_wmub { background-image: url(../images/m_wmub.gif);  background-repeat : no-repeat;  width:146px;}
.leftmenulist a#m_wmub:hover, .leftmenulist a.highlighted#m_wmub { background-image: url(../images/m_wmub_ovr.gif);  background-repeat : no-repeat; width:146px; }
.leftmenulist a#m_osp { background-image: url(../images/m_osp.gif);  background-repeat : no-repeat; width:146px; }
.leftmenulist a#m_osp:hover, .leftmenulist a.highlighted#m_osp { background-image: url(../images/m_osp_ovr.gif);  background-repeat : no-repeat; width:146px; }
.leftmenulist a#m_ct { background-image: url(../images/m_ct.gif);  background-repeat : no-repeat; width:146px; }
.leftmenulist a#m_ct:hover, .leftmenulist a.highlighted#m_ct { background-image: url(../images/m_ct_ovr.gif);  background-repeat : no-repeat; width:146px; }
.leftmenulist a#m_ss { background-image: url(../images/m_ss.gif);  background-repeat : no-repeat; width:146px; }
.leftmenulist a#m_ss:hover, .leftmenulist a.highlighted#m_ss { background-image: url(../images/m_ss_ovr.gif);  background-repeat : no-repeat; width:146px; }


