/* CSS Document */
.style1 {
color: #CC0066
}
.style1 a {
	color: #CC0066; text-decoration: underline; font-weight: bold;
}
.style1 a:visited {
	color: #CC0066; text-decoration: underline; font-weight: bold;
}
.style1 a:hover {
	color: #FF6600; text-decoration: underline; font-weight: bold;
}
.style1 a:active {
	color: #FF6600; text-decoration: underline; font-weight: bold;
}
.menu
  {
	position:absolute;
	background-color:#83B76F;
	border:1px solid #99CC33;
	width:148;
	font:bold 10px verdana;
	position:absolute;
	cursor:se-resize;
	color: #FFFFFF;
  }
  .item_panel
  {
    width:148;
    border-left:1px solid #99CC33;
    border-right:1px solid #99CC33;
    clip:rect(0,150,0,0);
    position:absolute;

  }
  .item_panel a
  {
	text-decoration:none;
	color:#FFFFFF;
	cursor:hand;
  }
  .item
  {
	background-color:#99CC00;
	width:146;
	font-size:9px;
	font-family:verdana;
	color: #FFFFFF;
	font-weight: bold;
   
  }
.menufont {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 3px 1px 3px 5px;
	background-image: url(../images/menu-back.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 155px;
	line-height: 11px;
}
.submenufont {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	list-style-type: none;
	line-height: 13px;
	list-style-position: inside;
	list-style-image: url(../images/arrow-right.gif);
	text-indent: -40px;
}
.submenufont2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px;
	list-style-type: none;
	line-height: 13px;
	list-style-position: inside;
	list-style-image: url(../images/arrow-right.gif);
	text-indent: -40px;
}
.menufonttop {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}
.menufont-printing {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	background-image: url(../images/menu-back.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 155px;
}
dd {
padding-left: 0px; 
margin-left: 0px;
color: #CC0066;
list-style-type: circle;
}
