/* TOP NAVIGATION STYLES TO GO IN THIS FILE */
#ms_navigation ul {clear: both; margin: 0; padding: 0; list-style: none outside;} /* general styles */

#ms_navigation {
	margin-left: 70px;
	z-index:149;
}
#uk #ms_navigation{
	visibility:hidden;
}
*html #ms_navigation { width:850px; padding-top:10px; } /* IE6 needs this width */
*+html #ms_navigation { padding-top:10px; } /* IE7 */
#ms_navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.sub_nav {
	display: none;
	position: absolute;
	top: 137px;
	border: 2px solid #fff; /* borders required for highlighting the full width of the li's */
	border-top: 0px;
	margin: 0 0 0 -2px;
}
* html .sub_nav{ top:147px; } /* IE6 */
*+html .sub_nav { top:147px; } /* IE7 */

#ms_navigation .title {
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 5px;
}
#ms_navigation .title a {
	padding: 0;
}
#ms_navigation ul ul {
	margin: 0 10px;
	padding: 10px 0;
	float: left;
	clear: none;
	display: inline;
}
#ms_navigation ul ul li {
	float: none;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
}
#ms_navigation ul ul li a {
	padding: 2px 5px;
	display: block;
	text-decoration: none;
	color:#fff;
}
#ms_navigation ul ul li a:hover {
	background: #fff;
}

/* General tab styles */
a.tab {
	float: left;
	display: inline-block;
	background: url(http://images.mystyle.com/mystyle/images/myStyleTopNavSprite.jpg) no-repeat;
	text-indent: -10000px;
	cursor: pointer;
	height:37px;
}

/* Specified tab styles */
#nav_fashionbeauty a.tab{
	width: 140px;
	background-position: 0 0;
}
#nav_fashionbeauty:hover a.tab,  #nav_fashionbeauty a.current, .nav_fashionbeauty_on #nav_fashionbeauty .tab {
	background-position: 0 -37px !important;
}
* html #nav_fashionbeauty.sfhover a.tab{
	background-position: 0 -37px !important;
}
#nav_fashionbeauty .sub_nav, #nav_fashionbeauty a:hover{
	background-color:#c9638d;
	color:#c9638d;
}


#nav_home a.tab {
	width: 95px;
	background-position: -140px 0;
}
#nav_home:hover a.tab,  #nav_home a.current, .nav_home_on #nav_home .tab {
	background-position: -140px -37px !important;
}
* html #nav_home.sfhover a.tab{
	background-position: -140px -37px !important;
}
#nav_home .sub_nav, #nav_home a:hover{
	background-color:#b2c56d;
	color:#b2c56d;
}


#nav_dealsshopping a.tab {
	width: 141px;
	background-position: -235px 0;
}
#nav_dealsshopping:hover a.tab, #nav_dealsshopping a.current, .nav_dealsshopping_on #nav_dealsshopping .tab {
	background-position: -235px -37px !important;
}
* html #nav_dealsshopping.sfhover a.tab{
	background-position: -235px -37px !important;
}
#nav_dealsshopping .sub_nav, #nav_dealsshopping a:hover{
	background-color:#8ea2d4;
	color:#8ea2d4;
}
#nav_dealsshopping .sub_nav { width:auto; }

#nav_shows a.tab {
	width: 103px;
	background-position: -376px 0;
}
#nav_shows:hover a.tab, #nav_shows a.current, .nav_shows_on #nav_shows .tab {
	background-position: -376px -37px !important;
}
* html #nav_shows.sfhover a.tab{
	background-position: -376px -37px !important;
}
#nav_shows .sub_nav, #nav_shows a:hover{
	background-color:#b28cc9;
	color:#b28cc9;
}
#nav_shows .sub_nav{
	margin-left:-140px; /* budge the sub nav to the left so that the horizontal scrollbar doesn't show */
}


#nav_photos a.tab {
	width: 92px;
	background-position: -479px 0;
}
#nav_photos:hover a.tab, #nav_photos a.current, .nav_photos_on #nav_photos .tab {
	background-position: -479px -37px !important;
}
* html #nav_photos.sfhover a.tab{
	background-position: -479px -37px !important;
}
#nav_photos .sub_nav, #nav_photos a:hover{
	background-color:#9fadb6;
	color:#9fadb6;
}

/*
	Display all elements as block below
	NOTE: ANY NEW SECTIONS WITH SUB NAV WILL NEED TO BE DEFINED HERE INCLUDING 'MESSAGE BOARD'!
*/
#nav_home:hover .sub_nav, #nav_home:hover .sub_nav, #nav_dealsshopping:hover .sub_nav, #nav_shows:hover .sub_nav, #nav_fashionbeauty:hover .sub_nav {
	display: block !important;
}
* html #nav_fashionbeauty.sfhover .sub_nav, * html #nav_home.sfhover .sub_nav, * html #nav_dealsshopping.sfhover .sub_nav, * html #nav_shows.sfhover .sub_nav {
	display: block !important;
}