/* ----- NAVIGATION ----- */
#navWrapper {
height: 30px;
color: #6C6C6C;
border-top: 1px solid #cecece;
border-bottom: 1px solid #cecece;
background: url(images/mainNavBg.gif) repeat-x;
}
#mainNav {
font-size: 1.1em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
ul#mainNav {
padding: 0;
list-style: none;
width: 900px;
float: left;
position: relative;
margin-left: -450px;
left: 50%;
}
ul#mainNav li {
float: left;
position: relative;}
ul#mainNav li a {
display: block;
float: left;
padding: 0 1.4em;
line-height: 2.1em;
text-decoration: none;
background: url(images/divider.gif) repeat-y left top;
color: #666666;
}
ul#mainNav li.last a {
border-right: 1px solid #a7a7a7;
}
ul#mainNav li a:hover {
color: #fff;
background: url(images/mainNavHover.gif) repeat-x;
}
ul#mainNav ul li {
list-style: none;
padding: 0;
margin: 0;
}
li ul {
display: none;
position: absolute;
top: 1em;
left: 0;
}
li > ul {
top: auto;
left: auto;
}
li:hover ul {
display: block;
}
Bookmarks