/* CSS Document */

/* NAVIGATION BUTTONS */
.menu {
			height: 100px;
			width: 650px;
}


.cssnav-left	{
			position:relative;
			float: left;
			margin: 0; 
			padding: 0;
			font-family: arial, helvetica, sans-serif;
			background: url(/graphics/buttons/leftrollover.png);
			width: 103px;
			height: 46px;
			overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav-left a {
			display: block;
			color: #000000;
			font-size: 11px;
			width: 103px;
			height: 46px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			overflow:hidden;/* for ie to hide extra height*/
}
.cssnav-left a:hover {
			color: #000000;
}


.cssnav-left img {width: 103px; height: 46px; border: 0; }
* html a:hover {visibility:visible}
.cssnav-left a:hover img{visibility:hidden}

.cssnav-left span {
			position: absolute;
			left: 0px;top: 15px;
			text-align: center;
			width: 103px;
			cursor: pointer;			 
}





.cssnav	{
			position:relative;
			float: left;
			margin: 0; 
			padding: 0;
			font-family: arial, helvetica, sans-serif;
			background: url(/graphics/buttons/middlerollover.png);
			width: 102px;
			height: 46px;
			overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
			display: block;
			color: #000000;
			font-size: 11px;
			width: 102px;
			height: 46px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
			color: #000000;
}


.cssnav img {width: 102px; height: 46px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
			position: absolute;
			left: 0px;top: 15px;
			text-align: center;
			width: 102px;
			cursor: pointer;			 
}


.cssnav-right	{
			position:relative;
			float: left;
			margin: 0; 
			padding: 0;
			font-family: arial, helvetica, sans-serif;
			background: url(/graphics/buttons/rightrollover.png);
			width: 104px;
			height: 46px;
			overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav-right a {
			display: block;
			color: #000000;
			font-size: 11px;
			width: 104px;
			height: 46px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
			overflow:hidden;/* for ie to hide extra height*/
}
.cssnav-right a:hover {
			color: #000000;
}


.cssnav-right img {width: 104px; height: 46px; border: 0; }
* html a:hover {visibility:visible}
.cssnav-right a:hover img{visibility:hidden}

.cssnav-right span {
			position: absolute;
			left: 0px;top: 15px;
			text-align: center;
			width: 104px;
			cursor: pointer;			 
}



/* END OF NAVIGATION */
			
/*
.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(/graphics/test_button_over.gif) no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 44px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 211px;
height: 44px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 211px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 
*/

