#tablist li:hover {
}
#tablist li ul {
	position: absolute;
	visibility: hidden;
	width: 640px;
	padding-top: 8px;
	height: 59px;
	list-style-type: disc;
	padding-left: 15px;
	top: 100%;
	left: 0;

}
#tablist li ul li {
	background: none;
	color: #6495AB;
	font-size: 12px;
	display:block;
	float:left;
	font-size:12px;
	width:200px;
	height: 18px;
}
#tablist li ul li a {
	background: none;
	color: #3A6E84;
	font-size: 13px;
	padding: 0px;
	width: 150px;
background-image:url(broadcast/images/bullet.gif);
background-position:left center;
background-repeat:no-repeat;
padding-left: 10px;
}

#tablist li ul li a:hover {
	background: none;
	color: #3A6E84;
	text-decoration: underline;
	background-image:url(broadcast/images/bullet.gif);
background-position:left center;
background-repeat:no-repeat;
}

#tablist li:hover ul {
	visibility: visible;
}

#tablist li:hover{
	background: #6495AB url(broadcast/images/corner.gif) no-repeat top right;
	color: #fff;
}

#tablist li{
	background: #808080 url(broadcast/images/corner.gif) no-repeat top right;
	color: #fff;
	height: 20px;
}

#tablist ul li {
	position: relative;
}

#tablist ul li ul {
}
#menu {
	height: 19px;
	position: relative;
}

#menu ul li:hover ul {
	visibility: visible;
	top: 100%;
	left: 0;
}

#menu ul li ul li {
	background: none;
}

#menu ul li ul li:hover {
	background: none;
}

#tablist li {
display:block;
float:left;
height:17px;
margin-right:2px;
padding:3px 0 0;
}

#tablist {
float:left;
margin:0;
padding:0 0;
}

#tablist li a, #tablist li a:hover {
	background: transparent;
	margin-right: 0px;
}

#backgroundlogo {
		background:transparent url(/images/logo_sicch.png) no-repeat scroll right top;
		height:80px;
		position:absolute;
		top:22px;
		width:960px;
		z-index:-100;
}


.searchTitle {
font-size:small;
font-weight:bold;
margin-bottom:5px;
text-decoration:none;
}
.searchResultUrl {
color:green;
}
.searchSnippet {
width:600px;
}
