/* CSS Document */
.Item_Caption {
   cursor: hand;
   font-family: ms sans serif; 
   font-size: 16;
   font-style: bold;
   background-color: lt-yellow;
   color: #000099;
 }

.Item {
   cursor: hand;
   font-family: ms sans serif; 
   font-size: 13;
   font-style: bold;
   background-color: #000099;
   color: white;
 }
.Item_Regular {
   font-family: ms sans serif; 
   font-size: 13;
   background-color: white;
   color: #000099;
 }
.Highlight {
   cursor: hand; 
   font-family: ms sans serif;
   font-size: 13;
   font-style: bold;
   background-color: white;
   color: #000099
 }
.menu_title{
   font-family: ms sans serif;
   font-size: 13;
   font-style: bold;
   background-color:  #ffff99;
   color: #000099;
}
.Item_This_Page {
   font-family: ms sans serif; 
   font-size: 13;
   font-style: bold;
   background-color: #000099;
   color: red;
}
.listover {
   cursor: hand; 
   font-family: ms sans serif;
   font-size: 13;
   font-style: bold;
   color: #ff4500
   }
.listnormal {
   cursor: hand; 
   font-family: ms sans serif;
   font-size: 13;
   font-style: bold;
   color: #000099
 }
   