If you are testing:
Ho: u=uo (or u>= uo)
vs H1: u<uo
where u= population mean, uo= constant
and you want to build a one-sided 95% Confidence interval,
then you don't have to divide ∝ by 2. So use 1.64 (or 1.645) -- make sure you use the appropriate critical value (could be z or t)
The CI will be:
(-∞ , Xbar - 1.645*SE(Xbar) )
HTH