/* CSS Document */

#regmenu {
	width: 165px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-color: #009900;
	
	
			}

.mainmenu {
	background-color: #009900;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width: 100%;
	display: block;
	border-right: 0.5px solid #000000;
	border-bottom: 0.5px solid #000000;
	border-left: 0.5px solid #000000;
}

.mainmenu:link {
	color: #ffffff;
	}
	
.mainmenu:visited {
	color: #ffffff;
		}
	
.mainmenu:hover {
	background-color: #ea4a15;
	text-decoration: none;
	color: #ffff00;
	   }

.contact {
	background-color: #009900;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-position: right center;
	height: 16px;
	width: 15%;
	float: left;
	background-image:  url("../graphics/greenmenu/phone.gif");
	background-repeat: no-repeat;
	border-right: 1px solid #000000;
	
	
	
}

.contact:link {
	color: #ffffff;
	}
	
.contact:visited {
	color: #ffffff;
		}
	
.contact:hover {
	background-color: #ea4a15;
	text-decoration: none;
	color: #ffff00;
	background-image:  url("../graphics/greenmenu/yellowphone.gif");
	background-repeat: no-repeat;
   }

.email {
	background-color: #009900;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-position: right center;
	height: 16px;
	width: 15%;
	float: left;
	background-image:  url("../graphics/greenmenu/email.gif");
	background-repeat: no-repeat;
	border-right: 1px solid #000000;
	
	
}

.email:link {
	color: #ffffff;
	}
	
.email:visited {
	color: #ffffff;
		}
	
.email:hover {
	background-color: #ea4a15;
	text-decoration: none;
	color: #ffff00;
	background-image:  url("../graphics/greenmenu/yellowemail.gif");
	background-repeat: no-repeat;
   }

.store {
	background-color: #009900;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-position: center center;
	height: 16px;
	width: 45%;
	float: left;
	background-image: url(../graphics/greenmenu/onlinestore.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.store:link {
	color: #ffffff;
	}
	
.store:visited {
	color: #ffffff;
		}
	
.store:hover {
	text-decoration: none;
	color: #ffff00;
	   }
