@charset "utf-8";
/* CSS Document */
.sdmenu {

    width: 358px;

    font-family: Sans-Serif;

    font-size: 1.5em;

    color: #FFF;

	border-bottom: none;

	margin-left:7px

}



* html .sdmenu {

	margin-left: 12px;

	}



.sdmenu .title, .sdmenu .titlehidden{

    display: block;

    font-weight: bold;

    color: white;

    background: url(images/news.jpg) left no-repeat;

	border-bottom: none;

	cursor:pointer;

	height:49px;
	margin-bottom:20px

}



.sdmenu .arrow {

	margin:30px 0 0 5px;

	border-bottom: none;

	position:relative;

	top:1px;

}



* html .sdmenu .arrow {

	top:3px;

	}



.sdmenu .titlehidden {

    border-bottom: none;

}



.sdmenu #top {

    background: url(images/news.jpg) no-repeat;

	border-bottom: none;
	margin:20px 0 10px 0 

}

.sdmenu #middle{

    background: url(images/info.jpg) no-repeat;

	border-bottom: none;

}
.sdmenu #bottom{

    background: url(images/contact.jpg) no-repeat;

	border-bottom: none;

}

.sdmenu .submenu {

    overflow: hidden;

	border-bottom: none;

}



.sdmenu .submenu a {

    color: #fff;

    text-decoration: underline;

	border-bottom: none;

}



.sdmenu .submenu a:hover {

	text-decoration: none

}



a.newsImg {

	float:left;

	margin:5px 5px 0 5px;

	}



.titlewords {

	position:relative;

	top:2px;

	}

	

* html .titlewords {

	position:relative;

	top:5px;

	}
