/* 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;
	/*border: 1px solid orange;*/
	}
	
	
/*---------------Begin #navigation Links Positioning----------------*/	
#magiclife {
	left: 0;
	width: 255px;
  	/*border: 1px solid red;*/
	}

#magiclife a:hover {
    background: transparent url(../images/sashes_on.jpg) 0 0 no-repeat;
	/*border: 1px dotted green;*/
	}
	
#married2 {
	left: 265px;
	width: 270px;
	/*border: 1px solid blue;*/
	}

#married2 a:hover {
    background: transparent url(../images/sashes_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_on.jpg) -540px 0px no-repeat;
	/*border: 1px dotted yellow;*/
	}

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


