#topnav ul {
	margin: 0; 
	padding: 0; 
	z-index:500;
	list-style: none;
}	

#nav li {
	float: left;
	display: block;
	background: url(../../images/topnav_sep.gif) no-repeat left center;
	position: relative;
	z-index: 500;   
	width: 157px;
}

#nav li#topnav_first {
	background: url(../../images/topnav_sep_first.gif) no-repeat left center;
}

#nav li#topnav_big {
	background: url(../../images/topnav_sep_big.gif) no-repeat left center;
	width: 136px;
}

#nav li#topnav_last {
	background: url(../../images/topnav_sep_last.gif) no-repeat left center;
}
		
#nav li a {
	display: block;
	padding-top: 10px;
	font-weight: bold;  
	width: 156px;
	z-index:500;
	height: 29px;
	font-size:12px;
	margin-left:0px;
	text-decoration:none; 
	color: #FFFFFF;
	text-align: center; 
	background: url(../../images/topnav_h.png) no-repeat 0 100px;
	text-transform: uppercase;
	margin-bottom: 0px;
	
}

#nav li a.topnav_current, #nav li a.topnav_current:hover {
	background: url(../../images/topnav_curr.png) no-repeat;
	color: #BF0404;
}

#nav li#topnav_big a {
	background: url(../../images/topnav_h_big.png) no-repeat 0 100px;
	width: 156px;
}

#nav li#topnav_big a.topnav_current, #nav li#topnav_big a.topnav_current:hover {
	background: url(../../images/topnav_curr_big.png) no-repeat;
	color: #BF0404;
}


#nav li a:hover {
	background: url(../../images/topnav_h.png) no-repeat;
}

#nav :hover > a {
	background: url(../../images/topnav_h.png) no-repeat;
}

#nav li#topnav_big a:hover {
	background: url(../../images/topnav_h_big.png) no-repeat;
}

#nav #topnav_big:hover > a {
	background: url(../../images/topnav_h_big.png) no-repeat;
}



#topnav_big .link1 a
{text-transform:uppercase;
color:#fff;float:left;
margin-left:0px;
width:110px;margin-top:0px;
padding-top:0px;
font-weight:bold;
text-align:center;
height:32px;}


/* submenu */


#nav ul {
	position: absolute; 
	left: 0; 
	display: none; 
	z-index:500;
	margin: 0 0 0 0; 
	margin-top:1px;
	padding: 0; 
	list-style: none;
	border-right: 1px solid #23395f;
	border-bottom: 1px solid #23395f;
	border-left: 1px solid #23395f;
}
		

#nav ul li {
	width: 156px;	z-index:500;
	float: left; 
	border-top: 1px solid #000;
	background: #1e2f51;
}

#nav #topnav_big ul li {
	width: 156px;
}
		
#nav ul a {
	display: block;
	height: auto;
	padding: 8px 0; 	z-index:500;
	font-size: 0.9em;
	text-transform: none;
	margin: 0;
	color: #d9ecff;
}
		
#nav ul a:hover {
	background: #51708d;
	color: #FFFFFF;
}

/* fix ie6 small issue */

*html #nav ul {
	margin: 10 0 0 -2px;
	z-index:500;
}
