﻿
#buttons {
	background: 	url('../images/interface/buttonsbg.jpg') no-repeat;
	height: 		38px;
	margin-left: 	26px;
	width: 			728px;
}

#buttons ul li {
	list-style-type: none;
	display: inline;
}

#buttons li a {
	text-transform:	uppercase;
	color:			#1e1d4b;
	font-family: 	arial;
	font-size: 		11px;
	font-weight: 	bold;
	text-decoration:none;
	display: 		block;
	float: 			left;
	padding-left: 	12px;
	padding-right: 	13px;
	margin-right: 	1px;
	line-height:	43px;
	letter-spacing: 0pt;
	background: 	url('../images/interface/menubutton.jpg') 50% 0% no-repeat;
}

#buttons li a:hover {
	color:			#FFFFFF;
	background: 	url('../images/interface/menubuttonover.jpg') no-repeat;
}

