#topNav {
width: 100%;
height: 43px;
border: none;
background: transparent url(../images/top-Nav_background.jpg) repeat-x scroll 0px 0px;
text-align: center;
font-family: Elegant-Script, "Lucida Calligraphy", Textile, sans-serif;
font-size: 24px;
}

#topNav table {
margin-left: auto;
margin-right: auto;
}

#topNav td {
height: 29px;
padding: 0px 6px 0px
}

#topNav a, #topNav a:link, #topNav a:hover, #topNav a:visited {
overflow:hidden;
color: #222222;
text-decoration: none;
display: block;
height: 21px;
width: 100%;
padding: 8px 6px;
}

#topNav a:hover {
text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0px;
}

#topNav .SelectedTab a:link, #topNav .SelectedTab a:hover, #topNav .SelectedTab a:visited {
background: transparent url(../images/top-Nav_SelectedBackground.jpg);
border-top-right-radius: 8px;
border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
-webkit-border-top-left-radius: 8px;
text-shadow: none;
}


.subNavItem a, .subNavItem a:link, .subNavItem a:hover {
display: block;
height: 47px;
line-height: 40px;
width: 100%;
color: #DDDDDD;
text-decoration: none;
overflow: hidden;
position: relative;
right: -3px;
background: transparent;
}

.subNavItem .subNavItemTip, .subNavItem .subNavItemRight {
display: none;
}

.subNavItemPadding {
padding-right: 12px;
}


.subNavItem.subNavItemSelected {
margin-right: -1px;
padding-right: 1px;
}

.subNavItem.subNavItemSelected a, .subNavItem.subNavItemSelected a:link, .subNavItem.subNavItemSelected a:hover{
background-position: left top;
color: #222222;
}

.subNavItemSpacer {
display: block;
height: 30px;
}