.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    height: 28px;
    width: 890px;
 
    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 30px;
}
.menu li a {
    display: block;
    padding: 0 40px;
    margin: 6px 0;
    line-height: 18px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: #4545F9; }
.menu ul {
    position: absolute;
    top: 28px;
    left: 0;
 
    opacity: 0;
    background: #1f2024;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 30px;
    overflow: visible;
    padding: 0;
}
.menu ul li a {
    width: 80px;
    padding: 4px 0 4px 40px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #353539;
}
 
.menu ul li:last-child a { border: none; }
.menu a.events { background: url(images/DDicons/NewsBlk.png) no-repeat 5px center; }
.menu a.info1 { background: url(images/DDicons/info1.png) no-repeat 5px center; }
.menu a.info2 { background: url(images/DDicons/info2.png) no-repeat 5px center; }
.menu a.audio { background: url(images/DDicons/audio.png) no-repeat 5px center;}
.menu a.messages { background: url(images/DDicons/bubble.png) no-repeat 5px center; }
.menu a.email { background: url(images/DDicons/Email.png) no-repeat 5px center; }
.menu a.band { background: url(images/DDicons/arrow.png) no-repeat 5px center;}
.menu a.vids { background: url(images/DDicons/Video_Clip.png) no-repeat 5px center;}
.menu a.itunes { background: url(images/DDicons/itunes.png) no-repeat 5px center;}
.menu a.rhapsody { background: url(images/DDicons/Rhapsody.png) no-repeat 5px center;}
.menu a.myspace { background: url(images/DDicons/myspace.png) no-repeat 5px center;} 


.textmain {
	color: #333333;
	font-size: 11px;
	line-height: 15px;
}
.textsec {
	color: #666666;
	font-size: 11px;
	line-height: 15px;
}	

p,h1,h2,h3,h4,ul,ol,li,div,blockquote,body,table,td {
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
h1,h2,h3,h4 {
	color: #ffffff;
	clear: both;
	}
	
h1 {
	font-size: 18px;
	}
	
h2 {
	font-size: 16px;
	}
	
h3 {
	font-size: 14px;
	}	
	
h4 {
	font-size: 12px;
	}
		
p {
	color: #666666;
	font-size: 10px;
	line-height: 15px;
	}
	
.link-txt {
	color: #6666cc;
	font-size: 10px;
	}
	
a:link {
	background-color: transparent;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
	
a:visited {
	background-color: transparent;
	color: #ff6633;
	text-decoration: none;
}
	
a:hover {
	background-color: #0000ff;
	color: #BA00FF;
	background-color: transparent;
}
	
a.nav:link, a.nav:visited {
	color: #663399;
	font-weight: bold;
	text-decoration: none;
}
	
a.nav:hover {
	color: #cccccc;
	background-color: transparent;
}	

a.outside:link, a.outside:visited {
	color: #ffcc66;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

a.outside:hover {
	color: #ffcc66;
	background-color: transparent;
	text-decoration: underline;
}

#left {
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	line-height: 24px;
	}

#main {
	padding: 0px 10px 10px 20px;
	}
	
	body {
		margin: 0;
		}
		
input.submitbutton {
	color: #ffffff;
	background-color: transparent;
	border-top: 1px solid #993333;
	border-right: 1px solid #993333;
	border-bottom: 1px solid #993333;
	border-left: 1px solid #993333;
	font-family: arial, sans-serif;
	margin-top: 1px;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	width: 70px;
	vertical-align: middle;
	}
	
input.textbox {
	color: #ffffff;
	background-color: transparent;
	border-top: 1px dashed #ffffff;
	border-right: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
	border-left: 1px dashed #ffffff;
	font-family: arial, sans-serif;
	margin-top: 1px;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	width: 80px;
	vertical-align: middle;
	padding: 2px 0px 0px 2px;
	}
	
.picright {
	float: right;
	padding: 10px;
	}
	
.picleft {
	float: left;
	padding: 10px;
	}


body {
background-color: black;
background-image: url("LRD_Cave_ii.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
 }

#page-wrap {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.WebContainer{
    width:100%;
    min-width:1000px;
    height:auto;
}