@charset "utf-8";
/* CSS Document */
a {
	color:black;
}

#column1, #column2 {
	color:black;
}

.menu_text, .menu_text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-align:right;
	text-decoration:none;
	line-height:14pt;
}

.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}
.menu_text a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: White;
	}
	
.primaryMenuItem { /* overide color for sub menu items */
	color:white; font-weight:normal;
}

.primaryMenuItem {
	color: #333333;
	font-weight:normal;
}

.activeMenuItem {
	color:white;
	font-weight:bold;
}

#pager { color:black; }

.pager_inactive {
	color:#777777;
}

.pager_inactive:hover {
	color:black;
}

#pager_active {
	color:black;
}


#wedding_pager { color:white; }

.wedding_pager_inactive {
	color:#cccccc;
}

.wedding_pager_inactive:hover {
	color:white;
}

#wedding_pager_active {
	color:white;
}

/* cascade overides */
.menu li ul li {
	text-align:left;
	
	border:0px solid black;
}
.menu li ul {
  width:155px;
  border:1px solid black;
  background: url(../images/subMenuBacking_white.png);
}
.menu > li > ul > li > a:hover {
  color: red;
}