/*@font-face {
	font-family: 'Conv_AvenirLTCom-Light';
	src: url('fonts/AvenirLTCom-Light.eot');
	src: local('?'), url('fonts/AvenirLTCom-Light.woff') format('woff'), url('fonts/AvenirLTCom-Light.ttf') format('truetype'), url('fonts/AvenirLTCom-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
#menuILS
{
	width: 100%;
	margin: 0;
	padding:0px 0 0 0;
	list-style: none;
	position:relative;
	z-index:3;
	background:url(/img/images2/nav-bg.jpg) 0 0 repeat-x; height:36px;
}

#menuILS li
{
	float: left;
	padding: 0 0 0px 0;
	position: relative;
	line-height: 0;
	border-right:solid 1px #ED83A9;
	
}

#menuILS a 
{
	padding:0px 2px;
	color: #fff;
	text-transform:uppercase; font-size:11px; font-family:'Lato', sans-serif;
	text-decoration: none;
	 text-shadow: 0 0px 0 #000;
	width:106px;
	display:block;
	text-align:center;
	font-weight:normal;
	margin-top:3px;
	line-height:12px;
	/*float:left;*/
}
#menuILS a:hover
{
	color: #742B46; text-shadow: 0 0px 0 #000;
}
#menuILS table td span
{
	margin:0; padding:0; word-wrap: break-word; letter-spacing:1px;  text-shadow: 0 0px 0 #000;
}
#menuILS li:hover > table
{
	/*background:url(../images/nav-bgH.jpg) 0 0 repeat-x;*/
	color:#742B46;
	background-color:#ECA6AF;  text-shadow: 0 0px 0 #000;
}
#menuILS li:hover > table a
{
	color:#742B46 !important;
}
*html #menuILS li a:hover /* IE6 */
{
	color: #fafafa;
}

#menuILS li:hover > ul
{
	display: block;
	color:#fff !important;
}

/* Sub-menu */

#menuILS ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #B32674;
	
	
	
    
    -moz-border-radius: 5px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
    border-radius: 5px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

#menuILS ul ul
{
  top: 0;
  left: 150px;
}

#menuILS ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #D42E8A, 0 2px 0 #7B0848;
    -webkit-box-shadow: 0 1px 0 #D42E8A, 0 2px 0 #7B0848;
    box-shadow: 0 1px 0 #D42E8A, 0 2px 0 #7B0848;
}

#menuILS ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menuILS ul li a
{    
    padding: 8px 10px 10px 10px !IMPORTANT;
	*padding: 3px 10px 13px 10px;
	min-width: 185px;
	/*height: 15px;*/
    line-height: 1;
    display: block;
    float: none;
	text-transform: none;
	font-size:11px;
	line-height:12px;
	text-align:left;
}

*html #menuILS ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menuILS ul a /* IE7 */
{    
	height: 16px;
}

#menuILS ul a:hover
{
    background: #EEA6AF;
}

#menuILS ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

#menuILS ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}

#menuILS ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menuILS ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menuILS ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menuILS ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menuILS:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menuILS             { zoom: 1; } /* IE6 */
*:first-child+html #menuILS { zoom: 1; } /* IE7 */
.activeM {
	/*background:url(../images/nav-bgH.jpg) 0 0 repeat-x;*/
	background-color:#EEA6AF;
}