﻿@charset "utf-8";
/* CSS Document */

#flashnav *{
	margin:0;
	padding:0; 
}

#flashnav {
	margin: auto;
	height: 50px;
	width: 950px;
	position: relative;
}
ul,li,dl,dd{
	margin:0;
	padding:0;
	list-style-type: none;
}
#flashnav a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#flashnav a:hover{
	color: #db0000;
}
#flashnav #navbg {
	background-color: #535353;
	position: absolute;
	z-index: 1;
	height: 50px;
	
	top: 0px;
	
}

#flashnav #nav {
	background-color: #535353;
	height: 50px;
	width: 950px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#flashnav #nav li {
	float: left;
	height: 50px;
	width: 95px;
	background-repeat: no-repeat;
	background-position: center center;
}
 #nav li a{
	height: 50px;
	width: 95px;
	text-decoration: none;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	background-image: url(../images/navside.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: 600;
}

#flashnav #nav li .f{
	background-image: none;
	
}
#flashnav #navboxbg{
	background-color: #000;
	position: absolute;
	z-index: 100;
	top: 50px;
	
	height: 185px;
	
	filter: Alpha(opacity=85);
	-moz-opacity:.85;
	opacity:0.85;
	display: none;
}

#navboxred {
	position: absolute;
	z-index: 1001;
	left: 0px;
	top: 45px;
	height: 5px;
	width: 950px;
	overflow: hidden;
	background-color: #db0000;
	
	
}

#flashnav #navbox {
	position: absolute;
	z-index: 1000;
	left:1px;
	top: 45px;
	height: 185px;
	width: 946px;
	overflow: hidden;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #db0000;
	display: none;
}
#flashnav #navbox ul{
	border-top-width: 5px;
	padding-top:8px;
	border-top-style: solid;
	height: 215px;
	width: 950px;
	
	border-top-color: #db0000;
}
#flashnav #navbox ul li {
	float: left;
	height: 162px;
	width:94px;
	border-right-width: 1px;
	border-right-style: solid;
	
	border-right-color: #999;
	
	font-size: 12px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
}

#flashnav #navbox ul li dl dd a {
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 48% 50%;
	display: block;
	height: 22px;
	width: 94px;
	margin-left: 0px;
}
