.navbar
{
}  

.mainDiv
{
  width:200px;
}

.topItem
{
  text-indent:30px;
  font: bold 18px Arial;		
  letter-spacing: 0;
  background: url("images/arrow-up-title.jpg") no-repeat 0 0;
  background-position:right ;
  background-repeat:no-repeat;
  border: none;
  width: 185px;
  height: 25px;
  color: #000000;
  cursor:pointer;
 
}

.topItemOver
{
  text-indent:30px;
  font: bold 18px Arial;
  letter-spacing: 0;
  background: url("images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:right ;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #a80000;
  cursor:pointer;
}

.topItemClose
{
  text-indent:30px;
  font: bold 14px Arial;
  letter-spacing: 0;
  background: url("images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:right ;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #666565;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:30px;
  font: bold 14px Arial;
  letter-spacing: 0;
  background: url("images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:right ;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #a80000;
  cursor:pointer;
}



.dropMenu
{
   font:16px arial;
  
  color: #6e6d6d;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem 
{
   text-indent:8px;
   margin-left:0px;
   margin-top:2px;
   height:18px;
   font:16px arial;
   text-decoration:none;
   color: #6e6d6d;
  
}



.subItem a
{
   margin-left:23px;
   font:16px arial;	
   text-decoration:none;
   color: #6e6d6d;
}

.subItemOver
{
   text-indent:8px;
   margin-left:0px;
   margin-top:2px;
   font:16px arial;
   height:18px;
   color: #d50000;
}

.subItemOver  a
{
   margin-left:23px;
   font:16px arial;
   cursor:pointer;	
   color: #d50000;
   text-decoration:underline;
   cursor:pointer;
}
.subItemOnclick
{
 text-indent:8px;
   margin-left:0px;
   margin-top:2px;
   font:16px arial;
   height:18px;
   color: #d50000;  
}

.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

INPUT
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #cccccc 1px solid;
    COLOR: #666;
    BORDER-BOTTOM: #cccccc 1px solid;
    FONT-FAMILY: arial;
    HEIGHT: 18px;
    BACKGROUND-COLOR: #eeeeee
}

textarea
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #cccccc 1px solid;
    COLOR: #666;
    BORDER-BOTTOM: #cccccc 1px solid;
    FONT-FAMILY: arial;
    HEIGHT: 60px;
    BACKGROUND-COLOR: #eeeeee;
		overflow-x: hidden; 
		overflow-y: hidden;
}
#contact { 
 border: 0px solid #666699; 
 padding: 5px; 
}
.TextForm {
	font-family: arial;
	font-size: 12px;

	color: #A80000;
	text-align: right;


}

