@charset "UTF-8";
/* CSS Document */

#menu {
	font-size:1.2em;
	width:13em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0.2em 0 0 0.6em;
	
}
#menu ul {margin:0em; padding:0em; left: 0em;}
#menu li
 {list-style: none;

 } 


#menu a {
	color: #e7e9e1;
	cursor: pointer;
	display:block;
	height:1.5em;
	text-decoration:none;
	width:10em;
	
	}

	
.bgbullet {   /*styling for main menu only*/
	background-attachment: scroll;
	background-image: url(../media/menu/bullet_square.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
	padding: 0.3em 0 0 2.2em; /*this helps align border of mouse-over submenu*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #699;
}


	

#menu a:hover{
	text-decoration:none;
	/*background-color: #606;*/
/* border-bottom:#699 solid 1px; /*this helps align border of mouse-over submenu*/	
	
}

#menu li:hover {  /*ACTIVE BLOCK*/
 position: relative;
 background-color: #606;/*purple*/
 width: 12.2em;

	
}

#menu ul.sub-level {  /*format of submenu whilst inactive*/
    display: none;

}

#menu ul.sub-level a {  /*submenu VISIBLE BUT inactive */
	color: #CFF;
	font-size:1.1em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	letter-spacing: 0em;
	border-bottom:#699 solid 1px;
	padding: 0.2em 0 0em 0.4em;
	width:50em;
}


#menu li:hover .sub-level {   /*SUMENU MOUSE OVER*/
	display: block;
	position: absolute;
	left: 12.2em;  /*position of visible submenu same as menu li:hover width*/
	top: 0;


}
ul.sub-level li {   /*SUMENU STYLING FOR ACTIVE AND INACTIVE*/
    float:left;
    width:10em;
	padding: 0em;
	
}
	
#menu ul.sub-level a:hover {
	text-decoration:none;
		color: #222;
		background-color: #FFF;
 /*slightly darker grey for mouse-over*/

}

#menu ul.sub-level li:hover {
  position: relative;
 width: 100%;
 border: 0;


}



/*Second Level*/
#menu .sub-level {
  /*  background: #969;  /*subMENU VISIBLE BUT INACTIVE BACKGROUND*/

}

/*Third Level*/
#menu .sub-level .sub-level {
    background: #FC3;
}


/*RESET STYLES*/
li:hover .sub-level .sub-level {
	display:none;
}
.sub-level li:hover .sub-level {
	display:block;
}

/*FOOTERMENU*/


#footermenu {
	float: left;
	font-size:1.1em;
	width:77%;
	margin: 0em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: 0em;
	color:#3c879f;
	text-transform: uppercase;	
}

#footermenu ul {
list-style:none;
	padding: 0;
	margin: 0 0 2.8em 0;
	text-decoration: none;}

#footermenu li {
float: left;
 }


#footermenu a,#footermenu a:link  {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0em;
	color:#3c879f;
	margin: 0 0.7em 0 0;
	white-space: nowrap;	
	}
	
	.menudivider {
	background-attachment: scroll;
	background-image: url(../media/menu/menu_divider_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 1em;
}

#footermenu a:active,#footermenu a:hover {
	color:#666;
	margin: 0 0.7em 0 0;
	white-space: nowrap;
	}
	


