﻿/*box-sizing: border-box 
-moz-box-sizing: border-box;*/
a
{
    text-decoration:none;
    text-align:left;
}
div#outerContainer
{
	width:235px;
	clear:both;
	text-align:left;
    display:block;
}

div#headerMenuText
{
  font-family:Palatino Linotype; 
  color:#FFF;
  font-weight:bold;  
  margin:0px 5px 0px 18px;
 padding-top:10px;
  line-height:32px;
  color:#555555;
}

.aboutHeader
{
     display:block;
	background-image:url(../img/leftNav/AboutEggs_top.png);
	background-repeat:no-repeat;	
	width:235px;
	height:111px;
	/*padding-top:20px;*/
	font-size:35px;
	
}
.recipesHeader
{
    background-image:url(../img/leftNav/EggRecipes_top.png);
	background-repeat:no-repeat;	
	width:235px;
	height:111px;
	/*padding-top:20px;*/
	font-size:35px;
}
.resourceHeader
{
    background-image:url(../img/leftNav/ResourceCentre_top.png);
	background-repeat:no-repeat;	
	width:235px;
	height:111px;
	/*padding-top:20px;*/
	font-size:35px;
}
.professionalsHeader
{
    background-image:url(../img/leftNav/Professionals_top.png);
	background-repeat:no-repeat;	
	width:235px;
	height:111px;
	font-size:32px;
}
.mediaHeader
{
    background-image:url(../img/leftNav/ResourceCentre_top.png);
	background-repeat:no-repeat;	
	width:235px;
	height:111px;
	font-size:32px;
}
.promosHeader
{
    background-image:url(../img/leftNav/Promos_top.png);
	background-repeat:no-repeat;	
	width:235px;
	height:111px;
	/*padding-top:20px;*/
	font-size:35px;
}
.aboutUsHeader
{
     background-image:url(../img/leftNav/AboutUs_top.png);
	background-repeat:no-repeat;	
	width:235px;
	height:111px;
	/*padding-top:20px;*/
	font-size:35px; 
}
.aboutUsHeaderFR
{
    background-image:url(../img/leftNav/AboutUs_top.png);
	background-repeat:no-repeat;	
	width:235px;
	height:111px;
	/*padding-top:20px;*/
	font-size:30px; 
}
div#content
{
    display:inline-block;
	height:100%;
	vertical-align:top;	
    margin-left:18px;
}
.menu
{
	background-image:url(../img/leftNav/AboutEggs_bg.png);
	background-repeat:no-repeat;
	background-color:#feca42;
	max-height:100%;
	padding-top:15px;
	padding-left:18px;
	padding-right:5px;
	padding-bottom:15px;
}

.aboutMenu
{
  	background-image:url(../img/leftNav/AboutEggs_bg.png);
	background-repeat:no-repeat;
	background-color:#feca42;
	max-height:100%;
	padding-top:15px;
	padding-left:18px;
	padding-right:5px;
	padding-bottom:15px;  
}
.recipesMenu
{
    background-image:url(../img/leftNav/EggRecipes_bg.png);
	background-repeat:no-repeat;
	background-color:#feca42;
	max-height:100%;
	padding-top:15px;
	padding-left:18px;
	padding-right:5px;
	padding-bottom:15px;      
}
.resourceMenu
{
    background-image:url(../img/leftNav/ResourceCentre_bg.png);
	background-repeat:no-repeat;
	background-color:#feca42;
	max-height:100%;
	padding-top:15px;
	padding-left:18px;
	padding-right:5px;
	padding-bottom:15px;   
}
.professionalsMenu
{
    background-image:url(../img/leftNav/Professionals_bg.png);
	background-repeat:no-repeat;
	background-color:#feca42;
	max-height:100%;
	padding-top:15px;
	padding-left:18px;
	padding-right:5px;
	padding-bottom:15px;     
}
.mediaMenu
{
    background-image:url(../img/leftNav/ResourceCentre_bg.png);
	background-repeat:no-repeat;
	background-color:#feca42;
	max-height:100%;
	padding-top:15px;
	padding-left:18px;
	padding-right:5px;
	padding-bottom:15px;     
}
.promosMenu
{
    background-image:url(../img/leftNav/Promos_bg.png);
	background-repeat:no-repeat;
	background-color:#feca42;
	max-height:100%;
	padding-top:15px;
	padding-left:18px;
	padding-right:5px;
	padding-bottom:15px;    
}
.aboutUsMenu
{
    background-image:url(../img/leftNav/AboutUs_bg.png);
	background-repeat:no-repeat;
	background-color:#feca42;
	/*max-height:100%;*/
	padding-top:15px;
	padding-left:18px;
	padding-right:5px;
	padding-bottom:15px;    
}

div#menufooter
{
	background-image:url(../img/leftNav/commonbottom.png);
	background-repeat:no-repeat;
	height:55px;
	width:235px;
}
/**menu nodes**/
a:link.parentNode,a:link.parentNodeOver,a:link.child1Node,a:link.child1NodeOver,a:link.child2Node,a:link.child2NodeOver
{
    font-family:Arial;
    font-size:15px;
    padding-right:5px;
    height:20px;
    line-height:inherit;
}

a.parentNode,a:visited.parentNode
{
    font-size:15px;
    font-weight:bold;
    /*color:#75582b;*/
    color:#555555;
}
a.parentNodeOver,a:visited.parentNodeOver
{
    font-size:15px;
    font-weight:bold;
    /*color:#990000;*/
    color:#f78102;
}


a.child1NodeOver,a.child2NodeOver, a:visited.child1NodeOver,a:visited.child2NodeOver
{
    font-size:15px;
    font-weight:normal;
    /*color:#990000;  */
    color:#f78102;
}
a.child1Node,a.child2Node,a:visited.child1Node,a:visited.child2Node
{
    font-size:15px;
    font-weight:normal;
    /*color:#3f2c0e;*/
    color:#555555;
}
/*table style for the menu nodes*/
td#menuText
{

}
.child1Table
{
  margin-left:21px;  
}
.child2Table
{
   margin-left:37px; 
}

