/*-------------------------------------------------------------------------------------

Style Sheet for 3pointImage (http://3pointimage.com)
Main Navigation 
Version: 1.2006
Author: Manish

--------------------------------------------------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul li {
	float: left;
	}
a.button:link, a.button:visited {
	display:block;
	width:114px;
	height:29px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background: #666666 url(../images/button.gif) repeat-x center;
	text-align:center;
	line-height: 32px;
	border: none;
}

a.button:hover {
	display:block;
	width:114px;
	height:29px;
	font-size: 12px;
	background: #666666 url(../images/button_over.gif);
	background-repeat:no-repeat;
	color: #fff;
	text-align:center;
	border: none;
	}