@media screen
{
	.parentMenuContainer
	{
		/*border: 1px solid red;*/
		
		background-color:transparent;
		height:27px;

		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	
	.parentMenuContainer td
	{
			padding:0px;  
	}
	
	.parentMenuContainer a
	{
	}
	
	.parentMenuContainer #tcm_subMenuWidthImage
	{
		width: 10px;
	}
	
	.parentMenuItem
	{
		border-right:0px solid #E4E9EF;
		padding: 0px;
	
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	
	.parentMenuItem #tcm_contentCell
	{
		border-right: 0px solid #E4E9EF;
		padding-left: 14px;
		padding-right: 15px;
		padding-top: 0px; 
		padding-bottom: 0px;
	
		white-space: nowrap;
		vertical-align: middle;
	}
	
	.parentMenuItem #tcm_contentCell a
	{
			font-family:arial;
			font-size:12px;
			text-decoration:none;
			color:#ffffff;
			
   		
	}
	
	.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: 14px;
		padding-right: 15px;
		padding-top: 0px; 
		padding-bottom: 0px;
		
		white-space: nowrap;
		vertical-align: middle;
	}
	
	.parentMenuItemOver #tcm_contentCell a
	{
		font-family:arial;
		font-size:12px;
		text-decoration:none;
		color:#acd0e2; 

	}
	
	.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: #589abc;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
		
		margin-top:8px;
	}
	
	.menuContainer td
	{

		padding: 0px;
		padding-left:0px;
		padding-right:0px;
	}
	
	.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;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.menuItem #tcm_contentCell a
	{
	    color:#FFFFFF;
	    background-color:#589abc;
	    font-family:Arial;
	    font-size:12px;
	    font-weight:bold;
	    text-decoration:none;
	}
	
	.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:#589abc;	
		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;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.menuItemOver #tcm_contentCell a
	{
	    color:#FFFFFF;
	    background-color:#589abc;
	    font-family:Arial;
	    font-size:12px;
	    font-weight:bold;
	    text-decoration:underline;
	}
	
	.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;
	}	
}





.level_2
{
	
}


