/* pmm2 style03*/
/*Wrapper*/
.p7PMMh03 {
width: auto;
margin: 0 auto;
background-image: url(../_img/ele/pmm_greystone_root.jpg);
background-repeat: repeat-x;
background-color: #999;
text-align: left;
font: 14px/normal Arial, Helvetica, sans-serif;
}
/*Hide Sub in Design View*/
.p7PMMh03 ul div {
display: none;
}
/*TOP LEVEL MENU*/
.p7PMMh03 ul {
margin: 0;
padding: 0;
}
.p7PMMh03 li {
list-style-type: none;
float: left;
width: 120px;
}
/* Hide from IE5 Mac \*/
.p7PMMh03 li {width: auto;}
/*End Hiding*/

/*Top Level*/
.p7PMMh03 a {
display: block;
text-decoration: none;
padding: 10px 12px 10px 10px;
color: #000 !important;
border-right: 1px solid #000;
text-align: left;
}
.p7PMMh03 a:hover {
color: #ccc !important;
background-color: #535353;
}

.p7PMMh03 ul a.pmmfirst {
}
.p7PMM li a.prd {
font-weight: bold;
}
.p7PMMh03 ul a.pmmlast {
border-right-style: none;
}

/*First Sub Level*/
.p7PMMh03 ul ul {
z-index: 10000;
background-color: #000;
width: 220px;
background-image: url(../_img/ele/pmm_greystone_subs.jpg);
background-repeat: repeat-y;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #666;
padding-top: 5px;
padding-bottom: 5px;
font-size: 13px;
}
.p7PMMh03 ul ul li {
float: none;
background-image: none;
}
.p7PMMh03 ul ul a {
padding: 4px 16px;
color: #ccc !important;
border-right: 0;
background-image: none;
text-align: left;
overflow: hidden;
}
.p7PMMh03 ul ul a:hover {
background-color: #424242 !important;
color: #fff !important;
background-image: none;
}

.p7pmmclearfloat {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}
