.pop {
  position: fixed;
  display: inline; 
  
  }
  .pop .pop_menu {
    display: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px; }
	
  .pop .pop_toggle {
    background-image: url(/images/arrow-down.gif);
    background-repeat: no-repeat;
    background-position: center center;
	border-width:1px;
  border-style:solid;
  border-color:#5d3c6d;
    width: 200px;
    height: 20px;
    overflow: hidden;
    cursor: pointer; }

.active .pop_menu {
  display: block;
  background-color: #fbfbfb;
  color: #6a6b6b;
  border-width:1px;
  border-style:solid;
  border-color:#cecece;
  border-top-style:none;
  position:absolute;
  top:27px;
  left:-249px;
  padding: .6em;
  width: 233px; }
  .active .pop_menu a {
    color: #cccccc; }


.belowNav .pop .pop_menu {
position:relative;
 top:0px;
 left:-100px;
}

.active .pop_toggle {
  z-index: 3000;
position:relative;
 top:0px;
 left:-100px;
  background-image: url(/images/arrow-up.gif); }
  
.pophead{
	text-transform: capitalize;
	font-size: 10px;
	font-weight : bold;
	color: #d10452;
	}

.pop2head{
	font-size: 16px;
	font-weight : bold;
	color: #d10452;
	}
	
.poptext{
	font-size: 12px;
	}
.poplink {color: #5d3c6d;
font-size: 11px;
	font-weight : bold;} 
.poplink:link {color: #5d3c6d;
text-decoration: underline;
font-size: 11px;
	font-weight : bold;} 
.poplink:visited {color: #5d3c6d; text-decoration: underline;
font-size: 11px;
	font-weight : bold;} 
.poplink:active {color: #5d3c6d; text-decoration: underline;
font-size: 11px;
	font-weight : bold;} 
.poplink:hover {color: #5d3c6d; text-decoration: underline;
font-size: 11px;
	font-weight : bold;}

#Link_orderStatus {
	background-image: url(/images/Headers/orderstatus.gif);
	background-position: 0 0;
	height:27px;
	width:96px;
	cursor: pointer;
}
	
#Link_orderStatus:active {
	background-image: url(/images/Headers/orderstatus_on.gif);
	cursor: pointer;
}

#Link_MyAccount{
	cursor: pointer;
}

#Link_QuickShop{
	cursor: pointer;
}
