.navbar
{
}  

.mainDiv
{
  width:100%;
}

.topItem
{
  background: url("images/arrow-up-title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  cursor:pointer;
	text-align: left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 3px;
	display:block;
	border-left: 0px solid #000;
	border-right: 0px dotted #000000;
	border-top: 0px solid;
	border-bottom: 1px dotted #000000;
	width: 100%;
	letter-spacing: 2px;
}

.topItemOver
{
  background: url("images/arrow-up-title-on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  cursor:pointer;
  background-color:#000000;
  	text-align: left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 3px;
	display:block;
	border-left: 0px solid #000;
	border-right: 0px dotted #000000;
	border-top: 0px solid;
	border-bottom: 1px dotted #000000;
	width: 100%;
	letter-spacing: 2px;
}

.topItemClose
{
  background: url("images/arrow-down-title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  cursor:pointer;
	text-align: left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 3px;
	display:block;
	border-left: 0px solid #000;
	border-right: 0px dotted #000000;
	border-top: 0px solid;
	border-bottom: 1px dotted #000000;
	width: 100%;
	letter-spacing: 2px;
}


.topItemCloseOver
{

  background: url("images/arrow-down-title-on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  cursor:pointer;
  background-color:#000000;
  	text-align: left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 3px;
	display:block;
	border-left: 0px solid #000;
	border-right: 0px dotted #000000;
	border-top: 0px solid;
	border-bottom: 1px dotted #000000;
	width: 100%;
	letter-spacing: 2px;
}



.dropMenu
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	margin: 0px;
	padding: 0px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   text-decoration:none;
   color: #000;
   font-size: 9px;
   
}

.subItem a
{
   margin-left:10px;
   margin-top:2px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration:none;
   height:18px;
   color: #000;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration:none;
   height:18px;
   color: #fff;
}

.subItemOver  a
{
   margin-left:10px;
   margin-top:2px;
   font-family: Arial, Helvetica, sans-serif;
   color: #fff;
   height:18px;
   text-decoration:none;
}


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




