.navbar
{
}  

.mainDiv
{
  width:185px;
}

.topItem
{
  font: bold 12px arial,sans-serif;
  letter-spacing: 0;
  background: url("images/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 153px;
  height: 25px;
  color: #ffffff;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 12px arial,sans-serif;
  letter-spacing: 0;
  background: url("images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 153px;
  color: #ffffff;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px arial,sans-serif;
  letter-spacing: 0;
  background: url("images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 153px;
  color: #ffffff;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px ,arial,sans-serif;
  letter-spacing: 0;
  background: url("images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 153px;
  color: #ffffff;
  cursor:pointer;
}



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

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px arial,sans-serif;	
   text-decoration:none;
   color: #221a6a;
   
}

.subItem a
{
   margin-left:23px;
   font: 11px arial,sans-serif;	 	
   text-decoration:none;
   color: #221a6a;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 11px arial,sans-serif;	  
   height:18px;
   color: #0b044c;
   text-decoration:none;
}

.subItemOver  a
{
   margin-left:23px;
   font: 11px arial,sans-serif;
   cursor:pointer;	
   color: #0b044c;
   text-decoration:none;
   cursor:pointer;
}


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

a {
	color : #0f0947;
}

a:hover {
	color : #756faf;
}

a.menu {
    color	    : #221a6a;
    text-decoration : none;
    font-size=10;
}

p.small{
    color	    : #221a6a;
    text-decoration : none;
    font-size: 0.8em;
}

a.tiny{
    color	    : #221a6a;
    text-decoration : none;
    font-size: 0.7em;
}

a.menu:hover {
	color : #0b044c;
}

td {
	font-family : arial;
	color : #0b044c;
	font-size=14;
	border  : 0px #ffffff;
}




