/* Menu Style Sheet */

/* Main Menu */
/* Black Gill Sans MT, with White on Dark Grey while hovering */

/* Background - Pale Pink */
/* Red - 255 (FF) */
/* Green - 188 (BC) */
/* Blue - 155 (9B) */

/* Menu Bar - Normal */

/* Text - Black */
/* Red - 0 (00) */
/* Green - 0 (00) */
/* Blue - 0 (00) 

/* Background - Pale Pink */
/* Red - 255 (FF) */
/* Green - 188 (BC) */
/* Blue - 155 (9B) */

/* Menu Bar - Hover */

/* Text - White */
/* Red - 255 (FF) */
/* Green - 255 (FF) */
/* Blue - 255 (FF) */

/* Background - Dark Pink */
/* Red - 95 (5F) */
/* Green - 95 (5F) */
/* Blue - 95 (5F) */

body	{font-family:Berlin Sans FB, Arial, sans-serif;
	 text-align:justify;
	 color: black;
	 background: #FFBC9B}

#navcontainer 		{width: 130px}

#navcontainer ul 	{margin-left: 0;
			 padding-left: 0;
			 list-style-type: none;
			 font-family: Berlin Sans FB, Arial, Helvetica, sans-serif;
 			 font-size: 12}

#navcontainer a		{display: block;
			 padding: 3px;
			 width: 130px;
			 background-color: #FFBC9B;
			 border-bottom: 1px solid #000000}

#navcontainer a:link, 
#navlist a:visited	{color: black;
			 text-decoration: none}

#navcontainer a:hover	{background-color: #FFFFFF;
			 	color: #000000}