.navbar
{
}  

.mainDiv
{
  width:216px;
}

.topItem_noarrow
{
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/no-arrow-title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 216px;
  color: #215dc6;
  cursor:pointer;
  text-indent:10px;
	font-size: 10px;
	font-weight: 550;
	vertical-align: middle;
}
.topItem_noarrow a
{
	color: #FFFD00; /*#336699;  #ffff66; */
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}


.topItem_noarrow_dx
{
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/no-arrow-title-dx.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 216px;
  color: #277ec0;
  cursor:pointer;
  text-indent:10px;
	font-size: 10px;
	font-weight: 550;
	vertical-align: middle;
}
.topItem_noarrow_dx a
{
	color: #277ec0;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.topItem
{
	background: url("../images/arrow-down-title1.gif");
	background-repeat: no-repeat;
	border: none;
	margin: auto;
	background-position: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	height: 18px;
}

.topItem a {
	color: #FFFD00; /*#336699;  #ffff66; */
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.topItem_dx
{
	background: url("../images/arrow-down-title1.gif");
	background-repeat: no-repeat;
	border: none;
	margin: auto;
	background-position: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	height: 18px;
	color: #277ec0;
}

.topItem_dx a {
	color: #277ec0;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.topItemOver
{
	background: url("../images/arrow-up-title-on1.gif");
	background-repeat: no-repeat;
	border: none;
	margin: auto;
	background-position: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	height: 18px;
}

.topItemOver a {
	color: #FFFD00; /*#336699;  #ffff66; */
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.topItemClose
{
	background: url("../images/arrow-up-title-on1.gif");
	background-repeat: no-repeat;
	border: none;
	margin: auto;
	background-position: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	height: 18px;
}

.topItemClose a {
	color: #FFFD00; /*#336699;  #ffff66; */
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.topItemCloseClose
{
	background: url("../images/arrow-down-title1.gif");
	background-repeat: no-repeat;
	border: none;
	margin: auto;
	background-position: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	height: 18px;
}

.topItemCloseClose a {
	color: #FFFD00; /*#336699;  #ffff66; */
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.topItemCloseOver
{
	background: url("../images/arrow-up-title-on1.gif");
	background-repeat: no-repeat;
	border: none;
	margin: auto;
	background-position: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	height: 18px;
}

.topItemCloseOver a
{
	color: #FFFD00; /*#336699;  #ffff66; */
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.topItemCloseCloseOver
{
	background: url("../images/arrow-down-title1.gif");
	background-repeat: no-repeat;
	border: none;
	margin: auto;
	background-position: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	height: 18px;
}

.topItemCloseCloseOver a
{
	color: #FFFD00; /*#336699;  #ffff66; */
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.dropMenu
{
  font: bold 11px Arial;	
  background-color: #d6dff7;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:5px;
   margin-top:2px;
   height:20px;
	font-size: 12px;
	font-family: Arial;
   text-decoration:none;
   color: #215dc6;
}

.subItem a
{
	color: #336699; /*#336699;  #ffff66; */
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	padding-bottom: 15px;
}

.subItemOver
{
   margin-left:7px;
   margin-top:2px;
	font-size: 12px;
	font-family: Arial;
   height:20px;
   color: #428eff;
}

.subItemOver  a
{
	color: #336699; /*#336699;  #ffff66; */
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	padding-bottom: 15px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}





