#nav {
/*margin: 0;*/
padding: 0;
height: 50px;
list-style-type: none;
margin-top:0px;
float: right; /* Contain floated list items */
position: relative;
}

#nav li {
margin: 0;
padding: 0;
float: left; 
}

#nav a {
float: left;
width: 90px;
text-align: center;
color: #ffffff;
text-decoration: none;
font-weight: bold;
/*line-height: 2;
border-right: 1px solid #ffffff; */
}

#nav a:hover {
/*background: #0000ff; 
font-weight: bold;*/

}

#nav #about a { padding-top: 15px;}
#nav #terms a { padding-top: 15px;}
#nav #careers a { padding-top: 15px;}

#nav #contact a {
padding-top:15px;
border: none;
}

#welcome {
text-align:center;
vertical-align:middle;
line-height: 30px;
}

#welcome2 {
text-align:center;
vertical-align:middle;
line-height: 30px;
}


#welcome a {
width: 100px;
text-align: center;
font-weight: bold;
color: #000000;
text-decoration: none;
/*padding-right: 5px;*/
}


#welcome a:hover {
/*background: #f0f0f0; */
color:#000000;
}

#welcome2 a {
text-align: center;
color: #000000;
text-decoration: none;
background: #f0f0f0 none repeat scroll 0 0;
margin-left:10px;
}

