
/* default menu background color */
.menu {	
	background-color: transparent;
	color:white;
}

/* style for anchor text in menus */
.menu a {
	 font-weight:normal; text-decoration:none;
	 font-size:x-small;
	margin:0px;
	padding:0px;
	list-style: none;
}

.menu a:link, .menu a:visited {
	
	display:inline-block;
	color:white;
	border-left:solid 0px #cccccc;
	border-top:solid 0px #cccccc;
	border-right:solid 0px #cccccc;	
	border-bottom:solid 0px #cccccc;

	text-align: center;
	padding: 6px 16px 6px 16px;
	
}


/* menu link background when you hover the mouse over it */
/* put this after a:visited so that hover takes precidence over visited */
.menu a:active, .menu a:hover {
	 background:#000088;
}

.styleContent{
	
	background:#E4D2F2;

}

.activemenu {
	background:blue;
	color:white;
}

.submenu {
	background:#E4D2F2;
	color:#7030A0;

    font-size:small;
}

.styleSubMenu {
	background-color: #E4D2F2;
	color:#7030A0;
}


.submenu a {
	 font-size:small; text-decoration:none;
	  font-size:small;
	margin:0px;
	padding:0px;
	list-style: none;
}

.submenu a:visited, .submenu a:link  {
	
	display:inline-block;

	color:#7030A0;

	border-left:solid 0px #cccccc;
	border-top:solid 0px #cccccc;
	border-right:solid 0px #cccccc;	
	border-bottom:solid 0px #cccccc;

	text-align: center;
	padding: 6px 26px 6px 26px;
	
}

.spacer {
	padding: 0px 40px 0px 0px;
}



.submenu a:active, .submenu a:hover {
	 background:black;
	 color:white;
}

.activesubmenu {
	background:black;
	color:white;
}

.activesubmenu a:visited, .activesubmenu a:link {
	display:inline-block;

	border-left:solid 0px #cccccc;
	border-top:solid 0px #cccccc;
	border-right:solid 0px #cccccc;	
	border-bottom:solid 0px #cccccc;

	text-align: center;
	padding: 6px 26px 6px 26px;
	background:black;
	color:white;
}