/*---------tree menus----------------------------*/
.treemenu_2 {
	background-color: white;
	border-bottom: solid 1px #74c200;
	border-right: solid 1px #74c200;
	border-left: solid 1px #74c200;
	width: 208px;
	z-index: 100;
	
}
.treemenu_2 a{
	color: #74c200;
}
.treemenu_2 a:hover{
	color: white;
	background-color: #74c200;
}
.treemenu_2 ul{ 
border-top:  solid 1px #74c200;
}





.treemenu_1 {
	background-color: white;
	border-bottom: solid 1px #3399ff;
	border-right: solid 1px #3399ff;
	border-left: solid 1px #3399ff;
	width: 208px;
	z-index: 100;
}
.treemenu_1 a{
	color: #3399ff;	
}
.treemenu_1 a:hover{
	color: white;
	background-color: #3399ff;
}
.treemenu_1 ul{ 
border-top:  solid 1px #3399ff;
}




.treemenu_3 {
	background-color: white;
	border-bottom: solid 1px #ff0000;
	border-right: solid 1px #ff0000;
	border-left: solid 1px #ff0000;
	width: 208px;
	z-index: 100;
	
}
.treemenu_3 a{
	color: #ff0000;	
}
.treemenu_3 a:hover{
	color: white;
	background-color: #ff0000;
	
}
.treemenu_3 ul{ 
border-top:  solid 1px #ff0000;
}







.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*---------tree menu----------------------------*/
/*Top level list items*/

.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color:  ; /*overall menu background color*/

}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: ; /*Width of top level menu link items*/
text-decoration: none;
}
	
/*1st sub level menu*/
.suckertreemenu 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)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: ; /*width of sub menu levels*/
text-decoration: none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 7px;
overflow: hidden;
}

.suckertreemenu ul li a:hover{


}


.suckertreemenu{
	z-index: 100;
	text-transform: capitalize ;
}

/*Background image for top level menu list links */

/*
.suckertreemenu .mainfoldericon{
background: url(media/arrow-down.gif) no-repeat center right;
}
*/


/*Background image for subsequent level menu list links */

.suckertreemenu .treemenu_3 .subfoldericon{
background-image: url(../images/arrow_red.gif);
background-position: right center;
background-repeat: no-repeat;
}



.suckertreemenu .treemenu_1 .subfoldericon{
background-image: url(../images/arrow_blue.gif);
background-position: right center;
background-repeat: no-repeat;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 0em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/*---------buttons----------------------------*/

/* --------------------------------------------- */
.tab-blue a{
	background-image:url(../images/tab_org.gif);
	background-repeat: no-repeat;
	width:210px;
	height:80px;
	background-position: -0px 0px;
	float: left;
	padding-right: 10px;
}
.tab-blue a:hover {
	background-position: -0px -80px;
}
#tab-blue-current{
	background-position: -0px -80px;
/* --------------------------------------------- */
}
.tab-green a{
	background-image:url(../images/tab_edu.gif);
	background-repeat: no-repeat;
	width:210px;
	height:80px;
	background-position: -0px 0px;
	float: left;
	padding-right: 10px;
}
.tab-green a:hover {
	background-position: -0px -80px;
}
#tab-green-current{
	background-position: -0px -80px;
}
/* --------------------------------------------- */

.tab-red a{
	background-image:url(../images/tab_arch.gif);
	background-repeat: no-repeat;
	width:210px;
	height:80px;
	background-position: -0px 0px;
	display: block;
	float: left;
}
.tab-red a:hover {
	background-position: -0px -80px;
}
#tab-red-current{
	background-position: -0px -80px;
}
/* --------------------------------------------- */