﻿.button_e
{
	margin-left: 0;
	padding-left: 0;
	list-style: .menu_a;
	list-style-type: none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	
	display: block;
	padding: 2px;
	width: 118px;
	
	background-color: #6d84ff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
a:link, .menuitems a:visited

{
color: #333;
text-decoration: none;
font-weight:bold;
}

.button_e a:hover
{
	display: block;
	padding: 2px;
	width: 118px;
	background-color: #415efd;
	color: #333;
	font-weight:bold;
}

