﻿@import url('layout.css');
/* Styles for Navigation */
#navigation a {
	color: black;
	text-decoration: none;
}
#navigation a:hover {
	font-weight:normal;
	text-decoration:underline;
}
/* Styles for Content */
/* Styles for Footer */
/* Styles for Links */
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
	float: left;
}
a:active {
border: 0px;
outline: 0px;
}


ul#nav {
	position:relative;
	top:0px;    /* set the exact position of the navigation 119 */
	left:-45px;      /* set the exact position of the navigation 265 */
	width:500px;
	height:27px;
	}
ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(../images/menubar.jpg) no-repeat;
	}
li#home a {
	width:74px; /* 73 - 76 */
	height:41px; /* 68 - 71 */
	 }
li#men a {
	width:71px; /* 69 - 71 */
	height:41px;
	 }
li#women a {
	width:71px;
	height:41px;
	 }	 
li#green a {
	width:71px;
	height:41px;
	 }
li#orders a {
	width:71px;
	height:41px;
	 }	 	 	 	 
li#faq a {
	width:71px;
	height:41px;
	 }
li#cart a {
	width:71px;
	height:41px;
	 }
	 
li#home a:link, li#home a:visited {
	background-position: 0px -30px;
	}
li#home a:hover, li#home a:focus {
	background-position: 0px -69px; /* 68 - 71 */
	 }
	 
li#men a:link, li#men a:visited {
	background-position: -74px -30px;
	}
li#men a:hover, li#men a:focus {	
	background-position: -74px -69px;
	}

li#women a:link, li#women a:visited {
	background-position: -145px -30px;
	}
li#women a:hover, li#women a:focus {	
	background-position: -145px -69px;
	}

li#green a:link, li#green a:visited {
	background-position: -216px -30px;
	}
li#green a:hover, li#green a:focus {	
	background-position: -216px -69px;
	}
li#orders a:link, li#orders a:visited {
	background-position: -287px -30px;
	}
li#orders a:hover, li#cart a:focus {	
	background-position: -287px -69px;
	}
li#faq a:link, li#faq a:visited {
	background-position: -358px -30px;
	}
li#faq a:hover, li#faq a:focus {	
	background-position: -358px -69px;
	}
li#cart a:link, li#cart a:visited {
	background-position: -429px -30px;
	}
li#cart a:hover, li#cart a:focus {	
	background-position: -429px -69px;
	}

/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#home-page ul#nav li#home a {
	background-position: 0px -69px; /* 68 - 71 */
	 }
body#men-page ul#nav li#men a {
	background-position: -74px -69px;
	 }
body#women-page ul#nav li#women a {
	background-position: -145px -69px;
	 }
body#green-page ul#nav li#green a {
	background-position: -216px -69px;
	 }
body#orders-page ul#nav li#orders a {
	background-position: -287px -69px;
	 }
body#faq-page ul#nav li#faq a {
	background-position: -358px -69px; /* 68 - 71 */
	 }
body#cart-page ul#nav li#cart a {
	background-position: -429px -69px; /* 68 - 71 */
	 }
