@media screen
{

	.ParentMenu
	{
		/* height: 49px; */
		/*padding-left: 1px;
		padding-right: 1px;*/
        /* text-transform: uppercase; */
        width:auto;
	}
	
    .ParentMenu a:link, .ParentMenu a:visited, .ParentMenu a:hover, .ParentMenu a:active
    {
        text-decoration: none;
        padding-left:10px;
    }
    
/*    .ParentMenu a
    {
   
    }
    
    .ParentMenu a:hover 
    {
    }
*/
	.ParentItemContainer
	{
	    height: 57px;
	    text-align: left;
	    /* background-color:#5A745E; */
	    text-transform: uppercase;
		/*background-image: url(mid.gif);
		background-repeat: repeat-x;*/
	}

.ParentItemContainer .easyMenuItem
    {
        background: url(/images/nav_item_arrow_0.gif) no-repeat scroll left center;
    }

.ParentItemContainer .easyMenuItemOver
{
    background: url(/images/nav_item_arrow_on.gif) no-repeat scroll left center;
}

.ParentItemContainer .easyMenuItemOver .easyMenuItemSubMenuCellOver
{
    background-color: #5A745E;
}
	
	.ParentItem
	{
     		/*background-image: url(mid.gif); 
		background-repeat: repeat-x;
		height: 30px;*/
		height: 57px;
		cursor: pointer; cursor: auto;
	}
	
	.ParentItemContentCell
	{
		/*font: 11px Tahoma; 
		color: #666666;
		text-align: center;*/
		font-family: "Arial", "Helvetica", "Verdana";
		font-size: 12px;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
/*	    text-transform:uppercase; */
		white-space: nowrap;
	}

	.ParentItemOver
	{
		/*background-image: url(mid_over.gif); 
        background-repeat: repeat-x; 
        height: 30px;
        */
		cursor: pointer; cursor: auto;
        /* height: 49px; */		
	}

	.ParentItemContentCellOver
	{
		/*font: 11px Tahoma; */
		text-align: center;
				font-family: "Arial", "Helvetica", "Verdana";
		font-size: 12px;
		white-space: nowrap;
		color: #ffffff;		
        /* text-transform: uppercase; */
		
	}

	.ParentItemSubMenuCell, .ParentItemSubMenuCellOver
	{
	    width: 20px;
	    /*background-image: url(submenu_parent.gif);
		background-repeat: no-repeat;
		background-position: 0px 13px;*/
		font-family: Verdana;
		font-size: 1px;
	}
	
	.ParentSeparator, .ParentSeparatorOver
	{
		/*background-image: url(mid.gif); 
		width:1px;
		padding: 0px;*/
	}
	
	.ParentSeparatorContentCell,.ParentSeparatorContentCellOver
	{
		color: #D6D6D6;
	}
	
	.easyMenu
	{
		/* border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		background-color: #F9F9F9; */
	}
	
	.easyMenuItemContainer
	{
	    background: #5A745E;
	}

	.easyMenuItem
	{
		/*height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		padding: 0px;*/
		/* height:49px; */
		color:#FFF;
        margin: 15px 15px 15px 15px;       
	}
	
	.easyMenuItem a
	{
		color:#FFF;
		margin-right:25px;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemContentCell
	{
	    height: 25px;
		font-family: Arial, Helvetica, Verdana;
		font-size: 12px;
		/* color: #666666; */
		text-indent: 10px;
		white-space: nowrap;
	}

    .easyMenuItemContentCell a:link, .easyMenuItemContentCell a:visited
    {
        text-decoration: none;
    }
    
    .easyMenuItemContentCell a:hover, .easyMenuItemOver a:hover
    {
	    font-family: "Arial", "Helvetica", "Verdana";
	    font-size: 12px;
        /* text-transform: uppercase; */
        text-decoration: none;
        color: #000000;
    }

	.easyMenuItemOver
    {
        height: 25px;
        font-family: "Arial" , "Helvetica" , "Verdana";
        font-size: 12px; 
        background: #98AF9B;
        cursor: pointer;
    }
	
	.easyMenuItemOver a
	{
	    color:#000;
	    text-decoration: none;    
        margin-right:25px;
	}
	
	.easyMenuItemIconCellOver
	{

	}

	.easyMenuItemContentCellOver
	{
		color: White;
   		font-family: "Arial", "Helvetica", "Verdana";
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuSeparatorIconCell, .easyMenuSeparatorContentCell, .easyMenuSeparatorIconCellOver, .easyMenuSeparatorContentCellOver
	{
	}
	
	.easyMenuSeparator, .easyMenuSeparatorOver
	{
		/* border-bottom: 1px solid #CCCCCC; */
	}
	
.easyMenuItemSubMenuCellOver
{
        background: #98AF9B;
}

	.easyMenuItemSubMenuCell, .easyMenuItemSubMenuCellOver
	{
		width: 10px;
		/* padding-top: 2px; */
		/* background: #5A745E; */
		/* background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 6px; */
		font-family: Verdana;
		font-size: 1px;
	}

	/* 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;
	}

	#ob_em_mc
	{
		width: 100%;
		height: 100%;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}

	#ob_em_mc td
	{
		padding: 0px;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}