/*
.accordion_toggle {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	vertical-align: middle;
	overflow: hidden;
	background-image: url('../images/menu_big.jpg');
	border-style:solid;
	border-color: #525252;
	border-width:1px;
	border-top-style:none;
	border-left-style: none;
	cursor: pointer;
}

.accordion_toggle_active {
	background-image: url('../images/menu_big.jpg');
}

.accordion_content {
	overflow: hidden;
}
	
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
	
	.accordion_content p {
		width: 200px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		background-image: url('../images/riga.jpg');
		background-repeat: repeat-x;
		background-position: bottom;
		border-style:solid;
		border-color: #525252;
		border-width:1px;
		border-top-style:none;
		border-bottom-style:none;
		border-left-style: none;
	}
	.accordion_content span
	{
		padding-left: 10px;
	}
*/

.menu_first 
{
	display: block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	overflow: hidden;
	background-image: url('../images/menu_big.jpg');
	border-style:solid;
	border-color: #525252;
	border-width:1px;
	border-left-style: none;
	cursor: pointer;
	padding-top: 3px;
}
.menu_content
{
	display: none;
	/*visibility: hidden;*/
}
.menu_content p 
{
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	background-image: url('../images/riga.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	border-style:solid;
	border-color: #525252;
	border-width:1px;
	border-top-style:none;
	border-bottom-style:none;
	border-left-style: none;
	letter-spacing: 1px;
}
.menu_content p a
{
	/*padding-left: 10px;
	padding-right: 10px;*/
}
.sellink
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}