﻿/* menu 1 */
/* this is the main UL element*/
.menu_eric{
}

.dropdown_menu_eric{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	height:100px;
}

/* these are the inner menus*/
.dropdown_menu_eric ul{
	margin:0;
	padding:0;
	margin-left:-50px;
	list-style:none;
	}

/* these are all the LIs in the menu*/

.dropdown_menu_eric .li1_fr
{
    text-decoration: none;
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;

}

.dropdown_menu_eric .li1_en
{
    text-decoration: none;
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;

}

.dropdown_menu_eric .li2_fr
{
    text-decoration: none;
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
    
}

.dropdown_menu_eric .li2_en
{
    text-decoration: none;
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
  
}

.dropdown_menu_eric .li3_fr
{
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
   
}


.dropdown_menu_eric .li4_fr
{
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
  
}

.dropdown_menu_eric .li4_en
{
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
   
}

.dropdown_menu_eric .li5
{
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
    
}
.dropdown_menu_eric .li6_fr
{
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
   
}

.dropdown_menu_eric .li6_en
{
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
    
}

.dropdown_menu_eric .li7_fr
{
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
    
  
}

.dropdown_menu_eric .li7_en
{
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
   
}

.dropdown_menu_eric .li8_fr
{
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
 
}

.dropdown_menu_eric .li8_en
{
    margin: 0;
    padding: 0px;
    height:120px;
    width: 80px;
    
}


/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown_menu_eric a
{
    text-decoration: none;
    color: #990099;
    width: 100%;
    font-family: 'Segoe Print';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: medium;

}
.dropdown_menu_eric li a
{
height:125px;
}
.dropdown_menu_eric a:hover{
	text-decoration:underline;
}
.dropdown_menu_eric li ul li
{
    border-width: 0px;
    text-decoration: none;
    padding: 0px;
    height: 19px;
    list-style-type: none;
}

.dropdown_menu_eric li ul li a
{
    border-width: 0px;
    text-decoration: none;
    padding-top:3px;
    height:18px;
}
.dropdown_menu_eric li ul li a img
{
    border-width: 0px;
    
}
 /*these are the LIs that only belong to submenu*/
.dropdown_menu_eric ul li{
	border:0;
	padding-top:2px;
	
}
/*
 these are the LIs that contains a submenu
.dropdown_menu_eric li.submenu{
	background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:100px;
}

 these are the LIs that contains a submenu and which are in a sub-menu themselve
.dropdown_menu_eric ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:60px;
	height:100px;
}
*/