/* 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: 9999;}
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: 98px; height: 38px; background: url('../images/2013/aboutUs.png') no-repeat;}
a.diimenu-L0-1:hover {background: url('../images/2013/aboutUsOn.png') no-repeat;}
a.diimenu-L0-2 {width: 127px; height: 38px; background: url('../images/2013/registration.png') no-repeat;}
a.diimenu-L0-2:hover {background: url('../images/2013/registrationOn.png') no-repeat;}
a.diimenu-L0-3 {width: 155px; height: 38px; background: url('../images/2013/tournamentInfo.png') no-repeat;}
a.diimenu-L0-3:hover {background: url('../images/2013/tournamentInfoOn.png') no-repeat;}
a.diimenu-L0-4 {width: 78px; height: 38px; background: url('../images/2013/media.png') no-repeat;}
a.diimenu-L0-4:hover {background: url('../images/2013/mediaOn.png') no-repeat;}
a.diimenu-L0-5 {width: 197px; height: 38px; background: url('../images/2013/dallasIsDiversity.png') no-repeat;}
a.diimenu-L0-5:hover {background: url('../images/2013/dallasIsDiversityOn.png') no-repeat;}

/* DROP DOWN TEXT */
ul.diimenu-L0, ul.diimenu-L0 ul {line-height: 1.0em; font-family: 'deliciousbold', Verdana, Arial, Helvetica, sans-serif; font-size: 0.9375rem; font-weight: normal;}

/* DROP DOWN & ROLLOVER COLORS */
ul.diimenu-L0 li ul li a {border: 0; background: #c0c0c0; padding: 6px; padding-left: 8px; color: #0f4a8d;}
ul.diimenu-L0 li ul li a:hover {background: #0f4a8d; color: #fff;}
ul.diimenu-L0 li ul li a:visited {text-decoration: none; background: #c0c0c0; color: #0f4a8d;}
ul.diimenu-L0 li ul li a:visited:hover {text-decoration: none; background: #0f4a8d; color: #fff;}

/* To make Drop Downs in Admin Editor Work */
div#design-main-content ul.diimenu-L0 li ul li a {text-decoration: none; border: 0; background: #c0c0c0; padding: 6px; padding-left: 8px; color: #0f4a8d;}
div#design-main-content ul.diimenu-L0 li ul li a:hover {text-decoration: none; background: #0f4a8d; color: #fff;}
div#design-main-content ul.diimenu-L0 li ul li a:visited {text-decoration: none; background: #c0c0c0; color: #0f4a8d;}
div#design-main-content ul.diimenu-L0 li ul li a:visited:hover {text-decoration: none; background: #0f4a8d; color: #fff;}

ul.diimenu-L0 li ul.diimenu-L1 {border-top: 2px solid #002a5a; border-bottom: 2px solid #002a5a;}

/* 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;}