#menu{
	height: 35px;
	float: left;
	clear: both;
	background:#fff;
	margin-top: 10px;
}

#menu .tabs { 
	background:#fff;
	height:35px; 
	padding-left: 0px; 
	margin-left: 0px; 
	margin-bottom: 0px;
}

#menu .tabs ul{
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}

#menu .tabs li {
	float:left;
	margin-right:4px;
	height:35px;
	list-style-type: none;
	background: #d1eeff;
	background-image: url(images/tabLT.gif);
	background-repeat: no-repeat;
}

#menu .tabs li a {
	float:left;
	display:inline;
	padding: 9px 25px 0;
	height:35px;
	background:no-repeat 100% 0;
	font-size:.95em;
	color:#000066;
	text-align:center;
	text-decoration:none;
	background-image:url(images/tabRT.gif);
}

#menu .tabs li.selected { 
	height:35px; 
	background:#86c8ee url(images/tabLT_S.gif) no-repeat 0 0; 
}

#menu .tabs li.selected a { 
	height:35px; 
	background:url(images/tabRT_S.gif) no-repeat 100% 0;
	color:#fff; 
}