/* Securian Dental CSS File */
/* Alex Horstmann */
/* ahorstmann@decaresystems.ie */
/* DeCare Systems Ireland Ltd. */
/* www.decaresytems.ie */


/* *************** Main Nav **************  */


#aboutUsPop {
	position: absolute;
	left: 122px;
	top: 77px;
	background: #b39e3c;
	border: 1px solid #333;
	color: #fff;
	margin: 0;
	padding: 0.4em 0.2em;
	text-align: left;
	font-size: 90%;
	visibility: hidden;
	z-index:10;
	width:151px;
}

#brokerPop {
	position: absolute;
	left: 201px;
	top: 77px;
	background: #b39e3c;
	border: 1px solid #333;
	color: #fff;
	margin: 0;
	padding: 0.4em 0.2em;
	text-align: left;
	font-size: 90%;
	visibility: hidden;
	z-index:10;
	width:151px;
}

#groupPop {
	position: absolute;
	left: 371px;
	top: 77px;
	background: #b39e3c;
	border: 1px solid #333;
	color: #fff;
	margin: 0;
	padding: 0.4em 0.2em;
	text-align: left;
	font-size: 90%;
	visibility: hidden;
	z-index:10;
	width:151px;
}

#indivPop {
	position: absolute;
	left: 471px;
	top: 77px;
	background: #b39e3c;
	border: 1px solid #333;
	color: #fff;
	margin: 0;
	padding: 0.4em 0.3em;
	text-align: left;
	font-size: 90%;
	visibility: hidden;
	z-index:10;
	width:151px;
}

#dentistPop {
	position: absolute;
	left: 571px;
	top: 77px;
	background: #b39e3c;
	border: 1px solid #333;
	color: #fff;
	margin: 0;
	padding: 0.4em 0.3em;
	text-align: left;
	font-size: 90%;
	visibility: hidden;
	z-index:10;
	width:151px;
}


#aboutUsPop a, #brokerPop a, #groupPop a,  #indivPop a, #dentistPop a {
	background: #b39e3c;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display:block;
	margin: 0.4em 0.2em;
	}
	
#aboutUsPop a:hover,#brokerPop a:hover, #groupPop a:hover,  #indivPop a:hover, #dentistPop a:hover {
	/*color: #f0e68c;*/
	color: #330;
	background: #b39e3c;
	text-decoration: underline;
	}
	
	
