/*-------------------------------------------------------------------------------------*/
  Copyright Apelogic Design 2009. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#000000 url("../images/bg-body.jpg"); background-repeat: repeat;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#fff;
	margin-top: 0;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:3em; color:#fff; }
h2	{ font-size:1.3em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#3604a3; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff; text-decoration:overline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}
	
	
div.clear2	{ 
	height:5em; 
	overflow:hidden; 
	}
	
div.music-separater {
	background:url(../images/music-separater2.jpg) no-repeat;
	height:33px;
	width:364px;
	margin-left:135px;
	}
	
div.mag-separater {
	background:url(../images/mag-separater.jpg) no-repeat;
	height:33px;
	width:364px;
	margin-left:135px;
	}	
	
	
div.footer-graphic {
		background:url(../images/footer-graphic.jpg) no-repeat;
	height: 260px;
	width: 367px;
	margin-left: -90px;
	margin-top: 1000px;
	}	
	
	

p.back-to-top {
	text-align:right;
	display:block;
	padding:10px 25px 0 0;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	height: 31px;
	font-size:16px;
	}
	
p.music-back-to-top {
	text-align:right;
	display:block;
	padding:10px 25px 0 0;
	background:url("../images/music-back-to-top.jpg") right no-repeat;
	height: 31px;
	font-size:16px;
	}
	
p.mag-back-to-top {
	text-align:right;
	display:block;
	padding:10px 25px 0 0;
	background:url("../images/mag-back-to-top.jpg") right no-repeat;
	height: 31px;
	font-size:16px;
	}	
	

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

p.music-download {
	text-align:right;
	display:block;
	padding:10px 25px 0 0;
	background:url("../images/download-image.jpg") right no-repeat;
	height: 60px;
	font-size:16px;
	}
	
p.download-back-to-top {
	text-align: right;
	display: block;
	padding: 10px 25px 0 10px;
	background: url("../images/music-back-to-top.jpg") right no-repeat;
	height: 31px;
	font-size: 16px;
	}	
	
h2.purple {
	color:#3604a3;
	/*--  background-color:#9fa0a0;  --*/
	}	

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:1024px;
	margin:0 auto;
	text-align:left;
	}

#wrap-music {
	background:url("../images/wrap-music.jpg") repeat-y;
	width:1024px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-mag {
	background:url("../images/wrap-mag.jpg") repeat-y;
	width:1024px;
	margin:0 auto;
	text-align:left;
	}	



/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:143px;
	width:1024px;
	margin: 0;
	
	
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:1024px;
		top:0px;
		height:143px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:600px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:25px 25px 10px 170px;
		}
		
		

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:10px;
			height:20px;
			}
			
#bio-ul{
	padding: 0px 0px 80px 0px;
	}	

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
			
			
#subar-news {
	background:url(../images/subar-news.jpg) no-repeat;
	height: 64px;
	width: 404px;
	margin: 50px 0px 0px 135px;	
	
}

#subar-music-news {
	background:url(../images/subar-music-news.jpg) no-repeat;
	height: 92px;
	width: 377px;
	margin-left:134px;	
}

#subar-music-musicsamples {
	background:url(../images/subar-music-musicsamples.jpg) no-repeat;
	height: 92px;
	width: 377px;
	margin-left:135px;	
	
}
#subar-music-thegoods {
	background:url(../images/subar-music-thegoods.jpg) no-repeat;
	height: 92px;
	width: 377px;
	margin-left:135px;	
	
}



#subar-mag-news {
	background:url(../images/subar-mag-news.jpg) no-repeat;
	height: 92px;
	width: 377px;
	margin-left:135px;
}

#subar-mag-reviews {
	background:url(../images/subar-mag-reviews.jpg) no-repeat;
	height: 92px;
	width: 377px;
	margin-left:135px;
}
#subar-mag-yasin {
	background:url(../images/subar-mag-yasin.jpg) no-repeat;
	height: 92px;
	width: 377px;
	margin-left:135px;
}
#subar-mag-contest {
	background:url(../images/subar-mag-contest.jpg) no-repeat;
	height: 92px;
	width: 377px;
	margin-left:135px;
}
#subar-mag-blogs {
	background:url(../images/subar-mag-blogs.jpg) no-repeat;
	height: 92px;
	width: 377px;
	margin-left:135px;
}


