body
{
  background-color: #aeaeae;
  margin-top:3px;
}

#tickertape{
position:relative;
layer-background-color:black;
width:530px;
height:30px;
}

#subtickertape{
background-color:black;
position:relative;
border: 1px solid black;
width:530px;
height:40px;
}

.subtickertapefont{
font:bold 40px Garamond;
text-decoration:none;
color:#aeaeae;
}

.borderLine{
border-bottom: thin dashed #aeaeae;
}

.style1 {color: #aeaeae;}
.style2 {color: #c0c0c0;}
.style3 {color: #ffcc00;}
a:link {
	color: #ffcc00;
}
a:visited {
	color: #ffcc00;
}

.ddsmoothmenu{
background: black; /*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #000000;
color: black;
padding: 5px;

color: #2d2b2b;
text-decoration: none;
}

a.cs{
border-right: 1px solid #778;
width: 143px;
text-align: center;
}

a.running{
border-right: 1px solid #778;
width: 97px;
text-align: center;
}

a.forum{
border-right: 1px solid #778;
width: 90px;
text-align: center;
}

a.links{
width: 100px;
text-align: center;
}

.ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #aeaeae;
}

.ddsmoothmenu ul li a:hover{
background: #ffcc00; /*background of menu items during onmouseover (hover state)*/
color: #aeaeae;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*sub level menu list items*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu*/
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/*sub level menu links style*/
.ddsmoothmenu ul li ul li a{
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

a.cSub{
width: 162px;
}

a.stuName{
width: 100px;
text-align: center;
}

a.sub125{
width: 125px;
}

a.sub125{
width: 125px;
}

a.sub145{
width: 145px;
}

a.sub165{
width: 165px;
}

a.sub215{
width: 215px;
}

a.runningSub{
width: 116px;
}

a.linkSub{
width: 118px;
}

/*CSS classes applied to down and right arrow images*/
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*CSS for shadow added to sub menus*/
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}