﻿/**
 * Navigation */
#nav {
	position: relative;
	margin-left: 30px;
	z-index: 2;
}
#nav td {
	vertical-align: middle;
}
#nav_body {
	position: relative;
	width: 250px;
}
#nav_body_bg {
	background: #fafafa;
	filter: alpha(opacity=60);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#nav_body_content {
	position: relative;
	padding-bottom: 7px;
}
#nav_tl {
	background: url( '../images/nav_tl.png' ) no-repeat;
}
#nav_tr {
	background: url( '../images/nav_tr.png' ) no-repeat;
}
#nav_br {
	background: url( '../images/nav_br.gif' ) no-repeat;
}
#nav_bl {
	background: url( '../images/nav_bl.gif' ) no-repeat;
}
#nav_top {
	height: 14px;
	background: url( '../images/nav_bg_top.png' ) repeat-x;
}
#nav_bottom {
	height: 4px;
	background: url( '../images/nav_bg_bottom.gif' ) repeat-x;
}
#nav_left {
	width: 14px;
	background: url( '../images/nav_bg_left.png' ) repeat-y;
}
#nav_right {
	width: 14px;
	background: url( '../images/nav_bg_right.png' ) repeat-y;
}

/**
 * Panels */
.panel {
	width: 100%;
}
.panel_tl {
	background: url( '../images/panel_tl.png' ) no-repeat;
}
.panel_tr {
	background: url( '../images/panel_tr.png' ) no-repeat;
}
.panel_br {
	background: url( '../images/panel_br.png' ) no-repeat;
}
.panel_bl {
	background: url( '../images/panel_bl.png' ) no-repeat;
}
.panel_top {
	height: 7px;
	background: url( '../images/panel_bg_top.png' ) repeat-x;
}
.panel_bottom {
	height: 7px;
	background: url( '../images/panel_bg_bottom.png' ) repeat-x;
}
.panel_left {
	width: 7px;
	background: url( '../images/panel_bg_left.png' ) repeat-y;
}
.panel_right {
	width: 7px;
	background: url( '../images/panel_bg_right.png' ) repeat-y;
}

