body
{
	behavior: url( "/css/csshover2.htc" );
}

	/* the menu */

#menu
{
	width: 200px;
	color:#033;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.7em;
	text-transform: uppercase;
	float: left;
	/* margin-top: 0px;
	background-color: #93AC84; */
}

* html #menu{width: 193px;}
* html #menu{line-height: 1.4em;}
ul, li, a 
{	
	margin:0;
	padding:0;
	border:0;
}

/* #menu ul {width: 208px;} */

#menu ul li{display: block;}

/*   * html #menu ul{width: 193px;} */

li 
{
	position:relative;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #ccc;
	padding-top: 4px;
	padding-left:10px;
	z-index:9;
}
li.actionbutton {background-color: #829a73;}
li.folder	
{
	
	background-repeat: no-repeat;
	background-position: bottom right;
}	

li.folder ul 
{
	position:absolute;
	left:150px; /* IE */
	top:5px;
	background-color: #93AC84;
	text-transform: capitalize;
	border: 1px solid grey;
	width: 190px;
}		

li.folder>ul { left:170px; } /* others */

#menu a 
{
	padding: 2px 0px;	
	text-decoration:none;
	color:#033;
	font-weight: bold;
	width:100%; /* IE */
}

li>a { width:auto; } /* others */

li a.submenu 
{
	
}

/* regular hovers */

#menu a:hover 
{
	border-color:gray;
	color: #600;
	/* background-color: #A5B999;	// Taken out 8-22-08 - PW */
}
li.folder a:hover 
{
	/* background-color:#A5B999;   // Taken out 8-22-08 - PW */
}

/* hovers with specificity */

li.folder:hover { z-index:10; }		

ul ul, li:hover ul ul 
{
	display:none;
}

li:hover ul, li:hover li:hover ul 
{
	display:block;
}		


/* for the news*/
div .x
{
	padding:  5px;	
	line-height: 11px;
	font-weight: normal;
}

div .x a {text-transform: none;}
.twolines {line-height: 16px;}


/* SEARCH FORM */
.forms {margin-bottom:15px;}

.privacy {text-transform:none; color:#64765a; font-size:10px; line-height:11px; margin-bottom:15px; font-weight:normal;}
.privacy a, .privacy a:visited, .privacy a:active {color:#003430;}

.submitbutton {
      width: 22px;
      height: 18px;
      padding: 0px;
      margin: 0 0 0 7px;
      border: 0;
      background: transparent url(../img/submitarrow.gif) no-repeat top left;
	  text-indent: -1000em;
      cursor: pointer; /* hand-shaped cursor */
      cursor: hand; /* IE 5.x */
    }


