
#navigation{
	background-color:#FFF;
	border:1px solid #ccc;
	width:950px;
	height: 55px;
	padding:0px;
	margin:5px 0px;
}
#nav form{
	padding:0px;
	margin:0px;
	}


ul#nav {
    height: 45px;
    width: 950px;
    top: 0;
    left:0px;
    position: relative;
    overflow: visible !important;
    padding:0px;
    margin:0px;
}
#nav ul {
    display: none;
    height: 25px;
    position: relative;
    z-index: 100;
}

#nav li {
    list-style-type: none;
    display: block;
    float: left;
    width: auto;
}

#nav a {
/*	color:#a6121d;*/
color:#0f4664;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	display: block;
	float: left;
	width: auto;
	white-space: nowrap;
	cursor: default;
	padding: 5px 18px 4px;
}
#nav a:hover {
	color: #FFF;
	border: 1px none #000 !important;
	border-bottom-width: 0 !important;
	padding: 4px 19px 5px;
	/*background: #a6121d;*/
	/*background: #0f4664;*/
background: #00b6d2;
}
#nav a:active {
    padding: 5px 20px 4px 20px;
    color: #000;
}
#nav li.active a {
	color: #FFF;
/*	background-color:#a6121d; */
background-color:#0f4664;
	font-weight: bold;
	text-decoration: none;
	height: 31px;
	display: block;
	float: left;
	position: relative;
	z-index: 200;
	padding: 4px 19px 5px 19px;
	border-top: 1px none #CCC;
	border-right: 1px none #CCC;
	border-bottom: 0 none #CCC;
	border-left: 1px none #CCC;
}
#nav li.active a:hover {
    border-bottom-width: 0 !important;
	color: #FFF;
	background:#777;
}

#nav li.active ul.subnav {
    display: block;
    position: absolute;
    top: 40px;
    width: 950px;
    left: 0;
    border-top: 1px none #CCC;
    margin:0px;
    padding:0px;
    /*background-color:#a6121d;*/
background-color:#0f4664;

}

#nav li.active ul.subnav a {
	color: #FFF;
	font-weight: normal;
	border: none;
	height: 15px;
	padding: 4px 20px 5px 20px;

}

#nav li.active ul.subnav a:hover {
	color: #fff;
	/*background: #777;*/
	background: #00b6d2;
	font-weight: normal;
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	height: 15px;
	padding: 4px 19px 5px;
}

#download td{
background-color:#0f4664;
color:#ffffff;
text-align:center;
padding:0px;
border:5px solid #ffffff;
width:125px;
}
#download td.t {
background-color:#ffffff;
color:#0f4664;
font-weight:bold;
}
#download td.q {
background-color:#00b6d2;
font-weight:bold;
}
#download a {
color:#ffffff;
padding:10px;
display:block;
}
#download a:hover {
text-decoration:none;
background-color:#777;
}
.tip {
	font:12px Arial,Helvetica,sans-serif; 
	border:solid 1px #666666;
	width:190px;
	padding:10px;
	position:absolute;
	z-index:300;
	visibility:hidden;
	color:#333333;
	top:20px;
        left:90px;
	background-color:#ffffcc;
        layer-background-color:#ffffcc;
}


