/* ================================================================ 
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/drop_examples.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.
=================================================================== */
/* commom style for all browsers */
.wrapper {
  margin:0px auto;
  width:759px;
  font-size:.85em;
  position:relative;
  }
	
.menu {
text-align:left; font-family: verdana, sans-serif; position:relative; font-size:.8em;height:25px; margin:0; padding:0; list-style-type:none; background:transparent; 
}
.menu ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu li {
float:left; position:relative; border:1px solid #3A3C3B; border-right:none; background:#CDCDCD;
}

.menu li a, .menu li a:visited, .menu li a:hover {
display:block; text-decoration:none; color:#000000;  height:23px; line-height:23px; font-weight:bold; width:100%; text-align:center;
}
* html .menu li a, .menu li a:visited {
font-weight:bold; /* hack for IE5.5 */
}

.menu li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu li:hover a,
.menu li a:hover {
text-decoration:none; border:0; font-weight:bold; background:#000000; color:#FFFFFF;
}
.menu li:hover ul,
.menu li a:hover ul {
visibility:visible; height:auto; width:162px; background:#CD040C; border:1px solid #ddd; left:0; top:23px; overflow:visible; 
}
.menu li:hover ul li,
.menu li a:hover ul li {
	border:none;
}
.menu li:hover ul li a,
.menu li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1em; padding:0.5em; width:152px; text-align:left;
}
* html .menu li a:hover ul li a {
width:152px;   /* hack for IE5.5 */ 
}
.menu li:hover ul.long,
.menu li a:hover ul.long{
	width:197px;
}
.menu li:hover ul.long li a,
.menu li a:hover ul.long li a{
	width:187px;
}
* html .menu li a:hover ul.long li a  /* hack for IE5.5 */  {
	width:187px;
}
.menu li:hover ul li ul,
.menu li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; width:170px; left:182px; height:0; overflow:hidden;
}
.menu li:hover ul li a:hover,
.menu li a:hover ul li a:hover {
text-decoration:none; font-weight:bold; background:#fff; color:#000;
}
.menu li:hover ul li:hover ul,
.menu li a:hover ul li a:hover ul {
visibility:visible; height:auto;  width:170px; 
} 
.menu li:hover ul li:hover ul.left,
.menu li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu li:hover ul li:hover ul li a,
.menu li a:hover ul li a:hover ul li a {
display:block; height:auto; line-height:1em;
}
.menu li:hover ul li:hover ul li:hover a,
.menu li a:hover ul li a:hover ul li a:hover {
text-decoration:none; font-weight:bold; 
}
