@charset "utf-8";
/* CSS Document */

#navlist {
    list-style:none;
	float:left;
	width: 220px;
}
#navlist a {
	display: block;
	width: 220px;
	height: 30px;
	color: #000;
	text-decoration:none;
	background: url(images/tab.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	line-height: 26px;
}
#navlist a:hover { 
    background-position:0 -30px;
}
#navlist a:active {
    background-position:0 -30px;
}

/* right nav no header**************************/

#rtnav {
	list-style:none;
	float:left;
}

#rtnav li {
	float:left;
	width: 220px;
}
#rtnav a {
	display: block;
	height: 30px;
	color: #000;
	text-decoration:none;
	background-color:#F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 26px;
}
#rtnav a:visited { 
  display: block;
	height: 30px;
	color: #000;
	text-decoration:none;
	background-color:#F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 26px;
}
#rtnav a:hover { 
    background-position:0;
	background-color:#DADADA;
	font-weight: bold;
}
#rtnav a:active { 
    background-position:0;
	background-color:#DADADA;
	font-weight: bold;
}
