body {
	margin:			0;
	padding:		0;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight:		bold;
	color:			#BEBEC0;
}
a {
	color:			#437AFF;
}
b {
	color:			#5A4D4A;
}
td, th {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight:		bold;
	color:			#BEBEC0;
}
h4 {
	font-size:		12px;
	color:			#437AFF;
}
ul, #nav, #nav ul, #nav li, #nav a, #nav li ul, #nav li ul a, #nav li ul li a.mid {
	zoom:			1;
}
#nav, #nav ul {
	margin:			0;
	padding:		0;
	list-style-type:	none;
	list-style-position:	outside;
	position:		relative;
	font-family:            Verdana, Arial, Helvetica, sans-serif;
}
#nav li ul li a.mid {
	display:                block;
	float:			left;
	width:                  152px;
	height:                 22px;
	font-weight:            bold;
	background:             url(../images/Drop-down-button_off.jpg) no-repeat;
	text-decoration:        none;
	text-align:             center;
	color:			#FFF;
}
#nav li ul li a.mid:hover {
	background:             url(../images/Drop-down-button_on.jpg) no-repeat;
}
#nav a {
	display:                block;
	width:                  152px;
	height:                 22px;
	font-weight:            bold;
	background:             url(../images/Drop-down-button_off.jpg) no-repeat;
	text-decoration:        none;
	text-align:             center;
	color:			#FFF;
}
#nav a:hover {
	background:             url(../images/Drop-down-button_on.jpg) no-repeat;
}
#nav li {
	float:			left;
	position:		relative;
}
#nav ul {
	top:			179px;
	position:		absolute;
	display:		none;
}
#nav li ul a {
	float:			left;
}
#nav ul ul {
	top:			auto;
}	

#nav li ul ul {
	left:			152px;
}

#nav li a:hover ul ul, #nav li a:hover ul ul ul, #nav li a:hover ul ul ul ul {
	display:		none;
}
#nav li a:hover ul, #nav li li a:hover ul, #nav li li li a:hover ul, #nav li li li li a:hover ul {
	display:		block;
}

.showitems td
{
	background-color:	#CCCCFF;
	color:			#5A4D4A;
}
.showitems th
{
	background-color:	#39759C;
	color:			#FFF;
}
