﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.container {clear:both; float:left; width:100%; overflow:hidden;}

#hmenu {
  padding:0; margin:0 auto; float:left; position:relative; left:50%;  }

#hmenu li {
  float:left; position:relative; right:50%;  list-style-type:none; background-image:none;  }


#hmenu a {
  width:auto; display:block; padding:4px 16px; color:#fff; background:olive; border:1px solid #fff; 
  text-decoration:none;  }

#hmenu a:hover {
  color:#000; background:#d4d4d4;  }
