/* ================================================================ 
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/dd_valid.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.
=================================================================== */
/* common styling */
#menu
{
  font-family: arial, sans-serif;
  /*width:750px;
  height:100px;*/
  position:relative;
  top: -2px;
  font-size:11px;
  z-index:500;
}
html* #menu {
  top: -4px;
}
#menu ul li a, #menu ul li a:visited 
{
  display:block;
  text-decoration:none;
  color:#FFF;
  /*width:104px;*/
  float: left;
  /*height:20px;*/
  /*text-align:center;*/
  color:#fff;
  /*border:1px solid #fff;*/
  /*background:#710069;*/
  /*line-height:20px;*/
  font-size:12px;
  font-weight: bold;
  overflow:hidden;
  z-index:500;
}
#menu ul li a .l, #menu ul li a .c, #menu ul li a .r  
{
  float: left;
}
#menu ul li a .l, #menu ul li a .r
{
  background: transparent;
  height: 30px;
  width:  5px;
  cursor: pointer;
}
#menu ul li a .c
{
  padding:      7px 16px 6px 8px;
  background:   transparent;
  cursor: pointer; 
}
#menu ul li:hover .c
{
  background:   #fff url(../images/menu_ahover_arrow.gif) no-repeat right 12px;
  color:        #4e88c7;
  border-top:   1px solid #4e88c7; 
}
#menu ul li.noDrop:hover .c
{
  background:   #fff; 
}
#menu ul li:hover .l
{
  background: url(../images/menu_ahover_left.gif) no-repeat;
  height: 30px;
  width:  5px;
}
#menu ul li:hover .r
{
  background: url(../images/menu_ahover_right.gif) no-repeat;
  height: 30px;
  width:  5px;
}
#menu ul {padding:0; margin:0; list-style: none;}
#menu ul li {float:left; position:relative;}
#menu ul li ul {display: none;}

/* specific to non IE browsers */
#menu ul li:hover a {color:#fff; background:transparent; float: none;}
#menu ul li:hover ul {display:block; position:absolute; top:28px; left:0; width:105px;}
#menu ul li:hover ul li 
{
  clear: both;
  width: 200px;
  border-left: 1px solid #4e88c7;
  border-right: 1px solid #4e88c7;
}
#menu ul li:hover ul li.first
{
  border: none;
  width: 202px;
  height: 5px;
  background: transparent url(../images/dropdown_sub_topbg.gif) no-repeat;
}
#menu ul li:hover ul li.divider
{
  width: 200px;
  height: 1px;
  background: #fff url(../images/dropdown_sub_divider.gif) center top no-repeat;
}
#menu ul li:hover ul li.last
{
  border: none;
  width: 202px;
  height: 8px;
  background: transparent url(../images/dropdown_sub_bottombg.gif) no-repeat;
}
#menu ul li:hover ul li a.hide {/*background:#FFF;*/ color:#4e88c7;}
#menu ul li:hover ul li:hover a.hide {/*background:#FFF;*/ color:#4e88c7;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a 
{
  display:block;
  background-color: #FFF;
  background-image: url(../images/dropdown_sub_itembg.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  color:#4e88c7;
  padding: 8px 0 8px 37px;
}
#menu ul li:hover ul li a:hover 
{
  background-color:#edf3f9;
  background-image: url(../images/dropdown_sub_itembg.gif);
  background-repeat: no-repeat;
}
#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#menu ul li:hover ul li:hover ul.left {left:-105px;}
