@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/back.jpg) ;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.content{
	color:#ffffff;
}

img{
	border:1px solid #ffffff;
}

.title{
	font-size:16px;
	font-weight:bold;
}

.footer{
	font-size:10px;

}


a:link{
	text-decoration:none;
	color:#ffffff;

}

a:visited{
	text-decoration:none;
	color:#ffffff;
}

a:hover, a:active{
	text-decoration:none;
	color:#999999;

}

.footer a:link{
	font-size:10px;
	text-decoration:none;
	color:#ffffff;

}

.footer a:visited{
	font-size:10px;
	text-decoration:none;
	color:#ffffff;
}

.footer a:hover, a:active{
	font-size:10px;
	text-decoration:none;
	color:#999999;

}







/* NAV BAR*/




#nav {left:20px; top:2px; position:relative;}

/* the styling */
#nav { height:20px; position:relative;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:20px;}

#nav .select a,
#nav .current a {display:block; height:30px; float:left; padding:0 39px 0 39px; text-decoration:none; font-size:12px; line-height:30px; white-space:nowrap; border-right:1px solid #7f0005; color:#fff;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}


#nav .select a:hover, 
#nav .select li:hover a {background:#560004; cursor:pointer; color:#fff;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#990107; color:#fff;}



#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:890px; top:28px; left:0; background:#560004; margin-top:0; padding:0; z-index:100; color:#fff; font-size:11px; }

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}


* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:1px;}



#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#560004; padding:5px; margin-left:39px; white-space:nowrap; border:0; color:#fff; font-size:12px; position:relative; height:20px; line-height:20px;}


