.navbar
{
	width: 532px;
}  

.mainDiv
{
  width:532px;
}

.topItem
{
	background-image:url(../images/arrow-up-title.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border: none;
	width: 532px;
	height: 25px;
	color: #54659c;
	cursor:pointer;
	text-indent:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	line-height: 24px;
}

.topItemOver
{
	text-indent:10px;
	letter-spacing: 0;
	background-image:url(../images/arrow-up-title-on.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height: 25px;
	width: 532px;
	color: #8c5f40;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	line-height: 24px;

}

.topItemClose
{
	text-indent:10px;
	letter-spacing: 0;
	background-image:url(../images/arrow-down-title.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height: 25px;
	width: 532px;
	color: #54659c;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	line-height: 24px;

}


.topItemCloseOver
{
	text-indent:10px;
	letter-spacing: 0;
	background-image:url(../images/arrow-down-title-on.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height: 25px;
	width: 532px;
	color: #8c5f40;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	line-height: 24px;

}



.dropMenu
{
	color: #3b3b3b;
	border: 1px solid #FFFFFF;
	border-width: 0 1px 1px 1px;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-left:10px;
	margin-top:2px;
	height:100px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
}

.subItem a
{
	margin-left:10px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.subItemOver
{
	margin-left:10px;
	margin-top:2px;
	height:100px;
	line-height: 1.35em;
}

.subItemOver  a
{
	margin-left:10px;
	cursor:pointer;
	text-decoration:underline;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
}


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

