    /* ----- NAVIGATION ----- */

		#navigation
		{
			margin: 0;
			padding:0;
			border:0;
			float: left;
			width:185px;
			border-top:5px solid white;
			background-color:#cae1ef;
		}

		#navpanel
		{
		  width:179px;  /* Setting #navpanel width to 100% fills the #navigation div */
      border:3px solid #004a80;
			background-color:#cae1ef;
		}
		
		#navpanel a 
    {
    margin:0; 
    padding:0;
    color:#f0c912;
    text-decoration:none;
    font-weight:bold;
    }

#menu {
  position:relative;
  background-color:#cae1ef;
}
#menu, #menu ul {
	padding:0;
	margin:0;
	list-style: none;
	font-family:   Arial, sans-serif;
}
#menu a, #menu li {
	display: block;
	text-decoration: none;
	padding: 4px 0px 0px 4px;
	font-size: 1.05em;
	color: white;  /*  Yellow  */
}

#menu li a.menu_head {
  width:170px;
  height:26px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu a.menu_end {
	margin-bottom:5px;
}
#menu a.menu_head:hover {
  color: #709ebf;
	background-position: left center;
}

#menu li {
	float: left;
	width: 250px;
}
#menu li {
position: relative;
}

/* hide from IE mac \*/
#menu li {position: static; width: auto;z-index:5;
}
/* end hiding from IE5 mac */

/*  Drop Down Menu 1st Level */
#menu ul li  {
	width: 220px;
}
#menu li ul
{
	width: 200px;
}

#menu li .menubottom, #menu ul li .menubottom
{
  width:250px;
}

#menu li ul a  {
	color: black;
  border:0;
  height:21px;
	background-image: url(../images/buttonwide.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#menu li ul a .menubottom {
	background-image: url(../images/buttonultrawide.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#menu li ul {
	position: absolute;
	margin-top:-34px;
	left:174px;
	display: none;
	z-index:10;
	background-image: url(../images/menu.png);
	background-repeat: repeat-y;
}

#menu li .menubottom {
	margin-top:-130px;
}


#menu li a:hover, #menu li a:focus, #menu li a:active, #menu li:hover a, #menu li:focus a, #menu li:active a, #menu li:focus a, #menu li:active a, #menu a:hover, #menu a:focus, #menu a:active, {
	text-decoration: none;
	color: white;  
}
#menu li:hover ul {
	display: block;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

#menu li:hover ul a {
	color: white;
}

#menu li ul a:hover, #menu ul a:focus, #menu ul a:active,
#menu ul a:hover, #menu ul a:focus, #menu ul a:active {
	color: #709ebf;              /*  Dk Blue  */
}

.button
{
  float:left;
  margin:5px;
  background-image: url(../images/button.png);
  background-repeat:no-repeat;
}
li.button
{
  width:160px;
  padding:5px 0px 10px 10px;
	font-family:   Arial, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color: white;  
}
li.button a
{
	color: white;
  text-decoration:none;  
}
li.button a:hover, li.button a:active
{
  text-decoration:underline;
}