@charset "utf-8";
#wrapper #navigation {
	padding: 0;
	width: 792px;
	height: 22px;
	position: absolute;
	top: 95px;
	left: 4px;
	font-size: 12px;
	visibility: visible;
}

.ovalbutton{
	background-image: url(../images/button%20back_r1_c1.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) */
	height: 20px;
	padding-left: 11px;
	text-decoration: none;
	color: #333333;
}

a.ovalbutton span{
	display: block; /*Set 11px below to match value of 'padding-left' value above*/
	background-image: url(../images/button%20back_r1_c2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 0;
}

a.ovalbutton:hover{ 
background-position: bottom left;
}

a.ovalbutton:hover span{ 
background-position: bottom right;
color: black;
}

a:link.ovalbutton{
	color: #000000; /*button text color*/
	text-decoration: none;
}

a:visited.ovalbutton{
	color: #999999; /*button text color*/
}

a:active.ovalbutton{
	color: #0099FF; /*button text color*/
}
