.menu {
	padding: 8px;
	height: 40px;
	width: 100px;
	margin-bottom: 0px;
	margin-left: 2px;
	text-align: center;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.menu:hover {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #fbdf02;
}

.menulink {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.menulink:hover {
	color: #000000;
}


.submenu {
	width: 100%;
	background-color:#FFFFFF;
	margin-top:5px;
	font-size:14px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	padding-top: 5px;
	padding-bottom: 5px;

}

.submenu:hover {
	background-color:#fbdf02;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
}

.submenulink {
	text-decoration: none;
	color:#000000
	}

.blackedge {
	border: thin solid #000000;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #be0002;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #be0002;
}

input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FDFA00;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image:url(template_images/head-background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 0px;

}



.left {
	background-color: #FFFF33;
	background-image: url(template_images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* SHOP! \*/
.list-left {
 float:left;
 height: 200px;
 width:110px;
 padding:2px;
}

.list-right {
 padding: 2px;
 font-size: 12px;
}

