#navigation .mainDiv
{
	width:165px;
}

#navigation .topItem
{
  text-indent:20px;
  font: bold .8em Arial, Helvetica, sans-serif;
  background: url("images/nav_button_up.jpg") no-repeat 0 0;
  background-repeat:no-repeat;
  border: none;
  width: 165px;
  height: 25px;
  color: #fff;
  cursor:pointer;
  padding-top:4px;
}

#navigation .topItemOver
{
	text-indent:20px;
  font: bold .8em Arial, Helvetica, sans-serif;
  background: url("images/nav_button_up.jpg") no-repeat 0 0;
  background-repeat:no-repeat;
  border: none;
  height: 25px;
  width: 165px;
  color: #fff;
  cursor:pointer;
  padding-top:4px;
}

#navigation .topItemClose
{
	text-indent:20px;
  font: bold .8em Arial, Helvetica, sans-serif;
  background: url("images/nav_button_up.jpg") no-repeat 0 0;
  background-repeat:no-repeat;
  height: 25px;
  width: 165px;
  color: #fff;
  cursor:pointer;
  padding-top:4px;
}


#navigation .topItemCloseOver
{
	text-indent:20px;
  font: bold .8em Arial, Helvetica, sans-serif;
  background: url("images/nav_button_up.jpg") no-repeat 0 0;
  background-repeat:no-repeat;
  height: 25px;
  width: 165px;
  color: #fff;
  cursor:pointer;
  padding-top:4px;
}



#navigation .dropMenu
{
	text-indent:20px;
	font: .7em Arial, Helvetica, sans-serif;
	background-color: #327624;
	color: #000;
	border: 1px solid #fff;
	border-width: 0 0px 1px 0px;
	filter:alpha(opacity=80);
	margin:0px;
	padding:0px;
	width:150px;
}

#navigation .subMenu
{
   display:block;
   height:18px;
   width:150px;
}

#navigation .subItem
{
	margin:0px;
	padding:0px;
   text-decoration:none;
   color: #FFC000;
   
}

#navigation .subItem a
{
   margin:0px;
	padding:0px;
	display:block;
	width:150px;
	height:18px;
   text-decoration:none;
   color: #fff;
}

#navigation .subItemOver
{
   margin:0px;
	padding:0px; 
   color: #fff;
   background-color:#56884D;
}

#navigation .subItemOver  a
{
   margin:0px;
	padding:0px;
	display:block;
	width:150px;
	height:18px;
   cursor:pointer;	
   color: #fff;
   text-decoration:underline;
}


#navigation .drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
