.menu {	
		position:relative;
		margin-right:auto;
		/*padding-left:140px;*/
		height:28px;
		width:auto;
		font-size:12px;
}

.menu ul {
		height:20px;
		width:auto;
		padding:0px;
		margin:0px;
		height:inherit;
		margin-left:30px;
}
.menu li {
		margin:0px auto;
		list-style:none;
		/*border-left:1px #666666;*/
		color:#ffffff;
		display:block;
		float:left;
		width: 125px;
		text-align:center;
		
}

.menu1 {
		text-decoration:none;
		background-image:url(images/tabbg.png);
		color:#ffffff;
		display:block;
		float:left;
		width: 125px;
		height:20px;
		padding-top:8px;
}

.menu1:hover {
		color:white;
		text-decoration:underline;
		display:block;
		float:left;
		width: 125px;
		height:20px;
		text-align:center;
}
.menuselected {
		color:white;
		padding-top:8px;
		text-decoration:none;
		background-image:url(images/tab-select.png);
		display:block;
		float:left;		
		width: 125px;
		height:20px;
}




.menuright a:hover {
		color:#ffffff;
		font-weight:bold;
		text-decoration:underline;
		}


.rmenu {
		position:relative;
		margin-right:auto;
		/*padding-left:140px;*/
		height:15px;
		width:auto;
		font-size:12px;


	}

.rmenu ul {
		position:relative;
		width:auto;
		padding:0px;
		margin:0px;
		height:inherit;
		margin-left:25px;
}

.rmenu li {

		margin:0px auto;
		list-style:none;
		/*border-left:1px #666666;*/
		color:#ffffff;
		display:block;
		float:left;
		width: 170px;
		padding-top:20px;
		padding-bottom:10px;
		text-align:center;
}
	
.rmenu li a {	
		position:relative;
		text-decoration:underlined;
		color:#ffffff;
		display:block;
		float:left;
		width: 170px;
		height:20px;
		padding-top:8px;
}

.rmenu1 {
		position:relative;
		text-decoration:underlined;
		color:#ffffff;
		display:block;
		float:left;
		width: 125px;
		height:20px;
		padding-top:8px;
}

.rmenuselected {
		text-decoration:underlined;
		font-weight:bold;
}

.rmenu1bottom {
	text-decoration:underlined;
	}

.rmenuselectedbottom {
		text-decoration:underlined;
		font-weight:bold;
	}

.rmenu1:hover {	
		text-decoration:underline;
	
}

/* padding and height for listUnselected and listSelected should match */


