@media screen
{
	.parentMenuContainer
	{
		background-color: transparent;
		border-top: solid 1px #8bbfe6;
		border-bottom: solid 1px #8bbfe6;

		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	
	.parentMenuContainer td
	{
	    padding:0px;  
	    height:29px;
	    
	}
	
	.parentMenuContainer a
	{
	}
	
	.parentMenuContainer #tcm_subMenuWidthImage
	{
		width: 10px;
	}
	
	.parentMenuItem
	{
		border-right:0px solid #E4E9EF;
		padding: 0px;
		width: 100%;
	
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	
	.parentMenuItem #tcm_contentCell
	{
		border-right: 0px solid #E4E9EF;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px; 
		padding-bottom: 0px;
	
		white-space: nowrap;
		vertical-align: middle;
		text-align: left;
		
	}
	
	.parentMenuItem #tcm_contentCell a
	{
	    color:#4e4e4e;
	    font-family:Arial;
	    font-size:13px;
	    font-weight:bold;
	    text-decoration:none;
   		padding-left: 32px;
		padding-right: 32px;
		
	}
	
	.parentMenuItem #tcm_submenuCell
	{
		text-align: left;
		white-space: nowrap;
		width: 10px;
		vertical-align: middle;
		display: none;
	
		/* <!-- if background image needed -->
		background-image: url('submenu.gif');
		background-repeat: no-repeat;
		background-position: 2px 13px;
		*/
	}
	
	.parentMenuItemOver
	{
		border-left:0px solid #E4E9EF;
		padding: 0px;
		width: 100%;
		height:100%;
	
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	
	.parentMenuItemOver #tcm_contentCell
	{
		cursor: default;
		border-right: 0px solid #E4E9EF;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px; 
		padding-bottom: 0px;
		
		white-space: nowrap;
		vertical-align: middle;
		text-align: left;
	}
	
	.parentMenuItemOver #tcm_contentCell a
	{
	    color:#f95901;
	    font-family:Arial;
	    font-size:13px;
	    font-weight:bold;
	    text-decoration:none;
   		padding-left: 32px;
		padding-right: 32px;
	}
	
	.parentMenuItemOver #tcm_submenuCell
	{
		text-align: left;
		white-space: nowrap;
		width: 10px;
		vertical-align: middle;
		display: none;
	
		/* <!-- if background image needed -->
		background-image: url('submenu.gif');
		background-repeat: no-repeat;
		background-position: -50px 13px;
		*/
	}






















	
	.menuContainer
	{
		padding: 0px;
		
		background-color: #ffffff;
		
		border-left: 1px solid #8bbfe5; 
		border-right: 1px solid #8bbfe5; 
		border-top: 1px solid #8bbfe5; 
	
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	
	.menuContainer td
	{

		padding: 0px;
		padding-left:0px;
		padding-right:0px;
		border-bottom: 1px solid #8bbfe5; 
	}
	
	.menuContainer a
	{
	    color:#000000;
	    background-color:#ffffff;
	    font-family:Arial;
	    font-size:12px;
	    font-weight:bold;
	    text-decoration:none;
   		padding-left: 20px;
		padding-right: 20px;
	}
	
	.menuContainer #tcm_subMenuWidthImage
	{
		width: 5px;
	}
	
	.menuItem
	{
		border: 0px none;
		padding: 0px;
	
		width: 100%;
		height: 20px;
	    
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
		
	    border-bottom:0px dotted white;
	}
	
	.menuItem #tcm_contentCell
	{
		padding-left: 0px; 
		padding-right: 0px; 
		padding-top: 1px; 
		padding-bottom: 1px;
	
		white-space: nowrap;
		vertical-align: middle;
	}
	
	.menuItem #tcm_contentCell a
	{
	    color:#000000;
	    background-color:#ffffff;
	    font-family:Arial;
	    font-size:12px;
	    font-weight:bold;
	    text-decoration:none;
   		padding-left: 20px;
		padding-right: 20px;
	}
	
	.menuItem #tcm_submenuCell
	{
		text-align: left;
		white-space: nowrap;
		vertical-align: middle;
		width: 10px;
	
		padding-left: 5px;
		padding-right: 5px;
	
		/* <!-- if background image needed -->
		background-image: url('submenu.gif');
		background-repeat: no-repeat;
		background-position: 0px 5px;
		*/
	}
	
	.menuItemOver
	{
		cursor: hand; cursor: pointer;
        background-color:#f96915;	
		border: 0px none;
		padding: 0px;
	
		width: 100%;
		height: 20px;
	
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;

	    border-bottom:0px dotted white;
	}
	
	.menuItemOver #tcm_contentCell
	{
		padding-left: 0px; 
		padding-right: 0px; 
		padding-top: 1px; 
		padding-bottom: 1px;
	
		cursor: hand; cursor: pointer;
		white-space: nowrap;
		vertical-align: middle;
	}
	
	.menuItemOver #tcm_contentCell a
	{
	    color:#ffffff;
	    background-color:#f96915;
	    font-family:Arial;
	    font-size:12px;
	    font-weight:bold;
	    text-decoration:none;
   		padding-left: 20px;
		padding-right: 20px;
	}
	
	.menuItemOver #tcm_submenuCell
	{
		text-align: left;
		white-space: nowrap;
		vertical-align: middle;
		width: 10px;
	
		padding-left: 5px;
		padding-right: 5px;
		
		/* <!-- if background image needed -->
		background-image: url('submenu.gif');
		background-repeat: no-repeat;
		background-position: -52px 5px;
		*/
	}
	
	.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: white;
	}
}

@media print
{
	.menuContainerIframeUnderlay, .parentMenuContainer, .menuContainer
	{
		display: none;
	}	
}