@charset "utf-8";
/* CSS Document */

html, body{height:100%}
body {
    
	background:#7f371e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#4f1b01;
	line-height:16px;
}


a {
	font-family:Verdana, Geneva, sans-serif;
	color:#ae5636;
	font-size:11px;
	text-decoration:none;
	
}

a:hover {
	font-family:Verdana, Geneva, sans-serif;
	color:#ae5636;
	font-size:11px;
	text-decoration:underline;
	
}

.sidebar_white {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:11px;
	line-height:18px;
	display:block;
	width:180px;
}
.home_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	letter-spacing:1px;
	color:#FFF;
	margin-top:10px;
	
}

img.fellows {
	margin-right:10px;
	margin-bottom:10px;
	
}


/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/image_dropdown.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#nav {padding:0; margin:0; list-style:none; height:22px; position:relative; z-index:200; font-family:arial, verdana, sans-serif; width:50px;}
#nav li.top {display:block; float:left;}
#nav li a {display:block; float:left; height:22px; width:50px; border:0px solid #888;  border-color:#ddd #888 #000 #ccc; text-decoration:none; padding:0; cursor:pointer;}
#nav li a b {margin-left:-999px;}

#nav li a.fruit {background: url(images/home/buttons/about.gif);}

#nav li.top a:hover {display:block; float:left; background-position: 0 22px; }
/*#nav li:hover a,
#nav a:hover
{background-position: 0 22px; } */


#nav table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; width:0; height:0; margin:-1px;}

#nav .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{left:0; top:22px;   width:94px; height:auto; z-index:300;}
#nav :hover ul.sub li
{display:block; height:16px; position:relative; float:left; width:94px; font-weight:normal; margin-top:2px;}
#nav :hover ul.sub li a
{display:block; height:16px; width:94px; border:0px solid #888; border-color:#ddd #888 #000 #ccc; text-decoration:none; padding:0; cursor:pointer;}
#nav :hover ul.sub li a b {position:absolute; left:-9999px; margin:0;}

#nav :hover ul li a.apples {background: url(images/home/buttons/advisory-board.gif);}
#nav :hover ul li a.oranges {background: url(images/home/buttons/partners.gif);}
#nav :hover ul li a.pears {background:url(images/home/buttons/support.gif);}
#nav :hover ul li a.bananas {background:url(fruit/bananas2.jpg);}
#nav :hover ul li a.lemons {background:url(fruit/lemons2.jpg);}







#nav :hover ul.sub li a:hover 
{background-position: 0 18px; position:relative;}

/*

#nav :hover ul.sub li a:hover b {left:100px; top:16px; background:#fff; color:#000; border:0px solid #888; display:block; width:100px; height:20px; text-align:center; font-size:12px; line-height:18px;}

*/