/* CSS Document */

/*BEGIN TOP NAVIGATION*/	
	
#sashnavigation li {
	margin-top: 0px;
	margin-left: 0px;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#sashnavigation li, #sashnavigation a {
	height: 223px;
	display: block;
	}
	
	
/*---------------Begin #navigation Links Positioning----------------*/	
#magiclife {
	left: 0;
	width: 255px;
  	/*border: 1px solid red;*/
	}

#magiclife a:hover {
    background: transparent url(../images/sashes_married2_on.jpg) 0 0 no-repeat;
	/*border: 1px dotted green;*/
	
	}

/*----The #married2 and #married2 a:hover are not used here b/c since you're on this page,
      you don't need to have this link. It would be redundant b/c you're already here.----*/
   	
/*#married2 {
	left: 265px;
	width: 270px;
	border: 1px solid blue;
	}*/

/*#married2 a:hover {
    background: transparent url(../images/sashes_married2_on.jpg) -265px 0px no-repeat;
	border: 1px dotted orange;
	}*/
	
#mindtripping {
	left: 540px;
	width: 255px;
	/*border: 1px solid white;*/
	}
	
#mindtripping a:hover {
	background: transparent url(../images/sashes_married2_on.jpg) -540px 0px no-repeat;
	/*border: 1px dotted yellow;*/
	}

/*----------------End #navigation Links Positioning----------------*/  


