.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 157px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;

}

#marqueecontainer{
position: relative;
width: 150px; /*marquee width */
height: 175px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0;
padding: 2px;
padding-left: 4px;


tr.news { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; 
  } 
  
tr.dir
{
 font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 14px; font-weight: bold;
  background-color:#E6E6E6;
  
}

tr.event
{
 font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px;
  background-color:#F0F0F0;
  
}
  
tr.dirname { font-family: Arial, Verdana, 
  Helvetica, sans-serif; font-size: 12px; background-color:#FFFFFF; }
  
  
td.scheme 
  { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; } 


td.trhead
  {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  background-color:#9FB7D9;
  }
tr.sidelink
  {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  }

A:link {
	COLOR: #009933; FONT-SIZE: 10pt; TEXT-DECORATION: none;font-weight: bold;
}
A:visited {
	COLOR: #000000; FONT-SIZE: 10pt; TEXT-DECORATION: none;font-weight: bold;
}
A:hover {
	COLOR: #000000; FONT-SIZE: 10pt; TEXT-DECORATION: none;font-weight: bold;
}
A.b:link {
	COLOR: red; FONT-SIZE: 10pt; TEXT-DECORATION: none
}
A.b:visited {
	COLOR: red; FONT-SIZE: 10pt; TEXT-DECORATION: none
}
A.b:hover {
	COLOR: #009933; FONT-SIZE: 10pt; TEXT-DECORATION: none
}
A.c:link {
	COLOR: #000000; 
	FONT-SIZE: 9pt; 
	TEXT-DECORATION: none; 
	font-face: Arial, Verdana;
	font-weight: bold;
}
A.c:visited {
	COLOR: #000000; 
	FONT-SIZE: 9pt; 
	TEXT-DECORATION: none; 
	font-face:Arial, Verdana;
	font-weight: bold;
}
A.c:hover {
	COLOR: #009933; 
	FONT-SIZE: 9pt; 
	TEXT-DECORATION: none; 
	font-face:Arial, Verdana;
	font-weight: bold;
}

.textbox {
border:1px solid #A7B39F;
margin:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
} 

.button
{
position: absolute; 
left: 10; 
top: 17; 
border-style: solid; 
border-width: 1; 
padding-left: 4; 
padding-right: 4; 
padding-top: 1; 
padding-bottom: 1
}




/* IEcssMenu.css */ 


ul.menu
{
position:relative;
padding:0px;
margin:0px;
list-style-type:none;
color:#FF00FF;
float:left;
}
ul.menu ul
{
position:relative;
list-style-type:none;
margin:0px;
display:none;
/*background-color:#00CCFF;*/
}
ul.menu:hover ul
{
display:block;
}

ul.menu ul li:hover ul
{
display:block;
}
a.menu
{
background-color:#6699CC;
display:block;
width:150px;
padding-left:10px;
text-decoration:none;
color:#FFFFFF;
font-family:arial;
font-size:16px;
border-bottom: solid 1px black;
border-right: solid 1px #000099;
margin-bottom:-1px
}
a.menu:hover
{
background-color:#006699;
color:#66FFFF;
}
