.navbar
{
}  

.mainDiv
{
  width:750px;
  margin-bottom: 4px
}

.topItem
{
	letter-spacing: 0;
	background: url("web-design/arrow-up-title.jpg") no-repeat 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	width: 750px;
	height: 25px;
	color: #285858;
	cursor: hand;
	text-indent: 10px;
	padding-top: 2px;
	text-align: left;
	font-family: MS,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.topItemOver
{
	text-indent: 10px;
	letter-spacing: 0;
	background: url("web-design/arrow-up-title-on.jpg") no-repeat 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	height: 25px;
	width: 750px;
	color: #285858;
	padding-top: 2px;
	cursor: hand;
	text-align: left;
	font-family: MS,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.topItemClose
{
	text-indent: 10px;
	letter-spacing: 0;
	padding-top: 2px;
	background: url("web-design/arrow-up-title-on.jpg") no-repeat 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	height: 25px;
	width: 750px;
	color: #285858;
	cursor: hand;
	text-align: left;
	font-family: MS,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.topItemCloseOver
{
	text-indent: 10px;
	letter-spacing: 0;
	padding-top: 2px;
	background: url("web-design/arrow-down-title-on.jpg") no-repeat 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	height: 25px;
	width: 185px;
	color: #428EFF;
	cursor: hand;
	text-align: left;
	font-family: MS,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}



.dropMenu
{
  font: bold 11px Trebuchet MS,sans-serif;	
  background-color: #d6e5e5;
  color: #000;
  border: 1px solid #285858;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:15px;
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 1px;
	height: 16px;
	font-size: 11px;
	font-family: verdana,sans-serif;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	text-align: left;
}





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