http://img209.imageshack.us/img209/8959/navgdg.png
To convert the above nav to css from psd, I have written the following code
This is what I got..Code:#container #header #top #top_nav {
height: 99px;
width: 750px;
float: right;
text-transform: uppercase;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #e1e6e9;
}
#container #header #top #top_nav ul {
list-style-type: none;
}
#container #header #top #top_nav ul li {
display: inline;
}
http://img7.imageshack.us/img7/357/currentnav.png
I'm not sure how to do the lower part "start here" "who I am"
they are in lower case and how can I do 2 types of <ul><li> in one div or should I make 2 divs?
And what about the borders between them, how do I create them?
Thanks!