#extend-vertical {
	width:100px;
	height:100px; /*-- change when more content becomes available --*/
	}
	
#extend-vertical-contact {
	width:100px;
	height:100px; /*-- change when more content becomes available --*/
	}
	
	
#artist-bio{
	font-size:20px;
	
	}
	
#magflux-logo{	
	background:url(../images/magfluxlogoBIG.jpg) no-repeat;
	width: 300px;
	height: 300px;
	margin: 50px 5px 0px 173px;
	}
	
#magflux-logo-right{	
	background:url(../images/magfluxlogosmall.jpg) no-repeat;
	width: 200px;
	height: 200px;
	margin: 50px 5px 0px 58px;
	}
	
#twittermf{
	padding: 5px 0px 0px 35px;
	margin: 5px 0 0 40px;
	width: 190px;
	height:40px;
	/*--  background-color: #9fa0a0;  --*/
	}	
	
	
	
#album-sc{
	background:url(../images/album-sc.jpg) no-repeat;
	width: 383px;
	height: 383px;
	margin: 15px 5px 0px 170px;
	}
	
a.album-sc{
	position: absolute;
	width: 383px;
	height: 383px;
}

#album-fp{
	background:url(../images/album-fp.jpg) no-repeat;
	width: 383px;
	height: 383px;
	margin: 15px 5px 0px 170px;
	}
	
a.album-fp{
	position: absolute;
	width: 383px;
	height: 383px;
	}

#album-fmj{
	background:url(../images/album-fmj.jpg) no-repeat;
	width:383px;
	height:383px;
	margin: 15px 5px 0px 170px;	
	}

#album-wtde{
	background:url(../images/album-wtde.jpg) no-repeat;
	width:383px;
	height:343px;
	margin: 15px 5px 0px 170px;	
	}
	
#album-pct{
	background:url(../images/AMcoverFRONT_web.jpg) no-repeat;
	width: 445px;
	height: 445px;
	margin: 15px 5px 0px 170px;
	}
	
a.album-pct{
	position: absolute;
	height: 445px;
	width: 445px;
	}	
	
#album-tpp{
	background:url(../images/album-tonyparkerproject.jpg) no-repeat;
	width: 445px;
	height: 445px;
	margin: 15px 5px 0px 170px;
	}
	
a.album-tpp{
	position: absolute;
	height: 445px;
	width: 445px;
	}	
	

#artist-bio-links{
	background:url(../images/artist-bio-links.jpg) no-repeat;
	width:383px;
	height:241px;
	position:relative;
	margin: 0px 0px 0px 134px;	
	}
	
#purple{
	color:#3604a3;
	background-color:#999;
	}	
	
#copy-image{
	color:#3604a3;
	font-size:1.3em;
	font-weight:bold;
	margin: 5px 0px 0px 170px;
	
	}
	
#column-left h2.sitemap-item{
		margin: 25px 0 5px 170px;
		}	
	
.sitemap-item{
	padding: 15px 0px 10px 0px;
	line-height: 20px;
}
	
.sitemap-indent{
	padding: 5px 0 5px 25px;
	}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:370px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:25px 0px 10px 55px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
			
#subar-featured {
	background:url(../images/subar-featured.jpg) no-repeat;
	height: 55px;
	width: 335px;
	margin:75px 0 0 25px;
}

#subar-music-featured {
	background:url(../images/subar-music-featured.jpg) no-repeat;
	height: 55px;
	width: 335px;
	margin:75px 0 0 40px;
}

#subar-music-downloads {
	background:url(../images/subar-music-downloads.jpg) no-repeat;
	height: 41px;
	width: 279px;
	margin:75px 0 0 50px;
}



#subar-mag-featured {
	background:url(../images/subar-mag-featured.jpg) no-repeat;
	height: 55px;
	width: 335px;
	margin:75px 0 0 40px;
}

#subar-mag-otherlinks {
	background:url(../images/subar-mag-otherlinks.jpg) no-repeat;
	height: 55px;
	width: 335px;
	margin:75px 0 0 0px;
}



a.pac10-link {
	height:100px;
	top:18px;
	left:40px;
	position:absolute;
	width:39px;
}

a.acromic-link {
	height:100px;
	top:18px;
	left:89px;
	position:absolute;
	width:39px;
}

