/* NAV BAR */
#nav-bar {
	height:33px;
	width:100%;
	float:left;
	line-height: normal;
	background: url('/images/topnav-head-bg.jpg') top center no-repeat;
	position: relative;
}

.topnav-tab-wrap ul {
	float:left;
	list-style:none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 33px;
}

.topnav-tab-wrap li {
	float:left;
	margin: 0px;
	position:relative;
}

.topnav-tab-wrap ul li a {
	float: left;
	height: 24px;
	padding: 0px 15px;
	
	color: #66940e;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	font-family: Tahoma, Helvetica, arial, sans-serif;
	
	cursor: pointer;
	}

.topnav-tab-wrap ul li a:hover {
	background: url(/images/topnav-over.gif) top center no-repeat;
	color: #fff;
	cursor: pointer;
}

.dropdown ul {
	padding: 0px;
	margin: 0px;	
}

.dropdown li {
	list-style: none;
	padding:0px 0px;	
}

.dropdown a {
	color: #5d8e00;
	text-decoration: none;
	width: 167px;
	display: block;
	height: 22px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-indent: 15px;
	line-height: 20px;
	
}
.dropdown a:hover {
	color: #fff;
	text-decoration: none;
	background: url(/images/topnav-drop-over.gif) top center no-repeat;
	
}

/* end NAVBAR */

/* DROPDOWN NAV */

.dropdown {
	background: url(/images/topnav-drop-border.png);
	padding: 4px;
	position: absolute;
	z-index: 90;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.dropdown .wrap {
	border:1px solid #73884a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	
	overflow: auto;	
	}

.dropdown {
	top:22px;
	left: 9px;
	width: 360px;}

#header-nav-iggli {left:76px;} /* location of 2nd dropdwon */

.dropdown .header-nav-left {
	width: 170px;
	float: left;
	}

.dropdown .header-nav-right {
	width: 170px;
	float: right;
	}

.dropdown .header-nav-right a {
	}

.dropdown a {
	color: #5d8e00;}

.dropdown .floatwrap {
	background: url(/images/topnav-drop-bg.gif) top center no-repeat;
	overflow: auto;
	width: 346px;
	margin: 5px auto;
	padding-top: 5px;
	}

/* tabs */

.topnav-tab-wrap {
	background: url(/images/topnav-bg.png) top left repeat-x;
	float: left;
	margin: 0px 10px;
	position: relative;
	z-index: 100;
	}

.topnav-tab-left {
	background: url(/images/topnav-left.png) top left no-repeat;
	float: left;
	margin-left: -10px;
	}
	
.topnav-tab-right {
	background: url(/images/topnav-right.png) top right no-repeat;
	float: left;
	margin-right: -10px;
	padding: 0px 17px;
	}

#header-nav-invite-top a {
	background: url(/images/topnav-buttons.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 346px;
	height: 39px;
	display: block;
	margin: 5px auto;
	text-indent: -10000px;
	}

#header-nav-invite-top a:hover {
	background-position: 0px -42px;
	}

#header-nav-iggli-top a {
	background-image: url(/images/topnav-buttons.gif);
	background-repeat: no-repeat;
	background-position: 0px -84px;
	width: 346px;
	height: 39px;
	display: block;
	margin: 5px auto;
	text-indent: -10000px;
	}

#header-nav-iggli-top a:hover {
	background-position: 0px -126px;}
