/* CSS Document */



/* Brian Gue, July 2 */



.menu { 

  font-family: Arial, Verdana;

	background: #fff url(./images/menuback.jpg) no-repeat;

	color: inherit;

	left: 1ex;

	padding-bottom: 0.5ex;

  padding-left: 0.5ex;

  padding-right:0.5ex;



  border-color: black;

  border-style: solid;

  border-width: 1px;

	position: relative;

  text-align: center;

	top:auto;

	min-width:120px;

  

}



.menu div {

	font-weight:bold;

	background: url(divback.png) repeat-x;

	margin: 1ex 0px 0.5ex;

	color: black;

	text-align: center;

}



.menu a:link, .menu a:visited {

	padding-right: 1px;

	display: block; 

	padding-left: 1px;

  font-weight: normal;

	text-align: left;

	text-decoration: none;

#	color: #0f286a;
	color: #330099;

	background: transparent;	

}



.menu dt {

	font-weight: bold;
	background: url(dtback.jpg) repeat-x repeat-y;

}



.menu dt a:link { 

  font-weight:bold;



 }

.menu dt a:visited { 

  font-weight:bold;

 }

.menu dd {

	margin-left: 0px;

	padding-left: 0px;

  font-weight: normal;

  font-size: 85%;

  text-align: left;

}



.menu dl {

	color: #000000;

  font-size: 90%;

	margin-top: 0px;

	margin-bottom: 0.5ex;

}



.menu a:hover {

	/*background: url(menuhover2.png) repeat-y;

	background-color: #330099; */

	text-decoration: none;

	color: green;

	font-weight: normal;

	/* background-color: */



}

	

.menu dd a:before {

	/* doesn't work in IE */

	content: " » ";

}

.menubackground1 {
	background-image: url(images/bg-shear.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}

