#sub-nav
{
    background: #2B6489 url(../old-images/subnav_bg.gif) repeat-x scroll 0 0;
    min-height: 30px;
    height: 30px;
    padding: 0 0.55em;
    position: relative;
    margin-top: 5px;
}


#sub-nav li
{
    display: block;
    float: left;
    height:17px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 7px 0px;
}

#sub-nav li.first a{
    border-left: none;
}

#sub-nav li.last a{
    border-right: none;
}

#sub-nav a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    border-left: 1px solid #91BBC1;
    border-right: 1px solid #2B6387;
    display: block;
    font-size: 85%;
    padding: 1px 10px 0px;
}

#sub-nav a:hover
{
    color: #CCCCCC;
}

#nav-wrap {
    background: #2B6489 url(../old-images/nav_bg.gif) repeat-x scroll 0 0;
    min-height: 30px;
    height: 30px;
    padding: 0 0.55em;
    position: relative;
}

#hd > #nav-wrap {
    height: auto;
}

#nav-wrap li {
    display:block;
    float:left;
    height:17px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 7px 0;
}

#nav-wrap .first a{
    border-left:0;
}

#nav-wrap .last a{
    border-right:0;
}

#nav .basket a{
    background:transparent url(../old-images/basket.gif) no-repeat scroll 10px 0;
    padding-left:32px;
}

#nav-wrap a {
    font-size: 85%;
    color:white;
    font-weight:bold;
    text-decoration:none;
    display: block;
    border-left:1px solid #899DAA;
    border-right:1px solid #132B3B;
    padding:1px 10px 0;
}

#nav-wrap a:hover {
    color: #ccc;
    /*text-decoration: underline;*/
}

.welcome {
    position: absolute;
    right: 0;
    top: 0;
}

#nav-wrap .name {
    color: #F1F1F1;
    font-size: 85%;
    padding: 8px 10px 0 10px;
}



/* Added nav styling for dropdowns */

ul.topnav li {
    position: relative;
}
ul.topnav li ul.subnav {
    list-style: none;
    position: absolute;
    left: 0;
		top: 29px;
    margin: 0;
		padding: 0;
    display: none;
    float: left;
    width: 150px;
		z-index: 10;
}
ul.topnav li ul.subnav.home_subnav {
	left: -7px;
}
ul.topnav li ul.subnav li {
		border: none !important;
    margin: 0;
		padding: 8px 0 8px 10px !important;
    border-bottom: 1px solid #333;
    clear: both;
    width: 170px;
		color: #fff;
		background: #2B6489 url(../old-images/nav_bg.gif) repeat-x 0 0;
		width: 140px;
}
ul.topnav li.has_subnav > a {
	background: url(../old-images/has_subnav.png) no-repeat 90% 65%;
	padding-right: 20px !important;
}
ul.topnav li ul.subnav li span.nav_new {
	padding-right: 3px;
	color: rgb(227,76,53);
}
ul.topnav li ul.subnav li.last {
	border-radius: 0 0 4px 4px;
}
html ul.topnav li ul.subnav li a {
		border: none !important;
/*		font-weight: bold;
*/		color: #fff;
		padding: 0 !important;
}
html ul.topnav li ul.subnav li a:hover {
    color: #ccc;
}
.whos_going_promo {
	position: absolute;
	width: 82px;
	height: 45px;
}

.whos_going_promo.signed_out {
	top: 56px;
	left: 310px;
}

.whos_going_promo.signed_in {
	top: 56px;
	left: 240px;
}
