/* NEXT TWO LINES GENERALLY WILL NOT NEED TO BE CHANGED */
ul.diimenu-L0, ul.diimenu-L0 ul {margin: 0; padding: 0; list-style-type: none; list-style-position: outside; position: relative; z-index: 100;}
ul.diimenu-L0 li a {display: block; text-decoration: none;}

/* CSS TO UNLOCK FOR BACKGROUND IMAGE ROLLOVER TABS */
ul.diimenu-L0 li.diimenu-L0 a span.menutitle.diimenu-L0 {display: none;}
a.diimenu-L0-1 {width: 92px; height: 30px; background: url(images/2013/nav-1.gif) no-repeat;}
a.diimenu-L0-1:hover {background: url(images/2013/nav-1-on.gif) no-repeat;}
a.diimenu-L0-2 {width: 129px; height: 30px; background: url(images/2013/nav-2.gif) no-repeat;}
a.diimenu-L0-2:hover {background: url(images/2013/nav-2-on.gif) no-repeat;}
a.diimenu-L0-3 {width: 99px; height: 30px; background: url(images/2013/nav-3.gif) no-repeat;}
a.diimenu-L0-3:hover {background: url(images/2013/nav-3-on.gif) no-repeat;}
a.diimenu-L0-4 {width: 121px; height: 30px; background: url(images/2013/nav-4.gif) no-repeat;}
a.diimenu-L0-4:hover {background: url(images/2013/nav-4-on.gif) no-repeat;}
a.diimenu-L0-5 {width: 166px; height: 30px; background: url(images/2013/nav-5.gif) no-repeat;}
a.diimenu-L0-5:hover {background: url(images/2013/nav-5-on.gif) no-repeat;}
a.diimenu-L0-6 {width: 150px; height: 30px; background: url(images/2013/nav-6.gif) no-repeat;}
a.diimenu-L0-6:hover {background: url(images/2013/nav-6-on.gif) no-repeat;}
a.diimenu-L0-7 {width: 83px; height: 30px; background: url(images/2013/nav-7.gif) no-repeat;}
a.diimenu-L0-7:hover {background: url(images/2013/nav-7-on.gif) no-repeat;}

/* DROP DOWN TEXT */
ul.diimenu-L0, ul.diimenu-L0 ul {line-height: 1.2em; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}

/* DROP DOWN & ROLLOVER COLORS */
ul.diimenu-L0 li ul li a {border-bottom: 1px solid #010202; background-color: #003c69; padding: 6px; padding-left: 8px; color: #fff;}
ul.diimenu-L0 li ul li a:hover {background-color: #ce1835; color: #fff;}
ul.diimenu-L0 li ul li a:visited {text-decoration: none; background-color: #003c69; color: #fff;}
ul.diimenu-L0 li ul li a:visited:hover {text-decoration: none; background-color: #ce1835; color: #fff;}

/* REMAINING LINES GENERALLY WILL NOT NEED TO BE CHANGED */
ul.diimenu-L0 li {float: left; position: relative;}
ul.diimenu-L0 ul {position: absolute; display: none;}
ul.diimenu-L0 li ul a {float: left; width: 18em; height: auto;}
ul.diimenu-L0 ul ul {top: auto;}
ul.diimenu-L0 li ul ul {left: 17em; margin: 0 0 0 10px;}
ul.diimenu-L0 li:hover ul ul,
ul.diimenu-L0 li:hover ul ul ul,
ul.diimenu-L0 li:hover ul ul ul ul {display: none;}
ul.diimenu-L0 li:hover ul,
ul.diimenu-L0 li li:hover ul,
ul.diimenu-L0 li li li:hover ul,
ul.diimenu-L0 li li li li:hover ul {display: block; z-index: 100;}