/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/stamp-collecting.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#lastLi {
	background-image: none !important;
 }
#menu  {
	margin:0;
	list-style:none;
	white-space:nowrap;
	text-align:left;
	float:left;
	padding: 0;
	font-family: tahoma;
	font-size: 8pt;
	z-index:9999;
}

#menu li  {margin:0; padding:0; list-style:none;z-index:9999;}
#menu li  {display:inline-block; display:inline;z-index:9999;}
#menu ul  {
	z-index:9999;
	list-style:none;
	position:absolute;
	left:-9999px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #bcbec0;
	border-right-color: #bcbec0;
	border-left-color: #bcbec0;
	margin: 0;
	padding: 0;
}

#menu ul.ul-one {
	background-color: #FDFDFD;
z-index:9999;
}

#menu li.li-top  {
	float:left;
	display:block;
	background-image: url('/MenuCss/LTR/separator.gif');
	background-repeat: no-repeat;
	background-position: right;
z-index:9999;
}

#menu a {
	display:block;
	color:#333;
	text-decoration:none;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	line-height: 22px;
	direction:ltr;
	border-bottom: 1px solid #bcbec0;
z-index:9999;
}

#menu :hover a:hover  {
	background:#F2F2F2;
	color:#0099FF;
z-index:9999;
}

#menu li a.sub {   /* for arrow */
}

#menu li.li-top a.top {
z-index:9999;
	float:left;
	height: 42px;
	line-height: 42px;
	border-bottom: none;
}

#menu li a.top:hover {
	position:relative;
	background:transparent;
	color:#0099FF;
z-index:9999;
}
#menu li.li-top:hover {
z-index:9999;
	position:relative;
	color:#0099FF;
}

#menu li.li-top:hover > a, #menu li.li-top:hover ul :hover > a {
	background:#F2F2F2;
	color:#0099FF;
	z-index:9999;
}

#menu li.li-top:hover > a {
	background-color: transparent;
z-index:9999;
}

#menu li.li-top:hover ul {margin-top:42px;z-index:9999;}

#menu :hover ul {
	left:0;z-index:9999;
}
#menu :hover ul a {white-space:nowrap;z-index:9999;}
#menu :hover ul b {position:absolute;z-index:9999;}

#menu :hover ul :hover ul, 
#menu :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left:100%;
	margin-top:-24px;
z-index:9999;
}


#menu :hover ul ul, 
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul :hover ul ul
{
	left:-9999px;
z-index:9999;
}
/*for last li */
.lastli {
	background-image: none !important;
}