a.dyskreet-link {
	height:100px;
	top:18px;
	left:135px;
	position:absolute;
	width:39px;
}

a.justchill-link {
	height:100px;
	top:18px;
	left:183px;
	position:absolute;
	width:39px;
}

a.lq-link {
	height:100px;
	top:18px;
	left:230px;
	position:absolute;
	width:39px;
}

a.myo-link {
	height:100px;
	top:130px;
	left:40px;
	position:absolute;
	width:39px;
}

a.windz-link {
	height:100px;
	top:129px;
	left:88px;
	position:absolute;
	width:39px;
}

a.yasin-link {
	height:100px;
	top:130px;
	left:136px;
	position:absolute;
	width:39px;
}

a.offbrand-link {
	height:100px;
	width:39px;
	top:131px;
	left:182px;
	position:absolute;
}

a.parker-link {
	height:100px;
	width:39px;
	top:131px;
	left:230px;
	position:absolute;
}

a.am-link {
	height:100px;
	width:39px;
	top:18px;
	left:278px;
	position:absolute;
}


/* ------------------------ header framework ------------------------ */
/*-- #header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:30px;}
#header-graphic { height: 105px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#music #header-graphic { background:url("../images/header-music.jpg"); }
	body#mag #header-graphic { background:url("../images/header-mag.jpg"); }
	body#news #header-graphic { background:url("../images/header-news.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#tour #header-graphic { background:url("../images/header-tour.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	
	body#musicsamples #subhead { background:url("../images/subar-sitemap.jpg"); }
	body#thegoods #subhead { background:url("../images/subar-sitemap.jpg"); }
	body#reviews #subhead { background:url("../images/subar-sitemap.jpg"); }
	body#yasin #subhead { background:url("../images/subar-sitemap.jpg"); }
	body#contest #subhead { background:url("../images/subar-sitemap.jpg"); }
	body#blogs #subhead { background:url("../images/subar-sitemap.jpg"); }
	

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	width:100%; /* fix for Safar */
	height:130px;
	margin:0;
	clear:both; /* important - do not remove */
	}
	
#bottom-wrap-music {
	background:url("../images/bottom-music.jpg") no-repeat;
	width:100%; /* fix for Safar */
	height:130px;
	margin:0;
	clear:both; /* important - do not remove */
	margin-left: 135px;
	}	

#bottom-wrap-mag {
	background:url("../images/bottom-mag.jpg") no-repeat;
	width:100%; /* fix for Safar */
	height:130px;
	margin-left:134px;
	clear:both; /* important - do not remove */
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:750px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#ffffff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#ffffff; }
#footer a:hover, #footer a:active { color:#808080; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/*-- NAV2  --*/


#nav2 {
	background:url("../images/nav2.jpg") no-repeat; 
	width:1024px; 
	height:293px; 
	margin:0;
	padding:0;
	}

#nav2 span { display: none; }

#nav2 li, #nav2 a { height:293px; display:block; } /* change height here also */

#nav2 li { float:left; list-style:none; _display:inline; position:relative;}

#nav-music { width: 377px; margin-left: 135px;}
#nav-mag { width: 374px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-music a:hover { background:url("../images/nav2.jpg")  -135px -293px no-repeat; }
#nav-mag a:hover { background:url("../images/nav2.jpg") -512px -293px no-repeat; }

	

/*-- NAV --*/
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:1024px; 
	height:33px;
	margin: 0px;
	padding:0;
	}

#nav span { display: none; }

#nav li, #nav a { height:33px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; z-index: 10; } /* z-index: 10; added for drop down to work in IE7 */

#nav-01 { width: 151px; margin-left: 135px;}
#nav-02 { width: 165px;}
#nav-03 { width: 104px;}
#nav-04 { width: 133px;}
#nav-05 { width: 128px;}


/*-------------- (-79px) X position of button / (-34px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -135px -34px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -286px -34px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -451px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -555px -34px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -688px -34px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -135px -34px no-repeat; }
body#music #nav-02 { background:url("../images/nav.jpg") -286px -34px no-repeat; }
body#mag #nav-03 { background:url("../images/nav.jpg") -451px -34px no-repeat; }
body#tour #nav-04 { background:url("../images/nav.jpg") -555px -34px no-repeat; }
body#contact #nav-05 { background:url("../images/nav.jpg") -688px -34px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#808080;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	padding-left:0px;
	padding-right:2px;
	margin-left:15px;
	z-index: 10; /* Fixes drop down to stay over an image */
	}

