﻿a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}
ul#customHead {
	background-color: #2d2d2d;
	border-bottom-color: #2D2D2D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #2D2D2D;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #2D2D2D;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px;
	cursor: default;
	float: left;
	left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	position: relative;
	text-align: center;
	width: 100%;
}
ul#customHead li a:hover {
	text-decoration: underline;
}
ul#customHead li a {
	font-size: 20px;
	font-variant: small-caps;
	text-decoration: none;
}
ul#customHead li {
	cursor: hand;
	float: left;
	left: 0px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	position: relative;
	float: left;
	padding: 0px 11px 0px 11px;
	text-align: left;
	width: auto;
}
ul#customHead li ul {
	position: absolute;
	left: -1000px;
}
ul#customHead li:hover ul {
	background-color: #2d2d2d;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	left: 0px;
	top: auto;
	width: 140px;
	z-index: 2020;
}
ul#customHead li:hover ul li {
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}
ul#customHead li:hover ul li a:hover {
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: underline;
}
div#homepageslideshow {
	height: 90%;

}
div#homepage {
	height: 80%;
	width: 90%;
}
div#category {
	margin-top: 100px;
}

