#primaryNavigation {
float: left;
width: 760px;
height: 44px;
overflow: hidden;
}
#primaryNavigation ul {
width: 760px;
padding-left: 18px;
}
#primaryNavigation li {
float: left;
padding: 0 8px 0 22px;
height: 44px;
list-style-type: none;
background: url(../images/arrow_primary.gif) no-repeat bottom left;
}
#primaryNavigation li:hover {
background: url(../images/arrow_primary_on.gif) no-repeat bottom left;
}

#primaryNavigation a:link, #primaryNavigation a:visited {
line-height: 58px;
font-size: 8.0pt;
color: #454545;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}
#primaryNavigation li:hover a, #primaryNavigation a:hover {
color: #000;
}

#primaryNavigation li.selected {
float: left;
padding: 0 10px 0 14px;
height: 44px;
list-style-type: none;
background: url(../images/arrow_primary_selected.gif) no-repeat bottom left;
}
#primaryNavigation li.selected:hover {
background: url(../images/arrow_primary_selected_on.gif) no-repeat bottom left;
}
#primaryNavigation li.selectedLeft {
margin: 0;
padding: 0;
width: 5px;
height: 44px;
background: url(../images/bg_nav_selected_left.gif) no-repeat bottom right;
}
#primaryNavigation li.selectedRight {
margin: 0;
padding: 0;
width: 5px;
height: 44px;
background: url(../images/bg_nav_selected_right.gif) no-repeat bottom left;
}
#primaryNavigation li.selected a:link, #primaryNavigation li.selected a:visited {
font-size: 8.0pt;
color: #d23900;
}
#primaryNavigation li.selected:hover a, #primaryNavigation li.selected a:hover {
color: #000;
}

div.socialBookmarking {
float: right;
margin: 18px 28px 0 0;
}
