
.pop {
	background: #eee;
	position:absolute;
	border: 1px solid #fff;
	/*padding: 2px;*/
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgb(157,206,248);
	font-size: 14px;
	z-index:2001;
	/*width: 135px;*/
}

.menu-text
{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	font-size: 14px;
}

.pop-menu {
	background: #eee;
	position:absolute;
	border: 1px solid #fff;
	/*padding: 2px;*/
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgb(157,206,248);
	font-size: 1.2em;
	z-index:4444444444;
}

.pop-menu-left {
	background: #eee;
	position:absolute;
	border: 1px solid #fff;
	/*padding: 2px;*/
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgb(157,206,248);
	font-size: 1.2em;
	z-index:1300;
	/*width: 135px;*/
}

.pop-menu-image
{
	vertical-align:middle;
	margin-right:10px;
}

.pop-image
{
	vertical-align:middle;
	margin-right:10px;
	height:25px;
}
.pop-link
{
	font-size:11px;
}

.pop-link:hover
{
	text-decoration:underline;
}

.popDivider 
{
	height:0px;
	border-top:1px solid #eee;
	border-bottom: 1px solid white;
	width:100%;
}


/* right */
.pop.right:before {
	position: absolute;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 7px solid transparent;
	border-right-color: rgba(157,206,248, .4);
	left: -7px;
	top: 10px;
	content: '';
}

.pop.right:after {
	position: absolute;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: -6px;
	top: 11px;
	content: '';
}

/* left */
.pop.left:before {
	position: absolute;
	display: inline-block;
	border-top: 7px solid transparent;
	border-left: 7px solid #fff;
	border-bottom: 7px solid transparent;
	border-right-color: rgba(157,206,248, .4);
	right: -7px;
	top: 10px;
	content: '';
}

.pop.left:after {
	position: absolute;
	display: inline-block;
	border-top: 6px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 6px solid transparent;
	right: -6px;
	top: 11px;
	content: '';
}

.pop-menu.right:before {
	position: absolute;
	top: -8px;
	left: 85%;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(157,206,248, .4);
	content: '';
}

.pop-menu.forTheLoveofGodWhereItsSupposedToBe:before {
	position: absolute;
	top: -8px;
	left: 85%;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(157,206,248, .4);
	content: '';
}

.pop-menu.forTheLoveofGodWhereItsSupposedToBe:after {
	position: absolute;
	top: -6px;
	left: 85%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}


.pop-menu.right:after {
	position: absolute;
	top: -6px;
	left: 85%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

.pop-menu.left:before {
	position: absolute;
	top: -8px;
	left: 75%;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(157,206,248, .4);
	content: '';
}


.pop-menu.left:after {
	position: absolute;
	top: -6px;
	left: 75%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}


.pop-menu-button
{
	background:rgb(73,103,52);
	color:white;
	border:1px solid rgb(73,103,52);
	padding:2px 5px 5px 6px;
	cursor:pointer;
}


.right-arrow
{
	float:right;
	display: inline-block;
	margin-top: 8px;
	margin-right: 3px;
	border-top: 6px solid transparent;
	border-left: 6px solid #222;
	border-bottom: 6px solid transparent;
}


.pop-menu-button:hover
{
	background-color:#fff;
	text-decoration:none;
	color:rgb(73,103,52);
}

.pop-menu-button_sub:hover
{
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#FEFEFE', EndColorStr='#226432'); /* for IE */
	background: -webkit-gradient(linear, left top, right bottom, from(rgb(254,254,254)), to(rgb(218,228,245))); /* for webkit browsers */
	background: -moz-linear-gradient(left,  rgb(254,254,254),  rgb(218,228,245)); /* for firefox 3.6+ */
	text-decoration:none;
	opacity:.97;
}
	

.pop-button
{
	/*background-color:rgb(103,203,216);*/
	display:inline-block;
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#ffffff', EndColorStr='#999999'); /* for IE */
   	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#aaaaac)); /* for webkit browsers */
   	background: -moz-linear-gradient(top,  #fff,  #aaaaac); /* for firefox 3.6+ */
	text-decoration:none;
	min-width:100px;
	cursor:pointer;
	padding:4px 6px 4px 6px;
	white-space:nowrap;
	margin-top:3px;
	margin-bottom:3px;
	border-radius: 4px;
	outline: 0;
	/*border:1px solid black;*/
	box-shadow: 0px 0px 4px rgb(100,100,100);
	-moz-border-radius: 4px;
	filter: alpha(opacity=100);
	font-weight:normal;
	font-size:12px;
	opacity: 1;
	color:rgb(88,88,88);
}

.pop-button:hover
{
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#ffffff', EndColorStr='#ddd'); /* for IE */
   	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
   	background: -moz-linear-gradient(top,  #fff,  #ddd); /* for firefox 3.6+ */
   	font-weight:normal;
	font-size:12px;
	opacity: 1;
	color:rgb(88,88,88);
}



