Wrap text
|
|
#header
{
margin-top: 30px;
height: 135px;
}
#header ul
{
list-style: none;
color: #494f53;
font-size: 28px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
position: absolute; right:0; bottom: 0;
}
#header li
{
color: #494f53;
font-size: 28px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
float: left;
background: Transparent url('../images/header_ul_seperator.jpg') no-repeat scroll center right;
padding-right: 20px; padding-left: 20px;
}
.last
{
background-image: none;
}
#header li a
{
text-decoration: none;
color: #494f53;
}
#header li a:hover
{
text-decoration: none;
border-bottom: 1px solid #494f53;;
}
|