/* graphical menu codes */

#topmenu ul {
	list-style: none;
   width: 705px;
	height:92px;
	padding:0;
	margin: 0px;
   position: absolute;
   top:88px;
   left:235px;
	overflow: hidden;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
	float: left;
	font-size:11px;
	line-height: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align:center;
	padding: 0 0 0 0;
	text-indent:777px;
	overflow:hidden;
	height:34px;
}

#topmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}
#topmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	



.invitations_off {
background: url("/graphics/topmenu.gif") 0 -6px no-repeat;
width:307px;
}

.invitations_on {
background: url("/graphics/topmenu.gif") 0 -98px no-repeat;
}

.stationery_off {
background: url("/graphics/topmenu.gif") -307px -6px no-repeat;
width:127px;
}

.stationery_on{
background: url("/graphics/topmenu.gif") -307px -98px no-repeat;
}

.favors_off {
background: url("/graphics/topmenu.gif") -434px -6px no-repeat;
width:271px;
}

.favors_on{
background: url("/graphics/topmenu.gif") -434px -98px no-repeat;
}

.nursery_off {
background: url("/graphics/topmenu.gif") 0 -52px no-repeat;
width:180px;
}

.nursery_on{
background: url("/graphics/topmenu.gif") 0 -144px no-repeat;
}

.gifts_off {
background: url("/graphics/topmenu.gif") -180px -52px no-repeat;
width:79px;
}

.gifts_on{
background: url("/graphics/topmenu.gif") -180px -144px no-repeat;
}

.registry_off {
background: url("/graphics/topmenu.gif") -259px -52px no-repeat;
width:200px;
}

.registry_on{
background: url("/graphics/topmenu.gif") -259px -144px no-repeat;
}

.recipient_off {
background: url("/graphics/topmenu.gif") -459px -52px no-repeat;
width:143px;
}

.recipient_on{
background: url("/graphics/topmenu.gif") -459px -144px no-repeat;
}

.event_off {
background: url("/graphics/topmenu.gif") -602px -52px no-repeat;
width:103px;
}

.event_on{
background: url("/graphics/topmenu.gif") -602px -144px no-repeat;
}





ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
}

ul.dropdown li span {
display: block;
_display:inline-block;
text-decoration: none;
}
ul.dropdown li a {
display: block;
position: relative;
_display:inline-block; /* so IE doesn't add space between elements */
_width: 83%; /* makes block fill width in IE */
padding: 5px 10px 5px 10px;
font-size: 13px;
color: #ffffff;
text-decoration: none;

}


ul.dropdown li a:hover{
color: #ffffff;
background: #39a6af;
	text-decoration: none;
}


#recipient_submenu {
	width:142px;
	padding: 5px 0;
	background: #14939e;
	position: absolute;
	top: 169px;
	right: 135px;
	display: none;
	z-index:1000;
}

#event_submenu {
	width:103px;
	padding: 5px 0;
	background: #14939e;
	position: absolute;
	top: 169px;
	right: 31px;
	display: none;
	z-index:1000;
}

