/* Le code à MAT!*/

body #low{
	overflow:visible;
	z-index:1;
	position:relative;

}

.clear {
    clear: both;
}

.menu {
	height: 60px;
}

#dropMenu{
	padding-left: 10px;
}
#dropMenu span.menuElement{
	padding-top: 15px;
}
#dropMenu h5 {
	color:#F7F7F7;
	font-size:13px;
	text-decoration:none;
	text-transform:none;
	/*padding-left:15px;
	padding-right:30px;*/
	/*border-right: 1px solid #222;*/
	/*border-left: 1px solid #222;*/
}

#dropMenu h5 .border_fix
{
	margin:0px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #222;
	height: 18px;
}

#dropMenu h5 a:hover {
	text-decoration: underline;
}

#dropMenu h5 a.active {
	color:#B2E3B6;
}
#dropMenu h5 a.active:hover {
		text-decoration: none;
}

#dropMenu {
}

#dropMenu .menuElement {
    display: inline-block;
    /*padding-left: 9px;
	padding-right: 9px;*/
    position: relative;
    vertical-align: top;
}

body #low, .lowmenuDiv {
    text-align: left;
}

#dropMenu .menuElement h5 {
    margin: 6px 0px 0px 0px;
	padding:0px;
    /*padding-right: 12px;*/
    font-size: 13px;
	height: 40px;
	font-weight:bold;
    font-weight: normal;
}

#dropMenu .menuElement.current, #dropMenu .menuElement.currentsection {

}

.menuElement a {
    color: #fff;
    text-decoration: none;
}

.menuElement a:hover {
    text-decoration: none;
}

#dropMenu .subMenu
{
	background-color: #333;
    position: relative;
    left: -1px;
    height: 28px;
    line-height: 24px;
    border-bottom : 1px solid #666;
}

#dropMenu .subMenuChoices {
	background-color: #333;
	/*background: transparent url(images/submenu_bg.jpg) repeat scroll center top;*/
    display: none;
    position: absolute;
    left: 176px;
    top: 0px;
    /*background-color: #333;*/
	border-right:1px solid #222;
    width: 150px;
    z-index: 100;
}


#dropMenu .leftaligned .subMenuChoices {
    left: -400px;
}

#dropMenu .sublist a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding-left: 3px;
    margin: 0px;
}

#dropMenu .subMenuChoices a {
    color: #fff;
    display: inline-block;
    width: 130px;
    text-decoration: none;
    padding: 0px;
	padding-left: 20px;
    margin: 0px;
}
#dropMenu .sublist h5 {
    /*height: 30px;*/
}

#dropMenu .sublist h5:hover {
    color: #fff;
    background: #666;
	text-decoration: none;
    height : 28px;
    /* background: #0A4366 url(images/title_bluegradiant.png) repeat-x scroll left bottom;*/
}
#dropMenu .sublist a:hover
{
	color: #fff;
	 text-decoration: none;
}
#dropMenu .sublist div.subChoice
{
    height : 28px;
    border-bottom : 1px solid #666;
}
#dropMenu .sublist div.subChoice:hover {
    background: #666 ;
}

#dropMenu .subMenu h5 {
    margin: 0px;
    height: 24px;
    line-height: 24px;
    padding:0px;
    width: 156px;
	padding-left: 20px;
}


#submenu_nonmedic
{
	width: 194px;
}
#submenu_nonmedic .subMenu h5
{
	width: 175px;
}
#submenu_nonmedic .subMenu .subMenuChoices
{
	left: 194px;
}
div.sublist {
    width: 175px;
    display: none;
    position: absolute;
    top: 60px;
    left: -4px;
    background-color: #333;
    color: #fff;
	z-index:500;
}

