/* ================================================================ 
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/final_drop.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.
=================================================================== */

#sitenavmenu {
  min-width: 200px; 
  width: 100%;
  font-size: 0.85em;
  align: center;
  text-align: left;
  pposition: relative;
 // margin-left: -15px;
  z-index: 100;
  background-color: #545151;
 // border: 1px solid #608EB5;
  height: 30px;
  display: block;
  clear: both;
}

/* remove all the bullets, borders and padding from the default list styling */
#sitenavmenu ul, #sitenavmenu li, #sitenavmenu div {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* style the links menu */
#sitenavmenu a, #sitenavmenu a:visited {
  display: block;
  font-size: 11px;
  text-decoration: none; 
  color: #fff; 
  min-width: 100px; 
  height: 30px; 
	border: 1px solid #608EB5;
	border-right: 1px solid #608EB5;
	//border-bottom: 1px solid #608EB5;
	background-color: #545151;

  xborder: 1px solid #fff; 
  xborder-width: 1px 1px 0 0; 
  xbackground: #758279; 
  padding-left: 10px; 
  line-height: 29px;
}

/* style the menu links hover */
#sitenavmenu a:hover, #sitenavmenu ul ul a:hover{
  color: #fff; 
  background: #949e7c;
}

#sitenavmenu :hover > a, #sitenavmenu ul ul :hover > a {
  color: #fff;
  background: #CC6600;
}