.navbar2
{
}  

.mainDiv
{
  width:375px;
  padding:0;
}

.topItem
{
  font: bold 15px garamond,times,sans-serif;
  letter-spacing: 0;
  background: url("images/expanded.gif") no-repeat 0 0;
  background-position:center left;
  background-repeat:no-repeat;
  background-color:#314A5D;
  border: none;
  width: auto;
  height: 25px;
  color: #EDEDDE;
  cursor:pointer;
  text-indent:25px;
  padding-top:5px;
}

.topItemOver
{
  text-indent:25px;
  padding-top:5px;
  font: bold 15px garamond,times,sans-serif;
  letter-spacing: 0;
  background: url("images/expanded.gif") no-repeat 0 0;
  background-position:center left;
  background-repeat:no-repeat;
  background-color:#314A5D;
  width:auto;
  height: 25px;
  color: #EDEDDE;
  cursor:pointer;
}

.topItemClose
{
  text-indent:25px;
  padding-top:5px;
  font: bold 15px garamond,times,sans-serif;
  letter-spacing: 0;
  background: url("images/collapsed.gif") no-repeat 0 0;
  background-position:center left;
  background-repeat:no-repeat;
  background-color:#314A5D;
  width:auto;
  height: 25px;
  color: #EDEDDE;
  cursor:pointer;
}

.topItemCloseOver
{
  text-indent:25px;
  padding-top:5px;
  font: bold 15px garamond,times,sans-serif;
  letter-spacing: 0;
  background: url("images/expanded.gif") no-repeat 0 0;
  background-position:center left;
  background-repeat:no-repeat;
  background-color:#314A5D;
  width:auto;
  height: 25px;
  color: #EDEDDE;
  cursor:pointer;
}



.dropMenu
{
  font: bold 15px garamond,times,sans-serif;	
  background-color: #EDEEE2;
  color: #000;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:6px;
   margin-top:2px;
   height:18px;
   font: 14px garamond,times,sans-serif;	
   text-decoration:none;
   color: #000000;
   
}

.subItem a
{
   margin-left:18px;
   font: 14px garamond,times,sans-serif;	 	
/*   text-decoration:underline;
*/   color: #000000;
	font-weight: bold;
}

.subItemOver
{
   margin-left:6px;
   margin-top:2px;
   font: 14px garamond,times,sans-serif;	  
   height:18px;
   color: #000000;
}

.subItemOver  a
{
   margin-left:18px;
   font: 14px garamond,times,sans-serif;
   cursor:pointer;	
   color: #000000;
   text-decoration:none;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

#linkDiv{
	margin: 0px 0px 2px 0px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-indent: 0px;
	text-align: left;
	height: auto;
}
#linkDiv p{
	margin: 4px 0px 6px 0px;
}
#linkDiv a{
	text-decoration: none;
	font-weight: bold;
}
#linkDiv a:hover{
	text-decoration: underline;
}
#navlink a:current{
	color: #FFD700;
}
#navlink a:active{
	color: #FFD700;
}
#navbar #current {
color: #FFD700;
}
#current {
color: #FFD700;
}
}

