nav ul {
list-style: none;
margin: 0;
}

nav#topNav {
clear: both;
height:55px;
text-align: center;
}

nav#topNav ul li {
display: inline;
}

nav#topNav a {
background: rgb(43, 57, 166) url(../images/topnav.png) repeat-x 0 0;
background: -webkit-gradient(linear,center top,center bottom,from(rgba(43, 57, 166, 0.6)),color-stop(0.5, rgba(68, 82, 191, 0.6)),to(rgba(43, 57, 166, 0.6)));
background: -moz-linear-gradient(center top, rgba(43, 57, 166, 0.6), rgba(68, 82, 191, 0.6), rgba(43, 57, 166, 0.6));
font-family: Lobster;
font-size: 22px;
color: #222222;
line-height: 50px;
padding: 0.4em;
text-decoration: none;
border: 1px solid rgb(43, 57, 166);
border: 1px solid rgba(43, 57, 166, 0.6);
border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
box-shadow: 2px 2px 5px #888888;
-o-box-shadow: 2px 2px 5px #888888;
-moz-box-shadow: 2px 2px 5px #888888;
-webkit-box-shadow: 2px 2px 5px #888888;
}

nav#topNav a:hover {
text-shadow: rgba(40, 40, 40, .3) 1px 1px 1px;
}

nav#topNav li.SelectedTab a {
background: #FAFAFA url(../images/topnav.png) repeat-x 0 -50px;
background: -webkit-gradient(linear, left top, right bottom, from(#DDDDDD), color-stop(0.5, #FAFAFA), to(#DDDDDD));
background: -moz-linear-gradient(left top, #DDDDDD, #FAFAFA, #DDDDDD);
}

nav#subNav {
float:left;
width: 175px;
margin-top: 1em;
text-align: right;
}

nav#subNav li {
width: 100%;
padding-right: 7px;
margin: 0.5em 0;
}

nav#subNav li.selected, .sideNavStyle {
background: rgb(245, 245, 245);
background: -webkit-gradient(linear, left center, right center, from(rgba(245, 245, 245, .8)), to(rgba(245, 245, 245, 1)));
background: -moz-linear-gradient(left center, rgba(245, 245, 245, .8), rgba(245, 245, 245, 1));
border-width: 1px 0px 1px 1px;
border-style: solid;
border-color: rgb(43, 57, 166);
border-radius: 10px 0 0 10px;
-o-border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
}

nav#subNav li.selected a {
color: #222222;
text-shadow: #EEEEEE 0 0 1px;
}

nav#subNav a {
display: block;
width: 100%;
height: 40px;
line-height: 40px;
text-decoration: none;
color: #EEEEEE;
text-shadow: #222222 0 0 2px;
font-weight: bold;
}
