/* reece designs VERTICAL nav CSS Document */




.d_button
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 200px;
	height: 134px;
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/dbutton_hover.jpg);
	background-repeat: no-repeat;
	float: left;
}

.d_button a
{
display: block;
color: #000000;
font-size: 11px;
width: 200px;
height: 134px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.d_button img
{
	width: 200px;
	height: 134px;
	border: 0;
	float: left;
}

* html a:hover
{
visibility:visible
}

.d_button a:hover img
{
visibility:hidden
}

.d_button span
{
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 

 /*end design button */
 
 
 /* begin photo button */
 
 


.p_button
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 200px;
	height: 134px;
	margin: 0;
	background-image: url(../images/layout/pbutton_hover.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 0;
}

.p_button a
{
display: block;
color: #000000;
font-size: 11px;
width: 200px;
height: 134px;
display: block;
float: left;
color: black;
text-decoration: none;


}

.p_button img
{
	width: 200px;
	height: 134px;
	border: 0;
	float: left;
	
}

* html a:hover
{
visibility:visible;

}

.p_button a:hover img
{
visibility:hidden;


}

.p_button span
{
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 


/* begin mural button */

.m_button
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 200px;
	height: 134px;
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/mbutton_hover.jpg);
	background-repeat: no-repeat;
	float: left;
}

.m_button a
{
display: block;
color: #000000;
font-size: 11px;
width: 200px;
height: 134px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.m_button img
{
	width: 200px;
	height: 134px;
	border: 0;
	float: left;
}

* html a:hover
{
visibility:visible
}

.m_button a:hover img
{
visibility:hidden
}

.m_button span
{
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 

/* end mural button */


/* categories */

.vertsub {
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #A5CC9B;
	color: #5A7755;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	float: left;
	width: 194px;
	padding: 0;
	margin: 0px;
	font-size: 11px;
	}
.vertsub ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
.vertsub li {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	border: 1px solid #000000;
		}
.vertsub li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #A5CC9B;
	color: #4D604D;
	text-decoration: none;
	width: 100%;
		}

html>body .vertsub li a {
		width: auto;
		}

.vertsub li a:hover {
		background-color: #597755;
		color: #BBDDA8;
		}

