/* menu boxes Normal*/



ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
  position: relative;
/*
  width: 165px;
*/
  cursor:pointer;
  }



li ul {
 z-index:3;
  display: none;
  position: absolute; 
  top: -8px;
  left: 165px;
border:1px #fff solid;
padding-top:4px;
padding-bottom:4px;
background-color:#C0C1B1;
  }

.boxMenuContent1:hover,.boxMenuContent10:hover,.boxMenuContent0:hover,.boxMenuContent00:hover{
background-color:#919268;
color:#ffffff;
}

.boxMenuContent1:hover{
background-color:#919268;
color:#ffffff;
}


li:hover ul, li.boxMenuContentSub0 ul {
 /* lists nested under hovered list items */
 z-index:3;
	display: block;
}













.boxMenuContent0,.boxMenuContent00{

        text-align:right;
         z-index:3;
        background-color:#C0C1B1;
        border-top:2px solid #9A9A7E;
        border-bottom:1px solid #fff;
        width:165px;
        min-height:14px;
        font-size:9px;

         letter-spacing:1px;


}

.boxMenuContent1,.boxMenuContent10{
		z-index:3;
		text-align:right;
        background-color:#919268;

        border-top:2px solid #9A9A7E;
        border-bottom:1px solid #fff;
        width:165px;
        min-height:14px;
        font-size:9px;
          letter-spacing:1px;
}



.boxMenuContent00,.boxMenuContent10{
background-image:url(../img/elements/menu/arrow.gif);
background-repeat:no-repeat;

}

.boxMenuContentSub0,.boxMenuContentSub1{
 z-index:3;
      text-align:right;
          background-color:#919268;
        border-top:2px solid #9A9A7E;
        border-bottom:1px solid #fff;
        width:165px;
        min-height:14px;
        font-size:9px;
    letter-spacing:1px;
        

}



.boxMenuContentSub0{

 

}

.boxMenuContentSub1{

}
.boxMenuContentSub0Active{

}

/* Menu Links Values */


.LinkMenuContent{
    text-decoration:none;
    font-weight:300;
    width:165px;
      padding-right:2px;
    color:#fff;

}
.LinkMenuContentActive{
    text-decoration:none;
    font-weight:300;
    width:165px;
      padding-right:2px;
    color:#fff;
}
/*
.LinkMenuContent:hover{
 
    color:#fff;



       
}
*/

.LinkMenuContentSub:hover{

background-color:#919268;
color:#ffffff;
}
.LinkMenuContentSub{
    display:block;
    width:158px;
    text-decoration:none;
    background-color:#B0B19B;
    color:#fff;
    font-weight:300;
    margin-left:3px;
      margin-right:auto;
}



.LinkMenuContentSubActive{
   display:block;
    width:158px;
    text-decoration:none;
    background-color:#B0B19B;
    color:#fff;
    font-weight:300;
    margin-left:3px;
      margin-right:auto;
}



.boxMenuHome{
text-align:right;
        background-color:#EEEEE0;

        border-top:2px solid #9A9A7E;
        border-bottom:1px solid #9A9A7E;
        border-left:1px solid #C0C1B1;
        border-right:1px solid #C0C1B1;;
        width:165px;
        height:14px;

}

.LinkHome{
    text-decoration:none;
    font-weight:300;
    width:165px;
   padding-right:2px;
    color:#000;
}






