﻿.navbar
{
 width:180px;
 padding-bottom:7px;
}  

.mainDiv
{
  width:180px;
}

.mainItem
{
  font: normal 15px arial;
  letter-spacing: 0;
  border: none;
  width: 180px;

  color: #FFFFFF;
  cursor:pointer;
  text-indent:2px;

     padding-bottom:15px;
}

.mainItemOver
{
  text-indent:2px;
  font: normal 15px arial;
  letter-spacing: 0;
  height: 26px;
  width: 180px;
  color: #65C0C7;
  cursor:pointer;
}


.topItem
{
  font: normal 15px arial;
  letter-spacing: 0;
/*  background: url("arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat; */
  border: none;
  width: 180px;
 /* height: 26px; */
  color: #FFFFFF;
  cursor:pointer;
  text-indent:2px;
  display:list-item;
  
  
  
}

.topItemOver
{
  text-indent:2px;
  font: normal 15px arial;
  letter-spacing: 0;
 /* background: url("arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat; */
  
  width: 180px;
  color: #65C0C7;
  cursor:pointer;
}

.topItemClose
{
   text-indent:2px;
  font: normal 15px arial;
  letter-spacing: 0;
/*  background: url("arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat; */
  height: 26px;
  width: 180px;
  color: #FFFFFF;
  cursor:pointer;
}


.topItemCloseOver
{
   text-indent:2px;
  font: normal 15px arial;
  letter-spacing: 0;
/*  background: url("arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat; */
  height: 26px;
  width: 180px;
  color:#65C0C7;
  cursor:pointer;
}



.dropMenu
{
  font: 15px arial;	
  background-color: #7e878a;
  color: #FFFFFF;
  border: 0px ;
  border-width: 0 0px 0px 0px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:20px;
  padding-top:2px;
  padding-left:15px;
}

.subMenu
{
   display:block;
  
}

.subItem
{
	margin-left:0px;
	margin-top:4px;
	margin-bottom:4px;
	height:19px;
	font: 15px arial;
	text-decoration:none;
	color: #215dc6;
	border-bottom-width: 1px;
	border-bottom-color: #BCC1C3;
	border-bottom-style: solid;
}

.subItem a
{
   margin-left:0px;
   font: 15px arial; 	
   text-decoration:none;
   color: #FFFFFF;
  border-width: 0 0px 1px 0px;
   border-color: #FF00FF;
}

.subItemOver
{
   margin-left:0px;
   margin-top:4px;
   margin-bottom:4px;
   font: 13px arial;  
   height:19px;
   color: #65C0C7;
   border-bottom-width: 1px;
	border-bottom-color: #BCC1C3;
	border-bottom-style: solid;
}

.subItemOver  a
{
   margin-left:0px;
   font: 15px arial;
   cursor:pointer;	
   color: #65C0C7;
   text-decoration:none;
   cursor:pointer;
   border-width: 0 0px 1px 0px;
   border-color: #FF00FF;
}


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