#menu { 
color: #000; 
border-bottom: 1px solid black; 
margin: 12px 0px 0px 0px; 
padding: 0px; 
/*z-index: 1; */
padding-left: 10px } 

#menu li { 
display: inline; 
overflow: hidden; 
list-style-type: none; } 

#menu a, a.schedactive { 
color: #000000; 
background: #ff0000;
font: bold 1em verdana, Arial, sans-serif; 
border: 1px solid black; 
padding: 2px 5px 0px 5px; 
margin: 0px; 
text-decoration: none;
cursor:hand; } 

#menu a.schedactive { 
background: #ffffff; 
color: #000000;
border-bottom: 3px solid #ffffff; } 

#menu a:hover { 
cursor: pointer;} 

#menu a:visited { 
color: #E8E9BE; } 

#menu a.schedactive:hover { 
background: #ffffff; 
 } 

#sched-content {font: 0.9em/1.3em verdana, sans-serif; 
height: 320px;
text-align: justify; 
background: #ffffff; 
padding: 10px; 
border: 1px solid black; 
border-top: none; 
z-index: 2; } 

#sched-content a { 
text-decoration: underline; 
color: blue; } 

#sched-content a:hover { 
text-decoration: none; } 