.left {
	background-image: url(images/bg_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.right {
	background-image: url(images/bg_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadow_left {
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.left_top {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.middle {
	background-image: url(images/middle_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_cont1 {
	background-image: url(images/bg_bottom_cont.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_cont2 {
	background-image: url(images/bg_top_cont.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #e2f2ff;
	text-decoration: none;
}
.menu a:link{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #e2f2ff;
	text-decoration: none;
}
.menu a:visited{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #e2f2ff;
	text-decoration: none;
}
.menu a:hover{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #fca04e;
	text-decoration: none;
}
.submenu {
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #fefefe;
	text-decoration: none;
}
.submenu a:link{
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #fefefe;
	text-decoration: none;
}
.submenu a:visited{
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #fefefe;
	text-decoration: none;
}
.submenu a:hover{
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #ffc386;
	text-decoration: none;
}
