/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* BASIC CONTAINER */
#nav-container{
	width:998px;
	margin:0 auto;
}

#nav-left {
	height:37px;
	background-image: url(../img/nav_LeftCrn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding-left: 9px;
}

#nav-right {
	height:37px;
	background-image: url(../img/nav_RightCrn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin:0;
	padding-right: 8px;
}

#nav-main {
	height:37px;
	margin:0;
	padding: 0px;
	list-style:none;
	text-align:left;
	background-image: url(../img/nav_BG.gif);
	background-repeat: repeat-x;
	position:relative;
	z-index: 200;
}

/*
---------------------------------------------------------------------------------------------
SEARCH
--------------------------------------------------------------------------------------------- */
#search-form {
	position: relative;
	margin: 0;
	float: right;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 252px;
}
#search-form label {
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: -9000px;
}
input#search_query {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 3px 5px 5px;
	height: 13px;
	width: 178px;
	border: none;
	background: transparent url(../img/search_field.gif) top right no-repeat;
}
/* Holly Hack \*/ 
* html input#search_query { width: 185px; w\idth: 178px; height: 23px; he\ight: 13px; }
/* End Holly Hack */
.search-button {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	float: right;
	width: 60px;
	height: 23px;
	border: none;
	margin-left: 4px;
	margin-right: 2px;
	color: #03324c;
	cursor: pointer;
	background: transparent url(../img/btn_search.gif) 0 0 no-repeat;
	padding: 2px;
}
.search-button:hover {
	background: transparent url(../img/btn_search.gif) 0 -23px no-repeat;
}


/* 
------------------------------------------------------------------------
MAIN NAV
------------------------------------------------------------------------ */



#nav ul {
	min-width:180px;
	padding:0 0 0px 0;
	margin:0;
	list-style:none;
	font: 10px verdana, sans-serif;
	color:#fff;
	position:relative;
	z-index:200;
	border-right: 1px solid #0A74AB;
	border-left: 1px solid #0A74AB;
	background-color: #1799DF;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
	line-height:37px;
	color:#fff;
	text-transform:uppercase;
	position:relative;
}


#nav li {float:left;}
#nav li li {
	float:none;
	border-bottom: 1px solid #0A74AB;
	background:#3cb2f1;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
/* a hack for IE5.x and IE6 */
* html #nav li li {float:left;}

#nav li a{
	display:block; 
	float:left;
	height:37px;
	color:#fff;
	text-indent:-9999px;
	text-decoration:none; 
	white-space:nowrap;
}

#nav li a.weather {
	width: 93px;
	background: #1799df url("../img/nav_weather.gif") 0 0 no-repeat;
}
#nav li a.fashion {
	width: 96px;
	background: #1799df url("../img/nav_fashion.gif") 0 0 no-repeat;
}
#nav li a.labels {
	width: 85px;
	background: #1799df url("../img/nav_labels.gif") 0 0 no-repeat;
}
#nav li a.stores {
	width: 87px;
	background: #1799df url("../img/nav_stores.gif") 0 0 no-repeat;
}
#nav li a.news {
	width: 130px;
	background: #1799df url("../img/nav_news.gif") 0 0 no-repeat;
}
#nav li a.mystyle {
	width: 101px;
	background: #1799df url("../img/nav_mystyle.gif") 0 0 no-repeat;
}

#nav li a.weather:hover{background-position:0 -37px;}
#nav li a.fashion:hover{background-position:0 -37px;}
#nav li a.labels:hover{background-position:0 -37px;}
#nav li a.stores:hover{background-position:0 -37px;}
#nav li a.news:hover{background-position:0 -37px;}
#nav li a.mystyle:hover{background-position:0 -37px;}
#nav .active a.weather:hover,
#nav .active a.weather{background-position:0 -74px;}
#nav .active a.fashion:hover,
#nav .active a.fashion{background-position:0 -74px;}
#nav .active a.labels:hover,
#nav .active a.labels{background-position:0 -74px;}
#nav .active a.stores:hover,
#nav .active a.stores{background-position:0 -74px;}
#nav .active a.news:hover,
#nav .active a.news{background-position:0 -74px;}
#nav .active a.mystyle:hover,
#nav .active a.mystyle{background-position:0 -74px;}


/*
#nav li a {display:block; float:left; color:#888; margin:0 25px 0 10px; height:25px; line-height:25px; text-decoration:none; white-space:nowrap;}
*/

#nav li li a {height:20px; line-height:20px; float:none;text-indent:0px;}

#nav li:hover {position:relative; z-index:300;background-position: 0 -37px;}
#nav li:hover ul {left:0; top:37px;}
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {left:0px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width: 180px} /* acts as min-width */

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:none; color:#fff;background-position: 0 -37px}

#nav li:hover li:hover  {
	text-decoration:none;
	color:#FFFFFF;
	background-color: #1799DF;
}

#nav li li.active  {
	text-decoration:none;
	color:#FFF;
	background-color: #1799DF;
}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none; color:#fff;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:#fff;}
