#nav {
	width: 900px;
	height: 43px;
	background: url(../images/linkbar.png);
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	}

#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#nav li, #nav a {height: 43px; display: block;}

#link1 { left: 0; width: 88px; }
#link2 { left: 88px; width: 116px; }
#link3 { left: 204px; width: 113px; }
#link4 { left: 317px; width: 113px; }
#link5 { left: 430px; width: 227px; }
#link6 { left: 657px; width: 139px; }
#link7 { left: 796px; width: 104px; }

#link1 a:hover { background: transparent url(../images/linkbar.png) 0px -43px no-repeat; }
#link2 a:hover { background: transparent url(../images/linkbar.png) -88px -43px no-repeat; }
#link3 a:hover { background: transparent url(../images/linkbar.png) -204px -43px no-repeat; }
#link4 a:hover { background: transparent url(../images/linkbar.png) -317px -43px no-repeat; }
#link5 a:hover { background: transparent url(../images/linkbar.png) -430px -43px no-repeat; }
#link6 a:hover { background: transparent url(../images/linkbar.png) -657px -43px no-repeat; }
#link7 a:hover { background: transparent url(../images/linkbar.png) -796px -43px no-repeat; }

/*=====Order Now=====*/

#order {
	width: 130px;
	height: 38px;
	background: url(../images/sitephotos/ordernow.png);
	margin: 7px auto 0 auto;
	padding: 0;
	position: relative;
	}

#order li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#order li, #order a {height: 38px; display: block;}

#ordernow { left: 0; width: 130px; }
#ordernow a:hover { background: transparent url(../images/sitephotos/ordernow.png) 0px -38px no-repeat; }

/*=====Sign Up=====*/

#signup {
	width: 170px;
	height: 38px;
	background: url(../images/sitephotos/signup.png);
	margin: 15px auto 10px auto;
	padding: 0;
	position: relative;
	}

#signup li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#signup li, #signup a {height: 38px; display: block;}

#signupnow { left: 0; width: 170px; }
#signupnow a:hover { background: transparent url(../images/sitephotos/signup.png) 0px -38px no-repeat; }

/*=====Right Links=====*/

#rightlinks{
	width: 290px;
	min-height: 120px; 
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	}

#rightlinks li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	}

#rightlinks li, #rightlinks a{ 
	width: 290px;
	height: 24px;
	display: block;
	padding: 6px 0px 0px 0px;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	}

#rightlinks a {
	padding-left: 5px
	}

#rightlinks1 {top: 0;}
#rightlinks2 {top: 30px;}
#rightlinks3 {top: 60px;}
#rightlinks4 {top: 90px;}
#rightlinks5 {top: 120px;}

#rightlinks a:hover {
	background: #3790BC;
	color: #FFF;
	text-decoration: none;
	text-shadow: #000 1px 1px 2px;
	}

body#dvd a#dvdnav,
body#mp3 a#mp3nav,
body#band a#bandnav,
body#book a#booknav,
body#aboutvic a#aboutvicnav,
body#test a#testnav,
body#gallery a#gallerynav,
body#phil a#philnav,
body#terms a#termsnav,
body#return a#returnnav,
body#affiliate a#affiliatenav,
body#sitemap a#sitemapnav {
	background: #3790BC;
	text-decoration: none;
	color: #FFF;
	text-shadow: #000 1px 1px 2px;
	}

