
Untitled
By: a guest on
Aug 9th, 2012 | syntax:
CSS | size: 0.74 KB | hits: 18 | expires: Never
#nav {
float: right;
width: 1000px;
list-style: none;
line-height: 1;
padding: 0;
margin: 0 0 1em 0;
font-size: 18px;
font-family: 'coconlight';
text-align: left;
}
#nav ul {
float: right;
width: 500px;
list-style: none;
line-height: 1;
background: #333333;
font-family: 'coconregular';
padding: 0;
border: 2px solid #fff;
border-radius: 10px;
margin: 0 0 1em 0;
text-align: left;
}
#nav a {
display: block;
width: 10em;
w\idth: 6em;
font-family: 'coconlight';
text-align: left;
text-decoration: none;
padding: 0.25em 2em;
}
#nav a.daddy {
background: url(rightarrow2.gif) center right no-repeat;
border-bottom: 1px solid #eda;
}
#nav li {
float: left;
padding: 0;
width: 150px;
}