@charset "utf-8";
/* this drives the menu system*/

DIV#menu {
	position:absolute;
	left: 370px;
	top: 518px;
	margin:0px;
	padding:0px;
	font-size:0px;
}
DIV#menumainpage {
	position:absolute;
	left: 480px;
	top: 204px;
	margin:0px;
	padding:0px;
	z-index:2;
}
.button {
	list-style:none;
	position:relative;
	margin:0px;
	padding:0px;
	width:125px;
	height:14px;
	font-size:0px;
}
.button li {
	width:125px;
	height:14px;
	cursor:pointer;
}
.button ul {
	position:absolute;
	list-style:none;
	margin:0px;
	padding:0px;
	top:0px;
	left:125px;
}
.button ul li {
	width:125px;
	height:14px;
	}
.button ul li {
	display:none;
	}
.button:hover ul li {
	display:block;
}
/**************************************button Ids*********/
#galleries{ background:url(../images/buttons.png) -875px 0px;}
	#post{background:url(../images/buttons.png) -1500px 0px;}
	#extreme{background:url(../images/buttons.png) -750px 0px;}
	#people{background:url(../images/buttons.png) -1375px 0px;}
	#arch{background:url(../images/buttons.png) -250px 0px;}
	#nature{background:url(../images/buttons.png) -375px 0px;}
	#randomness{background:url(../images/buttons.png) -500px 0px;}
#about{background:url(../images/buttons.png);}
	#mike{background:url(../images/buttons.png) -1625px 0px;}
	#brendan{background:url(../images/buttons.png) -1750px 0px;}
	#equip{background:url(../images/buttons.png) -1000px 0px;}
#contact{background:url(../images/buttons.png) -625px 0px;}
#blog{background:url(../images/buttons.png) -125px 0px;}
#links{background:url(../images/buttons.png) -1125px 0px;}
#store{background:url(../images/buttons.png) -1250px 0px;}