.navbar
{
}  

.mainDiv
{
  width:20%;
}

.topItem
{
  text-indent:10px;
  font: 18px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  /*background: url("../styles/arrow-up-title.jpg") no-repeat 0 0;*/
  background: url("../styles/up.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 180px;
  height: 24px;
  /*color: #215dc6;*/
  color: #215E21;
  cursor:pointer;
}

.topItemOver
{
  text-indent:10px;
  font: 18px tahoma,verdana,sans-serif;
  letter-spacing: 0;
 /*background: url("../styles/arrow-up-title-on.jpg") no-repeat 0 0;*/
  background: url("../styles/up_on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 24px;
  width: 180px;
  color: #215E21;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: 18px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  /*background: url("../styles/arrow-down-title.jpg") no-repeat 0 0;*/
  background: url("../styles/down.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 24px;
  width: 180px;
  /*color: #215dc6;*/
  color: #215E21;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: 18px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  /*background: url("../styles/arrow-down-title-on.jpg") no-repeat 0 0;*/
  background: url("../styles/down_on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 24px;
  width: 180px;
  color: #215E21;
  cursor:pointer;
}



.dropMenu
{
  font: 18px tahoma,verdana,sans-serif;	
  /*background: url("cell_bg01.jpg") repeat 0 0;*/
  color: #000000;
  /*border: 1px solid #FFFFFF;*/
 /* border-width: 0 1px 1px 1px;*/
  filter:alpha(opacity=100);
  padding-top:1px;
  padding-bottom:1px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:3px;
   margin-top:2px;
   height:34px;
   font: 18px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #215E21;
   
}

.subItem a
{
   margin-left:3px;
   font: light 18px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
  /*color: #215dc6;*/
  color: #215E21;
}

.subItemOver
{
   margin-left:3px;
   margin-top:1px;
   font: 18px tahoma,verdana,sans-serif;	  
   height:34px;
   color: #215E21;
}

.subItemOver a
{
   margin-left:3px;
   font: light 18px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #215E21 ;
 /*  text-decoration:underline;*/
   cursor:pointer;
}


.drop
{
 /* border-left:2px solid black;*/
   /*border-right:1px solid black;	*/
}

.warning {
  white-space: wrap;
  text-indent: 0;
  text-decoration: none;
  color: red;
  font: 110% Georgia, 'Gill Sans', Verdana, 'Helvetica Narrow', sans-serif;
  text-align: justify;
  margin: 1px 0.2em 0 0;
}
.small {
 font-family:  Georgia, 'Gill Sans', Verdana, Arial, sans-serif;
 font-size: 75%;
  color: green;

}
.ok {
  white-space: wrap;
  text-indent: 0;
  text-decoration: none;
  color: green;
  font: 110% Georgia, 'Gill Sans', Verdana, 'Helvetica Narrow', sans-serif;
  text-align: justify;
  margin: 1px 0.2em 0 0;
}

}
/*h1 {
 font-family:  Georgia, 'Gill Sans', Verdana, Arial, sans-serif;
 color: #0000ff;
 font-size:150%;
 text-transform: uppercase;
}
h2 {
 font-family:  Georgia, 'Gill Sans', Verdana, Arial, sans-serif;
 color: blue;
 font-size: 135%;
 text-transform: capitalize;
}
h3 {
 font-family:  Georgia, 'Gill Sans', Verdana, Arial, sans-serif;
 color: blue;
 font-size: 120%;
 text-decoration: capitalize;
}
p  {
 font-family:  Georgia, 'Gill Sans', Verdana, Arial, sans-serif;
 font-size: 100%;
}
td {
 font-family:  Georgia, 'Gill Sans', Verdana, Arial, sans-serif;
 color: black;
 font-size:100%;
}
*/
form {
 font-family:  Georgia, 'Gill Sans', Verdana, Arial, sans-serif;
 color: black;
 font-size: 80%;
}
ul
{
 font-family:  Georgia, 'Gill Sans', Verdana, Arial, sans-serif;
 font-size: 100%;
 color: #002288blue;
}
