@charset "utf-8";
/* CSS Document */

a:focus {
	outline:0;
}

#menubg {
	width:230px;
	margin-top: 10px;
	margin-left: 15px;
}
#menutop {
	width:100%;
	background-image: url(../images/menu_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	margin-top: -10px;
}
#menubot {
	width:100%;
	background-image: url(../images/menu_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


#menutop1 {
	width:100%;
	background-image: url(../images/menu_top1.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	margin-top: -10px;
}
#menubot1 {
	width:100%;
	background-image: url(../images/menu_bot1.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menutop1 .head {
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 28px;
	text-transform: uppercase;
	height: 25px;
}

#blocktop {
	width:100%;
	background-image: url(../images/block_top.png);
	background-repeat: no-repeat;
	background-position: top;
}

#blocktop .head {
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #326d9c;
	text-indent: 28px;
	text-transform: uppercase;
	height: 25px;
}

#blockbot {
	width:100%;
	background-image: url(../images/block_bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

