A:hover
{
    color: red
}

all.clsMenuItemNS
{  
    font: bold x-small Verdana; 
    color: white; 
    text-decoration: none;
}
.clsMenuItemIE
{   
    text-decoration: none; 
    font: bold xx-small Verdana; 
    color: white; 
    cursor: hand;
}

#listheader
{
    font-weight: bold;
    font-size: 14;    
    color: white;  
    cursor: hand;
    list-style-image: url(images/bulletright.html);
}

#listitem
{
    font-size: 12;    
    color: white;  
    cursor: hand
}
#foldinglist
{
    list-style-image: url(images/cubebullet.html);
    left: 0
}
#menuitem
{
    cursor: hand;
    font-weight: bold;    
    font-size: 20;    
    list-style-image: url(images/moloculebullet.html)
}
#menutitle
{
  font-weight: bold;
  font-size: 18
}

#menulink
{
    color: white
}

#maintext
{
    color: blue
}

.menubody
{
    color: white;
    font-size: 16;
    background-image: url(images/MenuBackground.jpg)    
}

.detailtable
{
    color: blue;
    border-style: outset;
    border-color: #1E90FF;
    border-width: 7
}