/* SHONAV - Global Navigation on sho.com
=========================================*/
#shonav{
	width: 150px;
	padding-top: 0px;
	padding-bottom: 7px;
	margin:0px;
	font-size:11px; font-family:arial; color:#000000;
	}

#shonav a {
	color:#000000;
	text-decoration:none;
}

#shonav a:link, a:visited {
	color:#000;
}

#shonav a:hover, a:active{
	color:#CC0000;
}

#shonav ul{
	width: 130px;
	margin: 0px;
	padding: 0px;
	color:#000000;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	list-style:none;
	line-height: 1.55em;	
	}

#shonav ul li{
	padding: 0px 0px 0px 6px;
 	}

#shonav ul li ul{	
	/* Left-offset for level 2 items */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	text-transform:none;
	text-decoration:none;	
	}

#shonav ul li ul li{
	/* Set wrap for long titles */
	text-indent: -14px;	padding-left:8px;	
	}

#shonav ul li ul li a{
	/* Set wrap for long titles */
	padding-left:10px;
	/* Set a color for background so bullet img will show up in IE. */
	background: #FFF;
	}

#shonav ul li ul li a:hover{
	background-image:url(/site/sho/image-bin/redBullet.gif);
	background-repeat:no-repeat;
	}

#shonav hr {

	border-color:#9B0007;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	width:150px;
	height:1px;
	}

