#popnav{
    width:950px;
		margin:auto;
}
        /* trigger button */
.popnav {
	display:block;
	height:50px;
	overflow:hidden;
	width:187px;
	cursor:pointer;
  float:left;
  background:url(../images/popnav.jpg) repeat-x;
  margin-right:2px;
  font-family:arial;
	font-size:15px;
	color:#ffffff;
	text-align:center;
	padding-top:20px
	}

a.popnav  {
	text-decoration:none;
	}


a.popnav:hover {
	text-decoration:none;
	}

/* clicked state */
.popnav:focus {
	background-position:0 -88px;
	}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(../images/popcontent.jpg);
	height:175px;
	width:225px;
	font-size:11px;
	color:#fff;
	padding:10px;
	text-align:center;
	cursor:pointer;
	z-index: 100;
	}

.tooltip span {
	font-size:15px;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
	}

.tooltip img {
	padding-bottom:5px;
	}

.tooltip p {
	line-height:16px;
	}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
	}

.tooltip a {
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	display:block;
	text-decoration:none;
	}

.tooltip a:hover {
	text-decoration:none;
	}

