@charset "utf-8";
/* CSS Document */

.top-row {
	height:24px;
	background: #d5d59f;
}	

.wrapper {
    position:relative;	
    background: url(top-nav-bg1.gif) top no-repeat;
	height:32px;
	vertical-align:top;
}

#menu {
	position:absolute; 
	margin-top:10px; 
	width:710px;
	margin-left:15px;
	overflow:hidden;
}

#menu a {
	text-decoration:none;
}

#menu span {
	display: block;
}

#menu ul .item {
	display:none;
	margin-top:50px;
	width:145px;
	margin-top:0px;
	z-index:145;
}

#menu ul:hover .item {
	display:block;
	background: url(pic1.gif) top left no-repeat #d5d59f;
	padding:0px;
	margin:0px;
}

#menu ul{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

#menu ul .top li {
	cursor: pointer;
	z-index:120;
}

#menu ul:hover .item a {
	color:#000;
	text-decoration:none;
	margin-left:14px;
	padding-bottom:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight: 600;*/
}

#menu ul:hover .item a:hover {
	color:#000;
}
.item ul {
}

/*_________________________*/

#item1 .top {
	width: 119px;
	height: 22px;
}
#item1 ul {
	margin-top:-1px;
}
#item1 li a {
	margin-bottom:1px;
	display:block;
	height:23px;
}


/*_________________________*/

#item2 .top {
	width: 90px;
	height: 22px;
}
#item2 ul {
	margin-top:-1px;
}
#item2 li a {
	margin-bottom:1px;
	display:block;
	height:23px;
}


/*_________________________*/

#item3 .top {
	width: 81px;
	height: 22px;
}
#item3 ul {
	margin-top:-1px;
}
#item3 li a {
	margin-bottom:1px;
	display:block;
	height:23px;
}

/*_________________________*/

#item4 .top {
	width: 85px;
	height: 22px;
}
#item4 ul {
	margin-top:-1px;
}
#item4 li a {
	margin-bottom:1px;
	display:block;
	height:23px;
}


/*_________________________*/

#item5 .top {
	width: 84px;
	height: 22px;
}
#item5 ul {
	margin-top:-1px;
}
#item5 li a{
	margin-bottom:1px;
	display:block;
	height:23px;
	width:160px;
}

/*_________________________*/

#item6 .top {
	width: 100px;
	height: 22px;
}
#item6 ul {
	margin-top:-1px;
}
#item6 li a {
	margin-bottom:1px;
	display:block;
	height:23px;
	width:160px;
}


/*_________________________*/

#item7 .top {
	width: 138px;
	height: 22px;
}

.clear {
	clear:both;
	/*height:10px;*/
}
