@charset "utf-8";
/* CSS Document */

a:focus {
	outline:0;
}

#menubg1 {
	width:229px;
	background-image: url(../images/menu_bg1.jpg);
	background-repeat: repeat-y;
	margin-left: 10px;
}
#menutop1 {
	width:229px;
	background-image: url(../images/menu_top1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#menubot1 {
	width:229px;
	background-image: url(../images/menu_bot1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:10px 0 40px 0;
}
#menu1, #menu1 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu1 a {
	font:12px/15px Verdana;
	color:#000;
	padding-top:5px;
	padding-left:10px;
	text-decoration:none;
	height:22px;
	display: block;
	background-image: url(../images/menu1_li_bg.gif);
	background-repeat: no-repeat;
	text-indent:8px;
	background-position: 10px 10px;
	width:207px;
}
#menu1 a:hover {
	background-color:#9faad7;
}
#menu1 li {
	display: block;
	width:217px;
	border-bottom:solid 1px #b5bce6;
	border-left:solid 1px #cbd7ff;
}



#menubg2 {
	width:224px;
	background-image: url(../images/menu_bg2.jpg);
	background-repeat: repeat-y;
	margin-left: 10px;
}
#menutop2 {
	width:224px;
	background-image: url(../images/menu_top2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#menubot2 {
	width:224px;
	background-image: url(../images/menu_bot2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 2px 0 2px 0;
}
#menu2, #menu2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu2 a {
	font: 12px/15px Verdana;
	color:#000;
	padding-top:5px;
	text-decoration:none;
	height:25px;
	display: block;
	text-indent:8px;
}
#menu2 li a:hover {
	background-image: url(../images/bg_but_on2.jpg);
	background-repeat: no-repeat;
}

#menu2 li {
	display: block;
	width:224px;
	background-image: url(../images/bg_but_off2.gif);
	background-repeat: no-repeat;

}




#blockbg {
	width:237px;
	background-image: url(../images/block_bg.jpg);
	background-repeat: repeat-y;
}
#blocktop {
	width:237px;
	background-image: url(../images/block_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#blockbot {
	width:237px;
	background-image: url(../images/block_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:10px 0 15px 0;
}

