body {
background: #07100d;
font-family: georgia, serif;
}

#Table_01 {
    margin-top: -8px;
}

#content {
    width: 560px;
	height: 448px;
	font-size: 16px;
	text-align: left; 
    color: #df8620;
}

#songTitle {
	font-family: verdana;
	font-size: 0.2em;
	color: #000000;
	margin-top: -3px;
	margin-left: 2px;
}

.scrolling{
    overflow-x: hidden;
	overflow-y: auto;
}

a {
   outlineStyle: none; 
   outline: none;
   text-decoration: none;
}

a:link {
    outlineStyle: none; 
    outline: none;
	text-decoration: none;
}
a:visited {
    outlineStyle: none; 
    outline: none;
	text-decoration: none;
}
a:hover {
    outlineStyle: none; 
    outline: none;
	text-decoration: none;
}
a:active {
    outlineStyle: none; 
    outline: none;
	text-decoration: none;
}

/* style unordered list */
#navbar a{
color: #df8620;
}

#navbar a:hover{
color: #df8620;
text-decoration: underline; 
}

/* style the table so that it takes no part in the layout - required for IE to work */
#navbar table {position:absolute; top:0; left:0; border-collapse:collapse;;}

.music {
position: absolute;
top: 38px;
left: 0; 
width: 4em;
}

.events {
position: absolute;
top: 38px;
left: 12px;    
}

ul{
padding: 0;
margin: 0;
list-style: none;
}

/* style menu items */
li{
float: left;
position: relative;
margin: 0 0 -4px 0;
}

/* Safari Only */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
li{
margin: 0 0 -5px 0;
}
}

/* position and hide drop-down menu */
li ul{
display: none;
position: absolute;
top: 0;
left: 0;
width: 5em;
border: solid 1px #df8620;
/*background-color: #341a01;*/
background-color: #07120e;
font-weight: normal;
color: #df8620;
text-decoration: none;
padding: .3em .7em .7em .7em;
}

li > ul{
top: auto;
left: auto;
}

/* display drop-down menu (add an 'over' class attribute to list items for IE */
li:hover ul, li.over ul{
display: block;
}

li li{
padding: 0.2em 5px;
}
/* end drop down */
