/*****************************  UstMenu  *********************************/
div.UstMenu
{
	margin: 0;
	padding-bottom: 0;
	height: 100%;
	height: 60px;
/*	şimdilik üst menüyü sayfaya sabitliyorum 
*/
/*	position: fixed;  
*/
/*		position: absolute;
	top: 0;
	left: 0;
*/
	z-index: 10;
	background-image: url("http://cshus.org/_Paylasilan/Resimler/SiteBilesenleri/UstMenu/1x50.SariYesil_Seffaf.png");
	background-repeat: repeat-x;
	border-style: none;
	overflow: hidden;
}


.UstMenu a
{	margin: 0;
	padding: 0;
	color: Black;
	border-width: 0;
	background-color: Transparent;}

.UstMenu a:visited
{
	color: Gray;
}
.UstMenu a:hover
{
	background-color: transparent;
}
.UstMenu a:active
{
	background-color: transparent;
}

.UstMenu img
{
	border-width: 0;
	margin: 0;
	padding: 0;
}
.UstMenu img:hover
{
	background-image: url("http://cshus.org/_Paylasilan/Resimler/ArkaIsik.png");
}

.UstMenu ul
{
	text-align: center;
	list-style-type: none;
	margin: 0;	padding: 0;
}
.UstMenu ul li
{
	display: inline;
	width: auto;	margin: auto 24px 0 24px;	padding-bottom: 0;
}

.UstMenu ul li ul 
{
	display: none;
	margin: 0;
	padding: 0;
}
.UstMenu ul li:hover ul
{
	display: none;
	width: 48px;
}
.UstMenu ul li ul li
{
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
