/* 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: 147px; height: 36px; background: url(images/2011/nav-1.gif) no-repeat;}
a.diimenu-L0-1:hover {background: url(images/2011/nav-1.gif) no-repeat;}
a.diimenu-L0-2 {width: 101px; height: 36px; background: url(images/2011/nav-2.gif) no-repeat;}
a.diimenu-L0-2:hover {background: url(images/2011/nav-2.gif) no-repeat;}
a.diimenu-L0-3 {width: 144px; height: 36px; background: url(images/2011/nav-3.gif) no-repeat;}
a.diimenu-L0-3:hover {background: url(images/2011/nav-3.gif) no-repeat;}
a.diimenu-L0-4 {width: 158px; height: 36px; background: url(images/2011/nav-4.gif) no-repeat;}
a.diimenu-L0-4:hover {background: url(images/2011/nav-4.gif) no-repeat;}
a.diimenu-L0-5 {width: 122px; height: 36px; background: url(images/2011/nav-5.gif) no-repeat;}
a.diimenu-L0-5:hover {background: url(images/2011/nav-5.gif) no-repeat;}

/* DROP DOWN TEXT */
ul.diimenu-L0, ul.diimenu-L0 ul {line-height: 1.5em; 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 #cf1029; background-color: #062357; padding: 4px; padding-left: 6px; color: #cf1029;}
ul.diimenu-L0 li ul li a:hover {background-color: #062357; color: #fff;}
ul.diimenu-L0 li ul li a:visited {text-decoration: none; background-color: #062357; color: #cf1029;}
ul.diimenu-L0 li ul li a:visited:hover {text-decoration: none; background-color: #062357; 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;}