﻿code
{
	font-family: "Courier New" ,Courier;
}

#options
{
	width:300px;
	margin:0 20px 10px 0;
	text-align: right;
	color: #9ac1c9;
  float:right;
}
#options a
{
	text-decoration: none;
	color: #333;
  font:bold 14px Arial, Helvetica, sans-serif;
}
#options a:hover
{
	color: #033;
}
#acc a{ color:#333; text-decoration:none; font:bold 12px Arial, Helvetica, sans-serif; line-height:22px;}
#acc a:hover{ text-decoration:underline;}
#acc
{
	width:98%;
	list-style: none;
	color: #033;
	margin:0px;
  float:left;
}
#acc h3
{
	width:98%;
	border: 1px solid #9ac1c9;
	padding: 6px 6px 8px;
	font-weight: bold;
	cursor: pointer;
	background: url(images/menubg.jpg);
    color:#fff;
    margin:0px;

}
#acc h3:hover
{
	background: url(images/menubg.jpg);
  color:#000;
}
#acc .acc-section
{
	overflow: hidden;
	background: #fff;
}
#acc .acc-content
{
	width: 94%px;
	padding: 15px;
	border: 1px solid #9ac1c9;
	border-top: none;
	background: #fff;
}

#nested
{
	width: 425px;
	list-style: none;
	color: #033;
	margin-bottom: 15px;
}
#nested h3
{
	width: 411px;
	border: 1px solid #9ac1c9;
	padding: 6px 6px 8px;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
	background: url(images/header.gif);
}
#nested h3:hover
{
	background: url(images/header_over.gif);
}
#nested .acc-section
{
	overflow: hidden;
	background: #fff;
}
#nested .acc-content
{
	width: 393px;
	padding: 15px;
	border: 1px solid #9ac1c9;
	border-top: none;
	background: #fff;
}
#nested .acc-selected
{
	background: url(images/header_over.gif);
}

#nested1
{
	width: 425px;
	list-style: none;
	color: #033;
	margin-bottom: 15px;
}
#nested1 h3
{
	width: 411px;
	border: 1px solid #9ac1c9;
	padding: 6px 6px 8px;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
	background: url(images/header.gif);
}
#nested1 h3:hover
{
	background: url(images/header_over.gif);
}
#nested1 .acc-section
{
	overflow: hidden;
	background: #fff;
}
#nested1 .acc-content
{
	width: 393px;
	padding: 15px;
	border: 1px solid #9ac1c9;
	border-top: none;
	background: #fff;
}
#nested1 .acc-selected
{
	background: url(images/header.gif);
}
