@charset "utf-8";
/* CSS Document */
/*- Menu Tabs C--------------------------- */

  ul, li{border:0; margin:0; padding:0; list-style:none;}
  ul{
   width:490px;
	/*border-bottom:solid 1px #69AA00;*/
	height:29px;
}
 li{float:left; margin-right:2px;}
.tab a:link, .tab a:visited{
	background:url('../images/my-tab-round1.gif') right 60px;
	color:#56554e;
	display:block;
	font-weight:bold;	
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	background:url('../images/my-tab-round1.gif') left 60px;
	display:block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url('../images/my-tab-round1.gif') right 30px;
	display:block;
	color:#e0ded0;
}
.tab a:hover span{
	background:url('../images/my-tab-round1.gif') left 30px;
	display:block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	color:#FFFFFF;
	background:url('../images/my-tab-round1.gif') right 0 no-repeat;
} 
.active a span, .active a:hover span{
	background:url('../images/my-tab-round1.gif') left 0 no-repeat;
}

/*------------------------------------------------------------------------------------*/
.page1{width:460px;}
.page1 ul {margin:0px;padding:0px;list-style-type : none; font-size:14px;}
.page1 ul li {float : left;padding:2px;width:auto;height:14px;color : #4B4A4A;line-height : 12px;}
.page1 ul li a {padding:0px;text-decoration : none;padding:0px 3px 0px 3px;width:auto;height:14px;color : #4B4A4A;line-height : 12px;border : 1px solid #7d856d;}

.page1 ul li a:hover {text-decoration : none;width:auto;height:14px;line-height :12px;padding:0px 3px 0px 3px;background:url('../images/page_tile.gif') repeat-x;color : #4B4A4A;border : 1px solid #7d856d;}
.page1 ul li span {text-decoration : none;width:auto;height:14px;padding:0px 3px 0px 3px;color : #4B4A4A;border : 1px solid #7d856d;line-height :12px;background:url('../images/page_tile.gif') repeat-x;}
.page1 ul li .noborder{text-decoration : none;width:auto;padding:0px 3px 0px 3px;height:14px;color : #4B4A4A;border:0px;line-height : 12px;}
.page1 ul li .noborder:hover{padding:0px;text-decoration :none;padding:0px 3px 0px 3px;width:auto;height:14px;background:none;color : #4B4A4A;line-height : 12px;border:0px;}

