.parentMenuContainer
{
	/*border: 1px solid #E4E9EF;*/
	border: 0px none #cac8c9;
	border-top: 0px none;
	border-bottom: 0px none;
	padding: 0px;
	padding-left:0px;
	padding-right:0px;
	width: 250px;
	background-color:#f1eff0;
	background-color:Transparent;
	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
}

.parentMenuContainer td
{
	padding:0px;
	height:30px;
}

.parentMenuContainer a
{
	color:#000000;
	outline: none;
	
}
.parentMenuContainer a:hover
{
	color:#3333cc;
}
.parentMenuContainer #tcm_subMenuWidthImage
{
	width: 10px;	
}

.parentMenuItem
{
	color:#000000;
	
	padding: 0px;
	width: 100%;
	height:100%;
	border-bottom:1px none #cac8c9;
	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
	/*background:url(line.gif) repeat-x 1px 0px;*/
	
}

.parentMenuItem #tcm_contentCell
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px; 
	padding-bottom: 4px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	/*background:url(menu_spliter.jpg) no-repeat left center;*/
}

.parentMenuItem #tcm_contentCell a
{
	text-decoration: none;
	
	
}

.parentMenuItem #tcm_submenuCell
{
	text-align: right;
	white-space: nowrap;
	width: 10px;
	vertical-align: middle;

	padding-right: 10px;
	/*display: none;
			 <!-- if background image needed -->*/
	background-image: url(submenu.gif);
	background-repeat: no-repeat;
	background-position: -50px 13px;
	
}

.parentMenuItemOver
{
	
	padding: 0px;
	/*width: 100%;
	height:100%;*/
	/*background-color:#0099cc;*/
	background-image:url(../../images/bg_top.gif);
	/*background-color:#ffffff;
	background-color:#dff1fb;*/
	border-bottom:1px none #cac8c9;
	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
}

.parentMenuItemOver #tcm_contentCell
{
	cursor: default;

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px; 
	padding-bottom: 4px;
	
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	/*background:url(menu_spliter.jpg) no-repeat left center;*/
}

.parentMenuItemOver #tcm_contentCell a
{
	text-decoration: none;
	color:#000000;
}

.parentMenuItemOver #tcm_submenuCell
{
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
	width: 10px;

	padding-right: 10px;
	/*display: none;*/
	background-image: url(submenu.gif);
	background-repeat: no-repeat;
	background-position: -50px 13px;
}

.menuContainer
{
	padding: 0px;
	
	background-color: white;
	
	border-top: 1px none #cac8c9; 
	border-bottom: 1px none #cac8c9;

	width: 184px;

	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
}

.menuContainer td
{
	padding: 0px;
}

.menuContainer a
{
	outline: none;
}

.menuContainer #tcm_subMenuWidthImage
{
	width: 5px;
}

.menuItem
{
	border: 0px none;
	padding: 0px;
	background-color:#dff1fb;
	width: 100%;
	height: 30px;
	border-bottom: 1px none #cac8c9;
	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
	
}

.menuItem #tcm_contentCell
{
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 4px; 
	padding-bottom: 4px;

	white-space: nowrap;
	vertical-align: middle;
}

.menuItem #tcm_contentCell a
{
		color:#000000;
	text-decoration: none;
}

.menuItem #tcm_submenuCell
{
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
	width: 10px;

	padding-right: 10px;

	background-image: url(submenu.gif);
	background-repeat: no-repeat;
	background-position: -50px 13px;
	
}

.menuItemOver
{
	cursor: hand; cursor: pointer;

	border: 0px none;
	padding: 0px;

	width: 100%;
	height: 30px;
	border-bottom: 1px none #cac8c9;
	border-collapse: separate;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0px;
}

.menuItemOver #tcm_contentCell
{
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 4px; 
	padding-bottom: 4px;

	cursor: hand; cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
}

.menuItemOver #tcm_contentCell a
{
	text-decoration: none;
}

.menuItemOver #tcm_submenuCell
{
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
	width: 10px;
	padding-right: 10px;
	background-image: url(submenu.gif);
	background-repeat: no-repeat;
	background-position: -50px 13px;
}

.menuContainerDiv
{
	position: absolute; 
	top: 0px; 
	left: -2000px; 
	visibility: hidden; 
	z-index: 9999;
}

.menuContainerIframeUnderlay
{
	border: 0;
	position : absolute; 
	visibility : hidden; 
	left : -2000px;
	top : 0px; 
	filter : "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"; 
	filter : "Alpha(Opacity='0')";
	opacity : 0;
	--moz-opacity : 0;

	background-color: transparent;
	z-index: 100;
}