#wrapper {
margin: -52px 0px 0px 0px;
width:720px;
}
#nav, #nav ul {
list-style: none;
position: static;
line-height: 3.1em;
z-index:100;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
#nav a:link{
display: block;
text-decoration: none;
color:#fff;
background-image:url(form/bg-menu.png);
height:34px;
width:99%;
}
#nav a:visited {
display: block;
text-decoration: none;
color:#fff;
background-image:url(form/bg-menu.png);
height:35px;
}
#nav a:hover {
background:#CC3F35;
color: #fff;
}
#nav li {
text-align:center;
float: left;
min-width:99;
position: relative;
top:2px;
padding:0px;
}
#nav ul {
position: absolute;
width: 8em;
top: 1.5em;
display: none;
left:-20px;
margin-top:14px;
}
#nav li ul a {
text-align:left;
width: 160px;
float: left;
margin-left:71px;
height:35px;
padding-left: 20px;
}
#nav a.parent {
width:160px;
border-bottom:1px solid #B85200;
background:#AF0000;
color:#ddd;
}#nav a:hover.parent {
background:#CC3F35;
color:#fff;
background-image:url(form/cursor.png);
background-repeat:no-repeat;
background-position:155px;
}
#nav ul ul {
text-align:left;
width: 160px;
float: left;
margin-top:-20px;
margin-left:337px;
height:35px;
padding-left: 20px;
}
#nav li ul li {
right: 105%;
margin: 0px 0 0 10px;
}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
display: none;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
display: block;
}
|