#left-nav 
{float: left; width=20%;}
#right-nav
{float: right; width=20%;}

header, footer {clear:both;}

h1 {font-family: Verdana; font-size:1em; color:#105884; line-height=22px; font-weight:bold;
}


p {font-family: Verdana; font-size:0.7em; color:#105884; line-height=22px;
}

a {text-decoration:none; color:#105884; }

a.hover {font-family: Verdana; font-size:0.8em; color:#FFDB91; background-color:#DDDFE2;}

.clientbox {
	line-height=15px; border-bottom:1px solid #4F6280;}

.box {
border-left:1px solid #4F6280; border-right:1px solid #4F6280; border-bottom:1px solid #4F6280; }

.boxlinks {
border-left:1px solid #FF9900; border-right:1px solid #FF9900; border-bottom:1px solid #FF9900; }

.boxmenu {
border-left:1px solid #08597C; border-right:1px solid #08597C; border-bottom:1px solid #08597C;}

.boxbuttons {
border-top:1px dotted #CC3300; color:#CC3300; text-decoration:none; font-family: Verdana; font-size:0.82em; font-weight:bold;}

.boxbuttons a{
color:#CC3300; text-decoration:none; font-family: Verdana; font-size:0.82em; line-height=20px;}

.boxbuttons a:hover{
color:#105884; text-decoration:none; font-family: Verdana; font-size:0.8em;
border-top:1px  #105884; border-left:1px  #105884; border-right:2px ridge  #105884; 
border-bottom:2px ridge  #105884; background-color:#EFF0F1; height=20px;}

.level2buttons {
border-top:1px dotted #CC3300; color:#045D7B; text-decoration:none; font-family: Verdana; font-size:0.82em; font-weight:normal;}

.level2buttons a{
color:#045D7B; text-decoration:none; font-family: Verdana; font-size:0.82em; line-height=20px;}

.level2buttons a:hover{
color:#800080; text-decoration:none; font-family: Verdana; font-size:0.8em;
border-top:1px #800080; border-left:1px #800080; border-right:1px ridge #800080; 
border-bottom:1px ridge #800080; background-color:#EFF0F1; height=20px;}

.sitemap {



.pagefooter a{
color:#808080; text-decoration:none; font-family: Verdana; font-size:0.67em;}

.pagefooter a:hover{
color:#105884; text-decoration:none; font-family: Verdana; font-size:0.67em;}
.columnleftshdw {
background: url('images/left_shdw.gif') repeat-y left;
}
.columnrightshdw {
background: url('images/right_shdw.gif') repeat-y right;
}
.linkhover a:hover{
background: url('images/light_blue_line.gif') repeat;
}


/* style sheets for menu*/
/******************************************************************************************
/******************************************************************************************/
.treemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}


/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
border-left:1px solid #F4F4F4; border-right:1px solid #F4F4F4;
}

/*Top level menu link items style*/
.treemenu ul li a{
border-left:1px solid #FFDB91; display: block;
width: 130px; /*Width of top level menu link items*/
background: url('images/chromebg.gif') repeat-x center;
text-decoration: none;
color: black; padding-left:8px; padding-right:8px; padding-top:1px; padding-bottom:1px; solid; font-style:normal; font-variant:normal; font-weight:normal
}
	
/*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;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
display: list-item;
float: none;
}

/*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: 140px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.treemenu ul li a:hover{
background: url('images/chromebg2.gif') repeat-x center;
color: red;
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
background: url('images/chromebg.gif') repeat-x center;
/*background: #F3F3F3 url('images/arrow-down.gif') no-repeat right;
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
background: #F3F3F3 url('images/arrow-right.gif') no-repeat right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

.chrome {
background: url('images/chromebg.gif') repeat-x center;
text-align: left; 
}

#myBox td{
		border-left: solid #CFD9E2 3px;
		
		}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */