.navbar
{
}  

.mainDiv
{
  width:185px;
}
.spcr
{
   height:5px;
}
.topItem
{
	letter-spacing: normal;
	background: url("arrow-up-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 185px;
	height: 25px;
	color: #FFFFFF;
	cursor:pointer;
	text-indent:10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

.topItemOver
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("arrow-up-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

.topItemClose
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("arrow-down-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}


.topItemCloseOver
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("arrow-down-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}



.dropMenu
{
	background-color: #ECE9D8;
	color: #669966;
	border: 1px solid #FFFFFF;
	border-width: 0 1px 1px 1px;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-left:2px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #669966;
	background-color: #FFFFFF;
	margin-right: 2px;
	font-family: Arial;
	font-size: 10px;
}

.subItem a
{
	margin-left:2px;
	text-decoration:none;
	color: #669966;
	font-family: Arial;
	font-size: 10px;
}

.subItemOver
{
	margin-left:2px;
	margin-top:2px;
	height:18px;
	color: #669966;
	margin-right: 2px;
	font-family: Arial;
	font-size: 10px;
}

.subItemOver  a
{
	margin-left:2px;
	cursor:pointer;
	color: #669966;
	text-decoration:underline;
	cursor:pointer;
	font-family: Arial;
	font-size: 10px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
.boder2 {
	background-color: #E9D7B8;
	border: 2px dotted #000000;
}
