.mainDiv
{
  width:175px;
}

.topItem
{
	letter-spacing: normal;
	background-repeat:no-repeat;
	width: 185px;
	height: 25px;
	cursor:pointer;
	text-indent:10px;
	background-image: url(Images/Graphics/arrow-up-title-onb.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #311904;
	font-variant: small-caps;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

.topItemOver
{
	text-indent:10px;
	letter-spacing: 0;
	height: 25px;
	width: 185px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(Images/Graphics/arrow-up-title-onb.gif);
	text-align: left;
}

.topItemClose
{
	text-indent:10px;
	font: bold 12px tahoma,verdana,sans-serif;
	letter-spacing: 0;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #215dc6;
	cursor:pointer;
	background-image: url(Images/Graphics/arrow-down-title-on.gif);
	text-align: left;
}


.topItemCloseOver
{
	text-indent:10px;
	font: bold 12px tahoma,verdana,sans-serif;
	letter-spacing: 0;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #428eff;
	cursor:pointer;
	background-image: url(Images/Graphics/arrow-down-title-on.gif);
	text-align: left;
}



.dropMenu
{
	border: 1px solid #FFFFFF;
	border-width: 0 1px 1px 1px;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #D5C7A4;
}

.subMenu
{
	display:block;
	background-color: #D5C7A4;
}

.subItem
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #311904;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #D5C7A4;
   
}

.subItem a
{
	margin-left:23px;
	color: #311904;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	height: 18px;
}

.subItemOver
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	color: #765741;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.subItemOver  a
{
	margin-left:23px;
	cursor:pointer;
	color: #311904;
	text-decoration:underline;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
