/* Menu Top Container*/

#menu{
	float:right;
/*	border:1px solid #000;
*/	width:802px;
	margin:62px 0 0 0;
	height:54px;
	padding:0;	
}

ul#topMenu{
	width:auto;
	list-style:none;
	float:right;
	padding:0;
	margin:0;
	height:66px;
	position:relative;
}

ul#topMenu li{
  margin:0;
  border:0 none;
  padding:0;
  float:left; /*For Gecko*/
  display:block;
  list-style:none;
  position:relative;
  width:auto;
  background:url(../images/menuSep.gif) right top no-repeat;
  height:66px;
}

/* root menu*/
ul#topMenu a{
  padding:15px 19px 0 19px;	
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display:block;
  color:#3f3f3f !important;
  font:normal 12px/14px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height:auto;
  height:39px;
}

ul#topMenu ul{
  margin:0;
  width:172px;
  list-style: none;
  display: none;
  position: absolute;
  top:56px;
  left:0px !important;	
  border:1px solid #85B1B8;
  border-top:none;
  background:url(../images/topDropMenuBg.png) left top repeat;
  text-align:left !important;
  float:right;
}

ul#topMenu ul ul,
ul#topMenu ul ul ul {
  	width:182px; /*140px;*/
	list-style: none;
	clear:both;
	position:absolute;
	display: none;
}


/* Root Menu Hover Persistence */
ul#topMenu a:hover,
ul#topMenu li:hover a,
ul#topMenu li.iehover a 
{  
	color:#fff !important;
 	height:40px;
	font:normal 12px/14px Arial, Helvetica, sans-serif !important;
	background:url(../images/topMenuBg.png) left top repeat-x;

}

/* 2nd Menu */
ul#topMenu li:hover li a,
ul#topMenu li.iehover li a {
	text-align:left;
	float: none;
	width:134px;/*172*/
	margin:0px; /* Where Drop Down Menu Starts */
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	color:#fff;
	background:none;
	padding:6px 19px;
	display:block;
	height:1%;
}

ul#topMenu ul li{
/*	border:1px solid #F00;
*/	background:none;
	padding:0;
	height:auto;
}

/* 2nd Menu Hover Persistence */
ul#topMenu li:hover li a:hover,
ul#topMenu li:hover li:hover a,
ul#topMenu li.iehover li a:hover,
ul#topMenu li.iehover li.iehover a 
{  
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	color:#AACCD2 !important;
}

/* 2nd Menu Hover Persistence IE 6 */
*html ul#topMenu li:hover li a:hover,
*html ul#topMenu li:hover li:hover a,
*html ul#topMenu li.iehover li a:hover,
*html ul#topMenu li.iehover li.iehover a 
{
   color: #333333; /*Color effect */
}


/* Do Not Move - Must Come Before display:block for Gecko */
ul#topMenu li:hover ul ul,
ul#topMenu li:hover ul ul ul,
ul#topMenu li.iehover ul ul,
ul#topMenu li.iehover ul ul ul 
{
  display: none;
}

ul#topMenu li:hover ul,
ul#topMenu ul li:hover ul,
ul#topMenu ul ul li:hover ul,
ul#topMenu li.iehover ul,
ul#topMenu ul li.iehover ul,
ul#topMenu ul ul li.iehover ul 
{
  display: block;
}

ul#topMenu a.current{
	clear:both;
	display:block;
	color:#fff !important;
	background:url(../images/topMenuBg.png) left top repeat-x;
	height:54px;
}