/* Top Navgiation menu */
.top_right_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(55,74,146);
	text-decoration:none;
}

.top_right_link a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(55,74,146);
	text-decoration:none;
}

.top_right_link a:hover {
	text-decoration:underline;
}

DIV.nav_spacer {
	height:19px;
	width:1px;
	background-color:#FFFFFF;
	position:relative;
	display:block;
	float:left;
}

DIV.nav_button_center {
	height:17px;
	position:relative;
	display:block;
	float:left;
}

.nav_button_center {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:0.9em !important;
	text-decoration:none;
	color:rgb(55,74,146);
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#CBCBC3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CBCBC3;
	width:123px;
	text-align:center;
	white-space:nowrap;
}

.nav_button_center a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-decoration:none;
	color:rgb(55,74,146);
}

.nav_button_center a:hover {
	text-decoration:underline;
}

DIV#top_nav_container {
	position:relative;
	display:block;
	float:none;
	width:735px;
	height:19px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	white-space:nowrap;
}

DIV#top_nav_container > * {
	position:relative;
	display:block;
	float:left;
	text-align:center;
	white-space:nowrap;
}

DIV#home_left {
	background-image:url(/assets/top_navigation/home_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:19px;
	position:relative;
	display:block;
	float:left;
}

DIV#home_center {
	background-color:rgb(191,208,236);
	position:relative;
	display:block;
	float:left;
}

DIV#home_right {
	background-image:url(/assets/top_navigation/home_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:10px;
	height:19px;
	position:relative;
	display:block;
	float:left;
}

DIV#rate_left {
	background-image:url(/assets/top_navigation/wedding_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:19px;
	position:relative;
	display:block;
	float:left;
}

DIV#rate_center {
	background-color:rgb(251,237,211);
	position:relative;
	display:block;
	float:left;
}

DIV#rate_right {
	background-image:url(/assets/top_navigation/wedding_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:10px;
	height:19px;
	position:relative;
	display:block;
	float:left;
}

DIV#view_left {
	background-image:url(/assets/top_navigation/baby_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:19px;
	position:relative;
	display:block;
	float:left;
}

DIV#view_center {
	background-color:rgb(254,250,221);
	width:132px !important;
	position:relative;
	display:block;
	float:left;
}

DIV#view_right {
	background-image:url(/assets/top_navigation/baby_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:9px;
	height:19px;
	position:relative;
	display:block;
	float:left;
}


DIV#add_left {
	background-image:url(/assets/top_navigation/anniversary_registry_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:19px;
	position:relative;
	display:block;
	float:left;
}

DIV#add_center {
	background-color:rgb(231,241,242);
	position:relative;
	display:block;
	float:left;
}

DIV#add_right {
	background-image:url(/assets/top_navigation/anniversary_registry_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:10px;
	height:19px;
	position:relative;
	display:block;
	float:left;
}

DIV#friend_left {
	background-image:url(/assets/top_navigation/birthday_registry_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:9px;
	height:19px;
	position:relative;
	display:block;
	float:left;
}

DIV#friend_center {
	background-color:rgb(252,239,233);
	position:relative;
	display:block;
	float:left;
}

DIV#friend_right {
	background-image:url(/assets/top_navigation/birthday_registry_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:10px;
	height:19px;
	position:relative;
	display:block;
	float:left;
}

