body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
.blue_title {
	font-size: 14px;
	font-weight: bold;
	color: #F09BA0;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.gray_title {

	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.images_border {
	border: 2px solid #CCCCCC;
}
.height {
	height: 12px;
}
.height_1 {
	height: 20px;
}







* {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#nav {
position: absolute;
font-size: 13px;
opacity: 0.8;
}
#nav a {
display: block;
width: 180px;
height: 10px;
padding: 3px 6px 5px;
background: #CC251D;
color: #fff;
text-decoration: none;
}
#nav a:hover {
	background-color: #ff0000;
}
#nav li {
	float: left;
	clear: left;
	width: 120px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #F09BA0;
	border-bottom-color: #FFFFFF;
	border-left-color: #F09BA0;
}
#nav ul {
position: absolute;
margin-left: 193px;
margin-top: -25px;
}
#nav ul {
display: none;
}
#nav li.show ul {
display: block;
}
#nav li.show li ul {
display: none;
}
#nav li li.show ul {
display: block;
}
