

#menu_whole {
	text-align: left;

	font: normal 14px verdana; 
        color: #111111;

/* Added 5/1/07 */




	}






#menu_wholesome ul {

	margin: 0;

	padding: 0;

	list-style: none;
	color: white;
	text-decoration: none;

	}
#menu_wholesome a {

	margin: 0;

	padding: 0;

	list-style: none;
	color: white;
	text-decoration: none;

	}

#menu_wholesome ul li {

	position: relative;

	float: left;
	text-decoration: none;


/* Added 5/1/07 - changed from width 70px*/

	width: 7em;



}

	

#menu_wholesome li ul {

	position: absolute;

	center: 0; /* Set 1px less than menu width */

	top: auto;

	display: none;

/* Added 5/1/07 */

	width: 7em;
	text-decoration: none;


	}

#menu_wholesome li ul ul{

	position: absolute;

	left:100%; /* Set 1px less than menu width */

	top: -.1em;

	padding: 5px;

	display: none;


	}



/* Styles for Menu Items - change for top level menu items */

#menu_wholesome ul li a {

	display: block;

	text-decoration: none;
	font: bold 11px "Arial"; 

/* Change the following to change the font colour  */

	color: white;

/* Change the following to change the background colour  */

	background: transparent; /* IE6 Bug */

	padding: 3px;

	border: 0.2em solid #2554C7;

	}

/* commented backslash mac hiding hack \*/ 

* html ul li a {height:1%}

/* end hack */ 



/* this affects all hovered lists */

#menu_wholesome li:hover a, li.over a,

#menu_wholesome li:hover li:hover a, li.over li.over a,

#menu_wholesome li:hover li:hover li:hover a, li.over li.over li.over a,

#menu_wholesome li:hover li a:hover, li.over li a:hover,

#menu_wholesome li:hover li:hover li:hover a:hover, li.over li li a:hover,

#menu_wholesome li:hover li:hover li:hover li:hover a:hover, li.over li.over li.over li.over a:hover 

{

   color: white;

   background-color: #151B8D;

	border: 0.05em solid #2554C7;
	padding: 4px;

}


/* set dropdown to default */

#menu_wholesome li:hover li a, li.over li a,

#menu_wholesome li:hover li:hover li a, li.over li.over li a,

#menu_wholesome li:hover li:hover li:hover li a, li.over li.over li.over li a

 {

/*  Change the following to change the font colour of the 
    dropdowns when you hover over top level */

    color: white;

/*  Change the following to change the background colour of the 
    dropdowns when you hover over top level */

   background-color: #157DEC;
	position: relative;

}

#menu_wholesome li ul li a { padding: 1px 2px; } /* Sub Menu Styles */

#menu_wholesome ul li:hover ul ul, ul li:hover ul ul ul, ul li.over ul ul, ul li.over ul ul ul {

display:none;

}



#menu_wholesome ul li:hover ul,ul li li:hover ul,ul li li li:hover ul, ul li.over ul, ul li li.over ul,ul li li li.over ul {

	display: block;

}



/* The following affects the width of the menu bar */
/* and changing the text-align actually affects the lineing up of the drop-downs!  */

#main {
	margin: 0 auto;
	width:70em;
	text-align: left;

}

A:link.logout {COLOR: black; TEXT-DECORATION: none; FONT-SIZE: 11px;}
A:visited.logout {COLOR: black; TEXT-DECORATION: none; FONT-SIZE: 11px;}
A:hover.logout {COLOR: red; TEXT-DECORATION: none; FONT-SIZE: 11px;}
A:active.logout {COLOR: black; TEXT-DECORATION: none;}
