.navbar
{
}  

.mainDiv
{
  width:193px;
}

.topItem
{
	letter-spacing: 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 193px;
	height: 31px;
	color: #FFFFFF;
	cursor:pointer;
	text-indent:30px;
	background-image: url(../images/up-title.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}

.topItemOver
{
	text-indent:30px;
	letter-spacing: 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 31px;
	width: 193px;
	color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/up-title-on.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}

.topItemClose
{
	text-indent:30px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 31px;
	width: 193px;
	color: #FFF;
	cursor:pointer;
	background-image: url(../images/down-title.gif);
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
}


.topItemCloseOver
{
	text-indent:30px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 31px;
	width: 193px;
	color: #FFF;
	cursor:pointer;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/down-title-on.gif);
}



.dropMenu
{
	font: bold 11px tahoma,verdana,sans-serif;
	background-color: #ededed;
	color: #000;
	filter:alpha(opacity=100);
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-top:2px;
	/*height:18px;*/
	text-decoration:none;
	color: #3f3f3f;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 2px;
}

.subItem a
{
	margin-left:0px;
	text-decoration:none;
	color: #3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.subItemOver
{
	margin-left:2px;
	margin-top:2px;
	/*height:18px;*/
	color: #3f3f3f;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.subItemOver  a
{
	margin-left:0px;
	cursor:pointer;
	color: #428eff;
	text-decoration:none;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


.drop
{
}
