/* menu */
#menu {
	color:#FFFFFF;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:23px;
	margin:4px 0pt 0pt;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:500px;
}

.button_on {
	color: #666666;
	background-image: url(/images/button_on.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 23px;
	width: 100px;
}

.button_off {
	color: #ffffff;
	text-align: center;
	height: 0px;
	width: 100px;
}

.text_yazi1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

.button_on a:link, .button_on a:active, .button_on a:visited {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

.button_on a:hover {
	text-decoration:underline;
}

.button_off a:link, .button_off a:active, .button_off a:visited {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

.button_off a:hover {
	text-decoration:underline;
}

#submenu {
	float:left;
	position:relative;
	height: 23px;
	width: 900px;
	background-image: url(/images/gradient_bar.jpg);
	font-size: 11px;
	line-height: 25px;
	margin-top:-2px;
	background-repeat: no-repeat;
	text-align: center;
	
}

#submenu a:link, #submenu a:visited {
	color:#666666;
	font-weight: normal;
	text-decoration:none;
}

#submenu a:active, #submenu a:hover {
	text-decoration:underline;
}
