@charset "utf-8";
/* CSS Document */

#topnav {
	position: relative;
	/*top: 20px;*/
	_width: 950px;
	>margin: auto;
}

#topnav ul {
	text-align: center;
	padding: 0px;
}

#topnav ul li {
	display: inline;
	position: relative;
/*	>height: 40px;
	>line-height: 40px;*/
}
#topnav li span.line {
	padding: 8px 0px;
	background: transparent url(../images/pub/line.gif) no-repeat center left;
	padding-left: 2px;
	font-size: 12px;
	margin: 0px -4px 0px 0px;
	line-height: 32px;
	>line-height: 34px;
	_line-height: 32px;
}

#topnav li a {
	padding: 8px 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#topnav li a:hover {
	background: transparent url(../images/pub/topnav_bg.gif) 0px -33px repeat-x;
	text-decoration: underline;
}

/* Submenus */
#topnav ul ul, #topnav ul ul ul {
	display: none;
	position: absolute; 
	top: 24px;
	>top: 39px;
	_top: 32px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 140px;
	text-align: left;
	background-color: #aaa;
	z-index: 99;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
}

#topnav ul ul li {
	display: block;
	border-top: 1px solid #555;
	margin: 0px;
	width: 140px;
}

#topnav ul ul li a {
	display: block;
	padding: 4px;
	/*padding: 8px 16px;*/
	background-color: #aaa;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#topnav ul ul li a:hover {
	background-image: none;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul{
	display:block;
}
#topnav li:hover ul, #topnav ul li:hover ul, #topnav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #topnav li{
	float:left;
	display: inline;
}/* end holly hack */

/* End of 'Main' */
