.halfmoon{
margin-bottom: 0em;
}

.halfmoon ul{
padding: 0px 9px 2px 201px;
margin-left: 10;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px Verdana ;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
margin-right: 5px; /*distance between each tab*/
border-left: 1px solid gray;
color: white;
font-size: 13px;
background: #000000 url('media/halfmoontab.gif') no-repeat top right;; margin-left:0; margin-top:0; margin-bottom:0; padding-left:5px; padding-right:9px; padding-top:3px; padding-bottom:2px
}

.halfmoon li a:visited{
color: darkgrey;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #333333;
}

.link a:link {
	color: 7b7676;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;

}
.link a:hover {
	color: FCFCFD;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.link a:visited {
	color: FEFCFC;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

.link1 a:link {
	color: FCFCFD;
	font-family: verdena;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;

}
.link1 a:hover {
	color: 7b7676 ;
	font-family: verdena;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.link1 a:visited {
	color: 7b7676;
	font-family: verdena;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
border-left:1px solid #999999; border-right:1px solid #999999; border-top:0px solid #999999; border-bottom:0px solid #999999; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #000000; / AÇILAN LİNKLERİN BACKGROUND RENGİ
width: 200px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}


.dropmenudiv_e a{
border-left:0px solid #999999; border-right:0px solid #999999; border-top:0px solid #999999; border-bottom:1px solid #999999; width: auto;
display: block;
text-indent: 5px;
/*THEME CHANGE HERE*/
text-decoration: none;
color: white; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;  / alt
}