.mainDiv
{
  position:relative;
}

.topItem
{
	text-indent:10px;
	font-weight:bold;
	font-size:12px;
	background: url(../../../images/stick_w.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:left;
}

.topItemOver
{
	text-indent:10px;
	font-weight:bold;
	font-size:12px;
	background: url(../../../images/stick_w.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:left;
}

.topItemClose
{
	text-indent:10px;
	font-weight:bold;
	font-size:12px;
	background: url(../../../images/stick_h.png);
	background-position:left 3px;
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:left;
}


.topItemCloseOver
{
	text-indent:10px;
	font-weight:bold;
	font-size:12px;
	background: url(../../../images/stick_h.png);
	background-position:left 3px;
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:left;
}



.dropMenu
{
  padding-top:3px;
  padding-bottom:3px;
}

.subMenu
{
   display:block;
}

.subItem
{
	background: url(../../../images/stick_h_litle.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	margin-left:10px;
    margin-top:2px;
    height:14px;
	text-indent:8px; 
}

.subItem a
{
	background: url(../../../images/stick_h_litle.png);
	background-position:left 5px;
	background-repeat:no-repeat;
   
}

.subItemOver
{
	background: url(../../../images/stick_h_litle.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	margin-left:10px;
    margin-top:2px;
    height:14px;
	text-indent:8px; 

}

.subItemOver  a
{
	background: url(../../../images/stick_h_litle.png);
	background-position:left 5px;
	background-repeat:no-repeat;

}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
