BODY {
	color: #7d7d7d;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration : none;
}

.whitecopy {
	color: #ffffff;
	text-decoration: none;
}

.navbar
{
}  

.mainDiv
{
  width:310px;
}

.menub
{
  font: bold 11px arial,tahoma,verdana,sans-serif;
  color: #ffffff;
  line-height:18px;
  text-decoration : none;
}

.menub:hover
{
  font: bold 11px arial,tahoma,verdana,sans-serif;
  text-decoration : none;
  line-height:18px;
  color: #ffff99; /* light color of middle menu */
}

.menu
{
  font: bold 12px arial,tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("img/arrow-up-title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 310px;
  height: 14px;
  color: #ffffff;
  cursor:pointer;
  text-decoration : none;
}

.menu:hover
{
  font: bold 12px arial,tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("img/arrow-up-title-on-home.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 14px;
  width: 310px;
  color: #afc4df;
  cursor:pointer;
  text-decoration : none;
}

.topItem
{
  font: bold 12px arial,tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("img/arrow-up-title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 310px;
  height: 14px;
  color: #ffffff;
  cursor:pointer;
}

.topItemOver
{
  font: bold 12px arial,tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("img/arrow-up-title-on-home.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 14px;
  width: 310px;
  color: #afc4df;
  cursor:pointer;
}

.topItemClose
{
  font: bold 12px arial,tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("img/arrow-down-title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 14px;
  width: 310px;
  color: #ffffff;
  cursor:pointer;
}


.topItemCloseOver
{
  font: bold 12px arial,tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("img/arrow-down-title-on-home.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 14px;
  width: 310px;
  color: #afc4df;
  cursor:pointer;
}



.dropMenu
{	
  font: bold 11px arial,tahoma,verdana,sans-serif;	
  background-color: #afc4df;
  color: #000;
  border: 0px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-right:10px;
   margin-top:2px;
   height:15px;
   font: bold 11px arial,tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #336699;
   background: url("img/sub-square.gif") no-repeat 0 0;
   background-position:center center;
   background-repeat:no-repeat;
   
}

.subItem a
{
   margin-right:23px;
   font: bold 11px arial,tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #336699;
   background: url("img/sub-square.gif") no-repeat 0 0;
   background-position:center center;
   background-repeat:no-repeat;
}

.subItemOver
{
   margin-right:10px;
   margin-top:2px;
   font: bold 11px arial,tahoma,verdana,sans-serif;	  
   height:15px;
   text-decoration:none;
   color: #ffffff;
   background: url("img/sub-square-on-home.gif") no-repeat 0 0;
   background-position:center center;
   background-repeat:no-repeat;
}

.subItemOver  a
{
   margin-right:23px;
   font: bold 11px arial,tahoma,verdana,sans-serif;
   cursor:pointer;	
   text-decoration:none;
   color: #ffffff;
   cursor:pointer;
   background: url("img/sub-square.gif") no-repeat 0 0;
   background-position:center center;
   background-repeat:no-repeat;
}


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


.foota
{
  font: bold 11px arial,tahoma,verdana,sans-serif;
  color: #333366;
  line-height:18px;
  text-decoration : none;
}

.foota:hover
{
  font: bold 11px arial,tahoma,verdana,sans-serif;
  text-decoration : none;
  line-height:18px;
  color: #afafaf; /* light color of middle menu */
}


