.navbar
{
}  

.mainDiv
{
	width:233px;
}

.topItem
{
	letter-spacing: 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 233px;
	height: 25px;
	color: #994800;
	cursor:pointer;
	text-indent:10px;
	background-image: url(../images/arrow-down-title.png);
	line-height: 24px;
	text-align: left;
	font-family: tahoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.topItemOver
{
  text-indent:10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url(../images/arrow-down-title-on.png) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 233px;
  color: #994800;
  cursor:pointer;
  line-height: 24px;
  text-align: left;
}

.topItemClose
{
  text-indent:10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url(../images/arrow-up-title.png) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 233px;
  color: #994800;
  cursor:pointer;
  line-height: 24px;
  text-align: left;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 10px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url(../images/arrow-up-title-on.png) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 233px;
  color: #994800;
  cursor:pointer;
  line-height: 24px;
  text-align: left;
}



.dropMenu
{
	background-color:;
	color: #994800;
	filter:alpha(opacity=100);
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left:10px;
	text-align: left;
}
.dropMenu2
{
	background-color:;
	color: #FFFFFF;
	filter:alpha(opacity=100);
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left:10px;
	text-align: left;
	padding-bottom: 15px;
}


.subItem a
{
   margin-left:10px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #FFFFFF;
   text-decoration:none;
   padding-bottom:10px;
}

.subItemOver
{
   color: #FFFFFF;
   text-decoration:none;
   padding-bottom:10px;
}




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