body {
text-align:center;
background-color:#FF66CC;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #FF00CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}

a.anchor {
	color:#000000;
	text-decoration:none;
}
div#header {
background-color:#FFFFFF;
border:none;
width:760px;
text-align:center;
background-image:url(img/newban.jpg);
background-repeat:no-repeat;
background-position:center;
background-position:top;
height:262px;
margin-left:auto;
margin-right:auto;
}
div#homestuff {
text-align:right;
margin-right:70px;
}
a.leftlinks {
color:#000000;
text-decoration:none;
}
a.leftlinks:hover {
color:#666666;
text-decoration:none;
}
a.homelinks {
color:#000000;
font-size:13px;
text-decoration:none;
}
a.homelinks:hover {
color:#999999;
text-decoration:underline;
}
.titletext {
color:#666666;
text-align:left;
font-weight:bold;
font-size:18px;
}
.maintext {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}
.leftmaintext {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}
.lefttitle {
color:#ffffff;
text-align:left;
font-size:18px;
font-weight:bold;
}

.style2 {color: #FF00FF}
.style3 {color: #666666}

a.maintext {
font-size:12px;
color:#FF00CC;
text-decoration:none;
}
a.maintext:hover {
color:#666666;
text-decoration:underline;
}
div#topmenu {
width:700px;
text-align:center;
margin:0px;
height:30px;
vertical-align:middle;
}
table#main {
width:760px;
border:none;
background-color:#FFFFFF;
margin-top:0px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
td#leftgap {
width:22px;
background-color:#FFFFFF;
}
td#rightgap {
width:22px;
background-color:#FFFFFF;
}
td#leftmain {
width:161px;
background-color:#FF99CC;
text-align:left;
border:none;
vertical-align:top;
background-repeat:repeat;
font-size:12px;
color:#000000;
}
td#leftmain p {
margin:8px;
}
td#rightmain {
width:555px;
background-color:#FFFFFF;
text-align:justify;
vertical-align:top;
font-size:12px;
}
td#rightmain p {
margin:8px;
}
.maintext {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}
a.maintext {
font-size:12px;
color:#FF00CC;
text-decoration:none;
}
a.maintext:hover {
color:#666666;
text-decoration:underline;
}
a.reference {
font-size:11px;
}
div#bom {
background-color:#FFFFFF;
background-repeat:no-repeat;
background-image:url(img/newbom.jpg);
width:760px;
height:90px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

li {
margin-bottom:7px;
}

li#gap {
display: block;
width: 75px; /*Width of top level menu link items*/
padding: 1px 8px;
/*border: thin 1px solid #FF00FF;*/
border-left-width: 0;
text-decoration: none;
color: #000000;
margin-bottom:0px;
}
.treemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
width:100%;
left:50px;
}

/*Top level list items*/
.treemenu ul li{
position:relative;
display: inline;
float:left;/*overall menu background color*/
font-size:12px;
margin-bottom:0px;
}

/*Top level menu link items style*/
.treemenu ul li a{
display: block;
width: 95px; /*Width of top level menu link items*/
padding: 1px 1px;
/*border: thin 1px solid #FF00FF; */
border-left-width: 0;
text-decoration: none;
color:#0033CC;
font-size:13px;
font-weight:bold;
}
	
/*1st sub level menu*/
.treemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
font-size:13px;
background-color:#FFFFFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
display: list-item;
float: none;
margin-bottom:0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.treemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.treemenu ul li ul li a{
display: block;
width: 145px; /*width of sub menu levels*/
color: #666666;
text-decoration: none;
padding: 1px 2px;
border: 1px solid #FF33CC;
font-size:13px;
background-color:#FFFFFF;
text-align:left;
font-weight:normal;
}

.treemenu ul li a:hover{
/*background-image:url(img/bg1.jpg);*/
background-position:center;
background-repeat:no-repeat;
color:#999999;
font-weight:bold;
text-decoration:none;
background-color:#FFCCFF;
}
.treemenu ul li ul li a:hover{
background-color:#FFCCFF;
color:#000000;
text-decoration:none;
font-weight:normal;
}
/*Background image for top level menu list links */
.treemenu .mainfoldericon{
background: #ffffff  no-repeat center right;
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
background: #ffffff no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows tree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
 
 /*for IE*/
* html .treemenu ul li { float: left; height: 1%;}
* html .treemenu ul li a { height: 1%;}
* html .treemenu ul li ul li { float: left;}

