.navbar
{
	margin-left: 30px;
	margin-top: 110px;
	position: absolute;
	left: 0px;
	text-align: left;
	background-color: #999966;
}  

.mainDiv
{
	width:193px;
}

.topItem
{
	letter-spacing: 0;
	background: url("../images/arrow-up-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 193px;
	height: 22px;
	color: #FFFFFF;
	cursor:pointer;
	text-indent:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	
}

.topItemOver
{
	text-indent:10px;
	letter-spacing: 0px;
	background: url("../images/arrow-up-title-on-latest.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 22px;
	width: 193px;
	color: #000000;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	
}

.topItemClose
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("../images/arrow-down-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 22px;
	width: 193px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}


.topItemCloseOver
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("../images/arrow-down-title-on-latest.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 22px;
	width: 193px;
	color: #000000;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
}



.dropMenu
{
	background-color: #b3b38c;
	color: #000;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;	
}

.subMenu
{
   display:block;
}

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

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

.subItemOver
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}

.subItemOver  a
{
	margin-left:10px;
	cursor:pointer;
	color: #656544;
	text-decoration:underline;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	
}


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

