/*/ PANEL ÜST MENÜ /*/
#tab_menu {
	float:left;
	width:100%;
	height:30px;
	line-height:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px
}
#tab_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tab_menu li {
	display:inline;
	margin:0;
	padding:0;
}
#tab_menu a {
	float:left;
	height:30px;
	background:url(/Images/Tops/Menu_Left.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	cursor:pointer;
	color:#FFF;
}
#tab_menu a span {
	float:left;
	display:block;
	height:21px;
	background:url(/Images/Tops/Menu_Right.jpg) no-repeat right top;
	margin-right:2px;
	padding:5px 15px 4px 10px;
	cursor:pointer;
	color:#ccc;
}
#tab_menu a:hover {
	background-position:0% -30px;
}
#tab_menu a:hover span {
	background-position:100% -30px;
	color:#FFF
}
#tab_menu #current a {
	background-position:0% -30px
}
#tab_menu #current a span {
	background-position:100% -30px;
	font-weight:bold;
	color:#FFF;
}
/*/ PANEL ALT MENÜ /*/
.sub_left {
	width:7px;
	height:31px;
	background:url(/Images/Tops/Sub_Left.jpg)
}
.sub_back {
	width:786px;
	height:31px;
	background:url(/Images/Tops/Sub_Back.jpg)
}
.sub_right {
	width:7px;
	height:31px;
	background:url(/Images/Tops/Sub_Right.jpg)
}
#sub_menu {
	float:left;
	width:100%;
	height:20px;
	line-height:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px
}
#sub_menu ul {
	margin:0;
	padding:0;
	list-style:none
}
#sub_menu li {
	display:inline;
	margin:0;
	padding:0
}
#sub_menu a {
	float:left;
	height:20px;
	background:url(/Images/Tops/Sub_Menu_Left.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	cursor:pointer;
	color:#000
}
#sub_menu a span {
	float:left;
	display:block;
	height:18px;
	margin-right:5px;
	background:url(/Images/Tops/Sub_Menu_Right.jpg) no-repeat right top;
	padding:2px 10px 0 5px;
	cursor:pointer;
	color:#29313b
}
#sub_menu a:hover {
	background-position:0% -20px
}
#sub_menu a:hover span {
	background-position:100% -20px;
	color:#fff
}
#sub_menu #secili a {
	background-position:0% -20px
}
#sub_menu #secili a span {
	background-position:100% -20px;
	font-weight:bold;
	color:#fff
}

/*/ ANASAYFA ÜYELER /*/
.shadetabs {
	padding: 0px 100px 8px 0;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
	font:10px Verdana;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 8px 15px 8px 15px;
	margin-right: 0px;
	border: 1px solid #CCCCCC;
	color: #2d2b2b;
	background:#d9d8d7;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background:#9b9691;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 0px;
}
.shadetabs li a.selected { /*selected main tab style */
	background:#FFFFFF;
	border-bottom-color: white;
	font:10px Verdana;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
	color: #9b9691;
}
.tabcontent {
	display:none;
	padding:25px
}
 @media print {
.tabcontent {
	display:block !important;
}

