﻿@media screen
{
	.ParentMenu
	{
		cursor: hand;
	  	width: 990px;
    	margin: 0 0;
    	background: url(/img/main-menu-top-bg.png) repeat-x; 	
    height: 40px;
    padding-top: 6px;
}
    	
	}
	.ParentItemContainer
	{
		display: block;
	    text-align: left;
	    color: #ffffff;
	    font-size: 11px;
	    font-weight: bold;
         height: 40px;
         line-height: 32px;
	    white-space: nowrap;
		text-decoration: none;
	}
	.ParentItem
	{ 
	}
	.ParentItemOver
	{ 
	}	
	.ParentItemContentCell
	{
		display: block;
   		text-align: left;
    	color: #ffffff;
    	font-size: 11px;
    	font-weight: bold;
    	border-left: 1px solid #7d7d7d;
    	padding: 0 37px;
		text-decoration: none;
		white-space: nowrap; 
    height: 40px;
    line-height: 32px;
	}
	
	.ParentItemContentCellOver
	{
		display: block;
    height: 40px;
    line-height: 32px;
    	text-align: center;
    	color: #ffffff;
    	font-size: 11px;
    	font-weight: bold;
    	border-left: 1px solid #7d7d7d;
    	padding: 0 37px;
		text-decoration: none;
		white-space: nowrap;
	}
	
	
	.ParentItemSubMenuCell,.ParentItemSubMenuCellOver
	{	    
	
	}
	
	.ParentSeparator, .ParentSeparatorOver
	{
		width: 2px;
		padding:0;
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		width: 1px;
		font: 1px Verdana;
		padding: 0 0px;
	}

	.easyMenu
	{
		border:0px;
		filter: Alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: .8;
	}
	
	.easyMenuItemContainer
	{
		text-align:left;
		padding-left:-10px;
	}

	.easyMenuItem
	{
		height: 25px;
		cursor: hand;
		padding: 0px;
		text-align:left;
	}
	
	.easyMenuItem a
	{
		height: 25px;
		cursor: hand;
		color:white;
		text-align:left;
	}

	.easyMenuItemIconCell
	{
	text-align:left;
	}

	.easyMenuItemIconCell a
	{
	text-align:left;
	}

	.easyMenuItemContentCell
	{
 		
		cursor: hand;
    	white-space: normal;
		background-color:#313031;
    	height: 22px;
     
    	color: #ffffff;
    	font-size: 11px;
    	font-weight: bold;
    	line-height: 22px;
    	border-width:0 0 0 0;
    	border-color:#313031;
    	border-style:none;
    	padding: 0 5px;
		text-decoration: none;
		text-align:left;
	}

	.easyMenuItemContentCell a
	{
		 text-align:left;
		
	}

	.easyMenuItemOver
	{
		cursor: hand;
    	 
    	color: #ffffff;
    	font-size: 11px;
    	font-weight: bold;
		height: 25px;
		background-color: #313031;
		padding: 0 5px;
		text-align:left;
	}
	
	.easyMenuItemOver a
	{
		cursor: hand;
		height: 25px; 
		text-align:left;
	}

	.easyMenuItemContentCellOver
	{
	    cursor: hand;
		 
    	color: #ffffff;
    	font-size: 11px;
    	font-weight: bold;
		height: 25px;
		
		background-color: #313031;
		padding: 0 5px;
		text-align:left;
	}

	.easyMenuItemContentCellOver a
	{
		text-align:left;
	}


.easyMenuItemIconCellOver
{
text-align:left;
}

.easyMenuItemIconCellOver a
{
text-align:left;
}

	.easyMenuSeparator
	{
	text-align:left;
	}
	
	.easyMenuSeparatorIconCell
	{
	text-align:left;
	}
	
	.easyMenuSeparatorContentCell
	{
	text-align:left;
	}

	.easyMenuSeparatorOver
	{
	text-align:left;
	}

	.easyMenuSeparatorIconCellOver
	{
	text-align:left;
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 15px;
		background-repeat: no-repeat;
		background-position: 0px 9px;
		font-family: Verdana;
		font-size: 1px;
		height:25px;
		text-align:left;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 15px;
		background-repeat: no-repeat;
		background-position: 0px 9px;
		font-family: Verdana;
		font-size: 1px;
		height:25px;
		text-align:left;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0px;
		position : absolute; 
		visibility : hidden; 
		top : -2000px;
		left : 0px; 
		filter : "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"; 
		filter : "Alpha(Opacity='0')";
		opacity : 0;
		moz-opacity : 0;
		background-color: White;
		display: none;
	}
	#ob_em_mc
	{
		width: 100%;
		height: 100%;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	#ob_em_mc td
	{
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}
#item1 .ParentItemContentCell {
    border-left: none;
}

#item1 .ParentItemContentCellOver {
         border: 0 none;
}
