/* style the outer div to give it width */
img{ border:0;}

.menu {
	padding:0;
	width:663px;
	font-size:12px;
	height: 45px;
	text-align: right;
}
.menu a{font-size:13px;font-family: "Lucida Grande", Helvetica, Arial, sans-serif; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:45px;
	background:transparent;
}

/* style the sub-level lists */
.menu ul ul {
	width:645px;
	margin-top: 1px;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:45px;
	line-height:45px;
	display:block;
	margin-right:0px;
	font-size:12px;
	border-top:1px #FFFFFF solid;
	width: 110px;
}
/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:110px;
	height:auto;
	line-height:28px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:45px;
	width:110px;
	font-size:13px;
	text-decoration:none;
	color: #666666;
	text-align:center;
	border:0;
	font-weight: bold;
	border-top:1px #FFFFFF solid;
	padding: 0;
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {
	width:118px;
	w\idth:110px;
	font-size:13px;
	height: 45px;
	text-decoration: none;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	color:#333;
	width:110px;
	height:100%;
	line-height:28px;
	font-size:12px;
	font-weight:300;
	background-color: #f7f8fa;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3e3e3;
}
* html .menu ul ul a, * html .menu ul ul a:visited  {
	width:118px;
	w\idth:110px;
	text-decoration: none;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:0px; width:0; height:0; font-size:12px; z-index:1;}


/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#fff;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#a77;}

/* style the level hovers */
/* first */
* html .menu a:hover {
	color:#ffffff;
	border:0;
	height:28px;
	position:relative;
	z-index:100;
	font-weight:600;
	font-size:12px;
	border-top:1px #FFFFFF solid;
	background-image: url(images/index_198.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
.menu li:hover {position:relative;}

.menu :hover > a {
	color:#ffffff;
	border:0;
	height:45px;
	font-size:13px;
	border-top:1px #FFFFFF solid;
	text-decoration: none;
}
/* second */
* html .menu ul ul a:hover{
	color:#ffffff;
	position:relative;
	z-index:110;
	height:100%;
	font-size:12px;
	font-weight:300;
	text-decoration: none;
}

.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {
	color:#ffffff;
	z-index:110;
	height:100%;
	font-size:12px;
	font-weight:300;
	background-color: #000000;
	background-image: url(images/index_198.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
}
/* third */

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:45px;
	left:0;
	width:110px;
	overflow:hidden
}

/* position the third level flyout menu */


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {visibility:visible; height:auto;}
.menu ul :hover ul.left {visibility:visible; height:auto;}

.nav_index{background:url(../images/nav_index.jpg) no-repeat center}
a.nav_index:hover{background:url(../images/nav_index2.jpg) no-repeat  center}

.nav_news{background:url(../images/nav_news.jpg) no-repeat center}
a.nav_news:hover{background:url(../images/nav_news2.jpg) no-repeat  center}
.menulibg{background:url(../images/nav_line.jpg) no-repeat right ;}