#nav li ul li { 
	height:25px; /* Height of each drop down nav item */
	border:2px solid #fff;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:25px;	/* Height of each drop down nav item, should match above */
	line-height:25px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover { 
	background-image:none;
	background-color:#000;
	color:#FFFFFF;
	text-decoration:none;
	width:135px; /*-- To change width of bg color  --*/
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:140px; }		
#nav-03 ul, #nav-03 li { width:140px; }







/*-- Music Nav --*/
#music-nav { 
	background:url("../images/nav-music.jpg") no-repeat; 
	width:1024px; 
	height:105px; 
	margin:0;
	padding:0; 
	}

#music-nav span { display: none; }

#music-nav li, #music-nav a { height:105px; display:block; } /* change height here also */

#music-nav li { float:left; list-style:none; _display:inline; position:relative; }

#music-artist { width: 65px; margin-left: 467px;}
#music-shows { width: 68px;}
#music-contact { width: 88px;}
#music-music { width: 60px;}
#music-goods { width: 138px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#music-artist a:hover { background:url("../images/nav-music.jpg") -467px -105px no-repeat; }
#music-shows a:hover { background:url("../images/nav-music.jpg") -532px -105px no-repeat; }
#music-contact a:hover { background:url("../images/nav-music.jpg") -600px -105px no-repeat; }
#music-music a:hover { background:url("../images/nav-music.jpg") -688px -105px no-repeat; }
#music-goods a:hover { background:url("../images/nav-music.jpg") -748px -105px no-repeat; }

/*-- Mag Nav --*/
#mag-nav { 
	background:url("../images/nav-mag1.jpg") no-repeat; 
	width:1024px; 
	height:52px; 
	margin:0;
	padding:0; 
	}

#mag-nav span { display: none; }

#mag-nav li, #mag-nav a { height: 52px; display:block; } /* change height here also */

#mag-nav li { float:left; list-style:none; _display:inline; position:relative; }


#mag-news { width: 60px; margin-left: 408px;}
#mag-reviews { width: 90px;}
#mag-yasin { width: 210px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#mag-news a:hover { background:url("../images/nav-mag1.jpg")  -408px -52px no-repeat; }
#mag-reviews a:hover { background:url("../images/nav-mag1.jpg") -468px -52px no-repeat; }
#mag-yasin a:hover { background:url("../images/nav-mag1.jpg") -558px -52px no-repeat; }

/*-- Mag Nav2 --*/
#mag-nav2 { 
	background:url("../images/nav-mag2.jpg") no-repeat; 
	width:1024px; 
	height:19px; 
	margin:0;
	padding:0; 
	}

#mag-nav2 span { display: none; }

#mag-nav2 li, #mag-nav2 a { height: 19px; display:block; } /* change height here also */

#mag-nav2 li { float:left; list-style:none; _display:inline; position:relative; }


#mag-contest { width: 90px; margin-left: 408px;}
#mag-blog { width: 60px;}
#mag-contact { width: 125px;}



/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#mag-contest a:hover { background:url("../images/nav-mag2.jpg") -408px -19px no-repeat; }
#mag-blog a:hover { background:url("../images/nav-mag2.jpg") -498px -19px no-repeat; }
#mag-contact a:hover { background:url("../images/nav-mag2.jpg") -558px -19px no-repeat; }


/*-- Mag Nav3 --*/
#mag-nav3 { 
	background:url("../images/nav-mag3.jpg") no-repeat; 
	width:1024px; 
	height:34px; 
	margin:0;
	padding:0; 
	}

#mag-nav3 span { display: none; }

#mag-nav3 li, #mag-nav3 a { height: 34px; display:block; } /* change height here also */

#mag-nav3 li { float:left; list-style:none; _display:inline; position:relative; }


/*--  #mag-contest { width: 94px; margin-left: 408px;}
#mag-contact { width: 124px;}



/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
/*--  #mag-contest a:hover { background:url("../images/nav-mag3.jpg") -408px -34px no-repeat; }
#mag-contact a:hover { background:url("../images/nav-mag3.jpg") -502px -34px no-repeat; }
