.Navigation {
	background-image: url(../files_images/global_bgs/nav_bg.jpg);
}

.NavSide {
	background-image: url(../files_images/global_borders/nav_side.jpg);
	background-repeat: repeat-y;
}

.NavMain {
	position: relative;
	width: 150px;
	z-index: 100;
}

.Sub1 {
	position: absolute;
	display: none;
	width: 225px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	z-index: 110;
}

.Sub1_Link {
	
	position: relative;
	width: 225px;
	background-color: #000066;
	border-top: 1px solid #6666a3;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #00001f;
	padding: 3px;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.Sub2 {
	position: absolute;
	display: none;
	width: 225px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	z-index: 120;
}

.Sub2_Link {
	
	position: relative;
	width: 225px;
	background-color: #660000;
	border-top: 1px solid #a36666;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #1f0000;
	padding: 3px;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.TopJewelBorder {
	background-image: url(../files_images/global_borders/jt_middle.gif);
	background-repeat: repeat-x;
}

.BottomJewelBorder {
	background-image: url(../files_images/global_borders/jb_middle.gif);
	background-repeat: repeat-x;
}

.LeftJewelBorder {
	background-image: url(../files_images/global_borders/jl.gif);
	background-repeat: repeat-y;
}

.RightJewelBorder {
	background-image: url(../files_images/global_borders/jr.gif);
	background-repeat: repeat-y;
}

.FirstFont {
	font-family: times, serif;
	font-size: 20px;
	font-weight: bold;
}
