#navigation .mainDiv
{
	width:185px;
}

#navigation .topItem
{
	text-indent:5px;
  font: bold .8em Arial, Helvetica, sans-serif;
  background: url("images/arrow-up-title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 185px;
  height: 20px;
  color: #FFC000;
  cursor:pointer;
}

#navigation .topItemOver
{
	text-indent:5px;
  font: bold .8em Arial, Helvetica, sans-serif;
  background: url("images/arrow-up-title-on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  height: 20px;
  width: 185px;
  color: #FFC266;
  cursor:pointer;
}

#navigation .topItemClose
{
	text-indent:5px;
  font: bold .8em Arial, Helvetica, sans-serif;
  background: url("images/arrow-down-title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 185px;
  color: #FFC000;
  cursor:pointer;
}


#navigation .topItemCloseOver
{
	text-indent:5px;
  font: bold .8em Arial, Helvetica, sans-serif;
  background: url("images/arrow-down-title-on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 185px;
  color: #FFC266;
  cursor:pointer;
}



#navigation .dropMenu
{
	text-indent:5px;
	font: .7em Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #000;
	border: 1px solid #FFC000;
	border-width: 0 0px 1px 0px;
	filter:alpha(opacity=100);
	margin:0px;
	padding:0px;
	width:185px;
}

#navigation .subMenu
{
   display:block;
   height:15px;
   width:185px;
}

#navigation .subItem
{
	margin:0px;
	padding:0px;
   text-decoration:none;
   color: #FFC000;
   
}

#navigation .subItem a
{
   margin:0px;
	padding:0px;
	display:block;
	width:160px;
	height:15px;
   text-decoration:none;
   color: #FFC000;
}

#navigation .subItemOver
{
   margin:0px;
	padding:0px; 
   color: #FFC266;
}

#navigation .subItemOver  a
{
   margin:0px;
	padding:0px;
	display:block;
	width:160px;
	height:15px;
   cursor:pointer;	
   color: #FFC266;
   text-decoration:underline;
}


#navigation .drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}