<!DOCTYPE CSS> 


#MyTitle{
font-family: Times New Roman,Times,serif;
  font-size: xx-large;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  top: auto;  font-style: normal;
  center;color:Yellow}


#MySubTitle{
font-family: Times New Roman,Times,serif;
    font-size: medium;
  text-align: center;
  margin-top: 0px;
  color:White;
  margin-bottom: 5px;
  display: block;
  top: auto;  
font-style: normal;

  
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
width:240px;
padding:0px;
text-align:center;  
  font-family: Times New Roman,Times,serif;
  font-style: normal;
  font-weight:bold;
  color: Red;
  background-color: White;

}

.menutitle span{
display:inline-block;
cursor:pointer;
width:235px;
height:;
border: solid thick red;

}

.menutitle span:hover{

  background-color:black;
color: White;

}

.menuitem {
cursor:pointer;
margin-bottom: 5px;
margin-left: 15px;
width:200px;
padding:2px;
text-align:center;
color: White;
  font-family: Times New Roman,Times,serif;
  font-style: normal;
  font-weight:bold;

background-color:red;

}

.menuitem span{
display:inline-block;
cursor:pointer;
width:200px;
height:;


}

.menuitem span:hover{
   background-color: black;
}


.submenu{ margin-bottom: 5px;
width:200px;
padding:2px;
  color: #0000f0;
  background-color: Black;
color:#000000;

 }

#TitleDiv{
    border-bottom: outset thick #ffff00;
   background-color: Black;
   layer-background-color: black;
   width:840px

}

#lefttitle{
    background-color: Black;
font-size: xx-large;
 color: White;
  display: block;
  float: left;
width:840px;
height:180px
}



#middletitle{
  background-color: Black;
  display: block;
  float: left;
  height:180px;
  width:250px;
}


#righttitle{
  background-color: Black;
  display: block;
  float: left;
  height:180px;
  width:50px; 
}

#masterdiv{
 float:left;
 height:100%; width:250px;
background-color: Black;
}

#masterdivpanel{
 float:left;
 height:100%; width:250px;
background-color: Green;
}

.panel {
  font-family: Times New Roman,Times,serif;
  font-size: medium;
  Z-INDEX: 10;
  background-color:black;
  color: red
  FLOAT: left;
  width:848px;
  display: none;

  
}
.panelTable {
 
border: 0px;
 cellspacing:0;
 cellpadding:5;
 background-color:blue;
 color:red
}
