﻿a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: White;
	text-decoration: none;
}


.menu_level_0 {
	color: #FFFF00;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.menu_level_1 {
	padding-top: 0px;
	padding-left: 5px;
	margin: 0px;
	display: block;
	color: #FFFFFF;
}

a.menu_level_1:hover {
	color: #00FF33;
	background-color: #666666;
	display: block;
}


.border_left_top {
	font-size: 1px;
	background-color: #000000;
	background-image: url(/img/border/left_top.JPG);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border_left_buttom {
	font-size: 1px;
	background-color: #000000;
	background-image: url(/img/border/left_bottom.JPG);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border_right_buttom {
	font-size: 1px;
	background-color: #000000;
	background-image: url(/img/border/right_bottom.JPG);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border_top {
	font-size: 1px;
	background-color: #000000;
	background-image: url(/img/border/horizontal.JPG);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border_buttom {
	font-size: 1px;
	background-color: #000000;
	background-image: url(/img/border/horizontal.JPG);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border_left {
	font-size: 1px;
	background-color: #000000;
	background-image: url(/img/border/vertical.JPG);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border_right {
	font-size: 1px;
	background-color: #000000;
	background-image: url(/img/border/vertical.JPG);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	padding: 0px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border_right_top {
	font-size: 1px;
	background-color: #000000;
	background-image: url(/img/border/right_top.JPG);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border_context_title {
	color: #FF00FF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

