/* PMM2 HZ THEME 12*/
/*Menu Outer Wrapper*/
.p7PMMh12 {
width: auto;
margin: 0 auto;
font-size: 14px;
text-align: left;
line-height: normal;
}
/*Hide Sub-Menu in Design View
Compensate for LI padding on Sliding Doors themes*/
.p7PMMh12 ul div {
display: none;
}
/*Provide Buffer for lowered 1st level Drop Down*/
.p7PMMh12 ul div {
padding-top: 6px;
}
/*TOP LEVEL MENU*/
.p7PMMh12 ul {
margin: 0;
padding: 0;
}
.p7PMMh12 li {
list-style-type: none;
float: right;
width: 120px;
margin-right: 6px;
}
/* Hide from IE5 Mac \*/
.p7PMMh12 li {
width: auto;
}
/*Top Level Links*/
.p7PMMh12 a {
display: block;
text-decoration: none;
padding: 5px 14px 5px 8px;
text-align: right;
}
.p7PMMh12 a:hover {
text-decoration: underline;
background-color: #ffffff;
}
.p7PMMh12 ul li.pmmfirst {
background-image: none;
}
/*First Sub Level*/
.p7PMMh12 ul ul {
z-index: 10000;
width: 200px;
}
.p7PMMh12 ul ul li {
float: none;
background-image: none;
margin-bottom: 2px;
margin-right: 0;
}
.p7PMMh12 ul ul a {
padding: 4px 12px;
text-align: left;
border: 1px solid #000;
font-variant: normal;
overflow: hidden;
background-color: #ffffff;
}
.p7PMMh12 ul ul a:hover {
background-color: #ffffff!important;
}
.p7PMMh12 .p7PMM_img {
padding: 0;
border: 0;
background-image: none;
background-color: transparent;
}

/*Sub Level*/
.p7PMMh12 ul a.trig_open, .p7PMMh12 ul a.trig_open_up {
text-decoration: underline;
background-color: #ffffff;
}
/*clearfloat*/
.p7pmmclearfloat {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}

