body {
	margin: 0;
}
img {
	border: 0px;
}
#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#cssdropdown li {
	float: left;
	position: relative;
}
.mainitems {
	border: 0px solid black;
	padding:0px;
	margin:0px;
	background-color: #F9FCF5;
	height: 25px;
}
.mainitems a {
	margin: 0px;
	text-decoration: none;
}
.subuls {
	display: none;
	position: absolute;
	top: 2.1em;
	left: 0;
	background: #C6BF8E;
}
.subuls li {
	width: 100px;
}
.subuls li a {
	color: #FFFFFF;
	font: 11px/16px arial, helvetica, sans-serif;
	text-decoration: none;
}
.subuls li a:hover {
	font: 11px/16px arial, helvetica, sans-serif;
	color: #967C06;
	text-decoration: none;
}
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}
.header {
	font-family:Verdana, Arial, Helvetica;
	font-style:italic;
	font-size:14px;
	color:#6C2E16;
}
.style3 {
	font-size: 9px;
	color: #6C2E16;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#imouter0 {  /* Main Menu Container */
	background-color:#ffffff;
	border-style:none;
	border-color:#6a6a6a;
	border-width:1px;
	padding:0px;
	margin:0px;
}
BODY #imouter0 {  /* Main Menu Container [Add extra css not offered in the visual tool here.] */
}
#imenus0 a {  /* Main Menu Items */
	color:#333333;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	border-style:solid;
	border-color:#dddddd;
	border-width:1px;
	padding:2px 8px;
}
BODY #imenus0 a {  /* Main Menu Items [Add extra css not offered in the visual tool here.] */
}
#imenus0 li a.ihover {  /* Main Menu Items [hover] */
	background-color:#efefef;
	text-decoration:underline;
}
#imenus0 li a.iactive {  /* Main Menu Items [active] */
	background-color:#efefef;
}
#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */
}
#imenus0 ul {  /* Sub Menu Container */
 filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3);
	background-color:#c6bf8e;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	padding:5px;
	margin:0px;
}
BODY #imenus0 ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */
}
#imenus0 ul a {  /* Sub Menu Items */
	color:#555555;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:#000000;
	border-width:1px;
	padding:2px 5px;
}
BODY #imenus0 ul a {  /* Sub Menu Items [Add extra css not offered in the visual tool here.] */
}
#imenus0 ul li a.ihover {  /* Sub Menu Items [hover] */
	color:#000000;
	text-decoration:underline;
}
#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */
	background-color:#ffffff;
}

