/** header and menu **/

#header {
	background-image: url(images/header/Phytozome_head.gif);
}

#homelink {
	width: 275px;
}


#menu_container {
	 margin-left: 325px;
}



#pmenu li {
	 background-image:url(images/menu/phytozome/m1.gif);
	}

#pmenu li:hover > a {
	 background-image:url(images/menu/phytozome/m2.gif);
	 color:#6e9e75;
	}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {
	 background-image:url(images/menu/phytozome/m2.gif);
	 color:#6e9e75;
	}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	 background-image:url(images/menu/phytozome/m2.gif);
	 color:#6e9e75;
	}

#pmenu li.drop {
	 background-image:url(images/menu/phytozome/m1d.gif);
	}



/******/


.white_box {	
	border-color: #6E9E75;
	}

.helplink{
	background-image: url("../images/help.png");
	}

.main_box a {
	color: #406325;
	}

.main_box a:hover{
	color: #6e9e75;
	}


/* menu panel */

ul.menupanel_list{
	list-style:none;
	padding: 0;
	margin:0;
}

ul.menupanel_list li{
	margin: 0 3px;
	float: left;
	display: block;
	width: 70px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	padding: 0 0 0 20px;
/*	border: 1px solid navy;
*/	 background-image:url(images/biomarticon.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: #6e9e75;
	border: 1px solid #FFFFFF;	
}

ul.menupanel_list li a{

}

ul#menupanel_left {
	float: left;
}

ul#menupanel_right {
	float: right;
}



/* button and hover on functions */					
ul.menupanel_list li.mart_btn,
ul.menupanel_list li.mart_btn:hover,
ul.menupanel_list li.mart_btnhov,
ul.menupanel_list li.mart_btn_go,
ul.menupanel_list li.mart_btnhov_go
{
	font-weight: normal;
	color:white;	
}

ul.menupanel_list li.mart_btn:hover,
ul.menupanel_list li.mart_btnhov,
ul.menupanel_list li.mart_btn_go:hover,
ul.menupanel_list li.mart_btnhov_go
{
	font-weight: normal;
	border: 1px solid #6e9e75;
	color: #6e9e75;
	background-color: #FFFFFF;
}

ul.menupanel_list li.mart_btn_disabled
{
	 background-image:url(images/biomarticon2.gif);
	font-weight: normal;
	background-color: #ececec;
	color: gray;
}





