﻿div.menHeader1
{
    position: absolute;
    left: 404px;
    top: 0px;
    width: 630px;/*430px*/
    min-height : 30px;
    height : auto !important;
    height: 30px;
    z-index: 2;
    list-style-type: none;
    font-size: 13px;
    font-weight: bold;  
    font-family: Arial;
}

div.menHeader1 ul
{
   list-style-type: none;
}

div.menHeader1 ul li
{
    background: url(../img/menu/menHeader1Left.png) no-repeat left;
    float:left;
    padding-left:17px;
}

div.menHeader1 ul li a
{
    background: #ffffff;
    min-height : 25px;
    display:inline-block;
    height : auto !important;
    height: 25px;
    width:168px;
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    text-decoration:none;
    color: #822739; /*434343*/
    padding:5px 0px 0px 8px;
}

div.menHeader1 ul li ul li a:hover
{
    color:black;
}

div.menHeader1 ul li ul
{
    list-style-type: none;
    display: none;
    visibility: hidden;
    width:165px;
    background: #ffffff url(../img/menu/menHeader2FondN3.png) repeat-x top left;
    padding-top:12px;
}

div.menHeader1 ul li ul li
{
    width:130px;
    background: #ffffff;
}

div.menHeader1 ul li ul li a
{
    font-size: 11px;
    width:130px;
    background: #ffffff url(../img/traitH1.png) no-repeat left ;
    padding-left : 10px;
}

div.menHeader2
{
    position: absolute;
    left: 404px;
    top: 131px;
    width: 600px;
    min-height : 35px;
    height : auto !important;
    height: 35px;
    padding-left:20px;
    font-size: 13px;
    font-weight: bold;  
    font-family: Arial;
}

div.menHeader2 ul
{
    list-style:none;
}

div.menHeader2 ul li
{
    background: url(../img/menu/menHeader2Fond.png) no-repeat left;
    padding-left: 14px;
    min-height : 30px;
    height : auto !important;
    height: 30px;
    width:168px;
    float:left;
    opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

div.menHeader2 ul li a
{
    background: #676662;
    text-decoration:none;
    color: white;
    padding:0px 0px 0px 8px;
}
    
div.menHeader2 ul li ul
{
    display: none;
    visibility: hidden;
    background: #ffffff url(../img/menu/menHeader2FondN3.png) repeat-x top left;
    margin-left:0px;
    margin-top:11px;
    width:168px;
    padding-top:12px;
}

div.menHeader2 ul li ul li
{
    margin-left:-0px;
    background: #ffffff;
    width:154px;
}

div.menHeader2 ul li ul li a
{
    font-size: 11px;
    background: #ffffff url(../img/traitH1.png) no-repeat left ;
    color:Black;
    padding-left : 10px;
}

div.menHeader2 ul li ul li a:hover
{
    color:Red;
}

div.menLeft
{
  font-family: Trebuchet MS;
  color: #434343;
  position: relative;
  float:left;
  width:150px;
  min-height : 582px;
  height : auto !important;
  height:582px;
  background: url(../img/menu4Trait.png) repeat-y right;
}

div.menLeft ul 
{
    list-style-type: none;
}

div.menLeft ul li
{
    min-height : 25px;
    height : auto !important;
    height:30px;
    margin:10px 10px 10px 10px;
    background: url(../img/traitH1.png) repeat-x left bottom ;
}

div.menLeft ul li a
{
    font-family: Trebuchet MS;
    font-size:15px;
    text-decoration:none;
    color: #434343;
}

div.menLeft ul li a:hover
{
    color:Red;
}

