#menu {

	margin:9px 18px 7px 9px;

	position:relative;

}

	#menu .topLevel {

		height:30px;

		background:#F5F2FB url('../images/bg/wizHdr.gif') 0% 0% repeat-x;

	}

		#menu .topLevel .l {

			position:absolute;

			left:0;

			top:0;

			background:transparent url('../images/bg/wizHdrL.gif') top left no-repeat;

			height:37px;

			width:5px;

		}

		#menu .topLevel .r {

			position:absolute;

			right:0;

			top:0;

			background:transparent url('../images/bg/wizHdrR.gif') top right no-repeat;

			height:37px;

			width:5px;

		}

		#menu .topLevel ul {

			list-style:none;

			padding:0;

			margin:0;

		}

			#menu .topLevel ul li {

				float:left;

				display:inline;

				list-style-type:none;

				padding:6px 18px 9px;

				color:#FFF;

				position:relative;

				cursor:pointer;

			}

				#menu .topLevel ul li.current {

					background:#FFF url(../images/bg/wizCurrBg.gif) top left repeat-x;

					color:#A42033;

				}

	#menu .bottomLevel {

		margin:0;

		background:#F8F8F8 url(../images/bg/wizBotBg.gif) repeat-x bottom left;

		position:relative;

	}

		#menu .bottomLevel ul {

			list-style:none;

			padding:0;

			margin:0;

			background-color:#F8F8F8;

		}

			#menu .bottomLevel ul li {

				float:left;

				display:inline;

				list-style-type:none;

				padding:7px 18px;

				color:#666;

				font-size:100%;

				cursor:pointer;

				background-color:transparent;

			}

				#menu .bottomLevel ul li.current {

					font-weight:bold;

				}

			#menu .bottomLevel .l {

				position:absolute;

				left:0;

				bottom:0;

				height:36px;

				width:5px;

				background:transparent url('../images/bg/wizBotL.gif') bottom left no-repeat;

			}

			#menu .bottomLevel .r {

				position:absolute;

				right:0;

				bottom:0;

				height:36px;

				width:5px;

				background:transparent url('../images/bg/wizBotR.gif') bottom right no-repeat;

			}

.fbIcon
{
    position:absolute;
    top:32px;
    left:537px;
    height:40px;
    width:40px;
}

.womanIcon
{
    position:absolute;
    top:5px;
    left:250px;
}
