@charset "utf-8";
/* CSS Document */
#navigation {
	width:700px;
	height:47px;
	float:right;
	padding:0px;
	margin:0px;
	overflow:hidden;
	z-index:3;
}
#navigation ul{
	margin:0;
	font-size:11px;
	list-style:none;
	padding:7px 10px 0 10px;
	margin-top:14px;
	margin-right:10px;
	text-transform:uppercase;
	float:right;
}

#navigation li {
   float:left;
   /*background: url(../images/menuTabBG.jpg) no-repeat 0% 0%;*/
   background: url(../Images/headerbuttonleft.png) no-repeat 0% 0%;
   margin:0px 2px 0px 0px;
   padding:0px 0 0 9px;
   height:36px;
}

#navigation a{
	display:block;
	color:#6abea7;
	font-weight:normal;
	margin-bottom:5px;
	text-decoration: none;
	height:36px;
	padding:7px 20px 3px 11px;
	/*background: url(../images/menuTabBG.jpg) no-repeat 100% 0%;*/
	background: url(../images/headerbuttonright.png) no-repeat 100% 0%;
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
/*#navigation .selected{
	background: url(../images/menuTabBG.jpg) no-repeat 100% -40px;
}
#navigation .selected a{
	background: url(../images/menuTabBG.jpg) no-repeat 100% -40px;
}*/

