.ddoverlap{
border-bottom: 1px solid #d6d6d6;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
font-family: Georgia, serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: #16536e;
/*background: transparent url(righttabdefault.gif) 100% 1px no-repeat; give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}
/*yeni*/
.ddoverlap li h1{
padding: 3px 7px;
font-family: Georgia, serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: #16536e;
/*background: transparent url(righttabdefault.gif) 100% 1px no-repeat; give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}


/*yeni*/
.ddoverlap li a:visited{
color: #16536e;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: #16536e;
font-family: Georgia, serif;
font-size: 12px;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

.submenuselected 
{ 
color: #16536e;
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
line-height: 30px;
}

.submenu
{ 
color: #6c6c6c;
font-family: Tahoma;
font-size: 11px;
line-height: 30px;
background-color: #ffffff;
}

A.submenu:link      { text-decoration: none; color: #6c6c6c; }
A.submenu:visited   { text-decoration: none; color: #6c6c6c; }
A.submenu:active    { text-decoration: none; color: #6c6c6c; }
A.submenu:hover     { text-decoration: underline; color: #6c6c6c;}

#submenu 
{
display:block; 
margin: 20px 20px 10px 0;
float:left;
width: 100%;
background-color:#CCCCCC;
}





A.homesection:link      { text-decoration: none; color: #16536e; }
A.homesection:visited   { text-decoration: none; color: #16536e; }
A.homesection:active    { text-decoration: none; color: #16536e; }
A.homesection:hover     { text-decoration: underline; color: #16536e;}

A.homesubsection:link      { text-decoration: none; color: #656565; }
A.homesubsection:visited   { text-decoration: none; color: #656565; }
A.homesubsection:active    { text-decoration: none; color: #656565; }
A.homesubsection:hover     { text-decoration: underline; color: #656565;}

.homesection {
	font-family :Georgia, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color:#16536e;
	line-height:20px;
}

.homesubsection {
	font-family : Arial, Helvetica, sans-serif Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color:#656565;
	line-height:16px;
}
DIV.menu {
	Z-INDEX: 880;
	LEFT: 0px;
	VISIBILITY: hidden;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	POSITION: absolute;
	TOP: 0px;
	BACKGROUND-COLOR: #ffffff;
	border-right-style: outset;
	border-left-style: outset;
	border-top-style: outset;
	border-bottom-style: outset;
	border-left-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-top-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border: 1px outset;
	margin-top:-4px
}
DIV.menu A.menuItem {
	font-family: Georgia, serif;
	font-size: 11px;
	DISPLAY: block;
	PADDING-LEFT: 1em;
	PADDING-RIGHT: 1em;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	COLOR: #16536e;
	TEXT-DECORATION: none;
	width: 200px;
	line-height: 14px;
}
DIV.menu A.menuItem:hover {
	font-family: Georgia, serif;
	font-size: 11px;
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #16536e
}
DIV.menu A.menuItemHighlight {
	font-family: Georgia, serif;
	font-size: 11px;	
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #16536e
}
DIV.menu A.menuItem SPAN.menuItemText {
	
}
DIV.menu A.menuItem SPAN.menuItemArrow {
	font-family: Georgia, serif;
	font-size: 11px;
	MARGIN-RIGHT: -0.75em
}
