
#storeSwitch {
    position:absolute;
}

#storeSwitch a {
	font-family: Arial;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

#storeSwitch li a:hover,
#storeSwitch li a:active {
	color: #000;
}

#storeSwitch li span {
	font-family: Arial;
	font-size: 11px;
	color: #000;
}
    
    #storeSwitch-options {
	width:85px;
	padding:28px 0 0 0;
	position:absolute;
	left:-20px;
	top:0;
	display:none;   
	z-index:10000;
    }

    
	#storeSwitch-options li {
	    margin:0 !important;
	    padding:0 0 0 20px;
	    float:none !important;
	    background:#FFF;
	    list-style:none;
	}
	
	#storeSwitch-options li.last {
	    padding-bottom:10px;
	}
	
/*	
#content-container {
    position:static;
    z-index:1;
}
*/
