@charset "utf-8";

#nav {
	margin: 0px;
	padding-right: 0px;
	text-align: center;
}

#nav UL {
	MARGIN: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}



#nav A {
	DISPLAY: block;
	color: #235469;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

#nav LI {
	FLOAT: left;
	LIST-STYLE-TYPE: none;
	margin-top: 0px;
}
#main #dm_MenuContainer #dm_Menu #nav .nav .system a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav LI.home A {
	BACKGROUND: url(../../images/eng/nav/navi_home.gif) no-repeat;
	text-align: center;
}
#nav LI.ppp A {
	text-align: center;
	background-image: url(../../images/eng/nav/navi_ppp.gif);
	background-repeat: repeat-x;
}
#nav LI.system A {
	BACKGROUND: url(../../images/eng/nav/navi_system.gif) no-repeat;
	text-align: center;

}
#apDiv5 {
	text-align: center;
	padding: 0.5em;
	height: 50px;
}

#nav LI.news A {
	BACKGROUND: url(../../images/eng/nav/navi_news.gif) no-repeat;
		text-align: center;

}
#nav LI.share A {
	BACKGROUND: url(../../images/eng/nav/navi_share.gif) no-repeat;
	text-align: center;

	vertical-align: middle;
	
}

#nav LI.about A {
	BACKGROUND: url(../../images/eng/nav/navi_about.gif) no-repeat;
	text-align: center;
}


#nav LI.home A:hover {
	BACKGROUND: url(../../images/eng/nav/navi_home.gif) no-repeat 0px -64px;
	COLOR: #f40000;
}
#nav LI.ppp A:hover {
	background-image: url(../../images/eng/nav/navi_ppp.gif);
	background-repeat: no-repeat;
	background-position: 0px -64px;
	color: #f40000;
}
#nav LI.system A:hover {
	BACKGROUND: url(../../images/eng/nav/navi_system.gif) no-repeat 0px -64px;
	color: #f40000;
	text-align: center;
}
#nav LI.news A:hover {
	BACKGROUND: url(../../images/eng/nav/navi_news.gif) no-repeat 0px -64px;
	color: #f40000;
	
}

#nav LI.share A:hover {
	BACKGROUND: url(../../images/eng/nav/navi_share.gif) no-repeat 0px -64px;
	color: #f40000;
}
#nav LI.about A:hover {
	BACKGROUND: url(../../images/eng/nav/navi_about.gif) no-repeat 0px -64px;
	color: #f40000;
}

#nav .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #591f20;
}


#navPageTitle {/*edit by 1206*/
MARGIN-BOTTOM: 0px; 
MARGIN-LEFT: 20px; 
VERTICAL-ALIGN: bottom; 
MARGIN-RIGHT: 15px; 
PADDING-TOP: 15px;
float: left;
	}
	
.navPageTitletext {/*edit by 1206*/
	font-size: 18px;
	color: #CE0000;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.dropmenudiv_a{
	position:relative;
	top: 0;
	border: 1px solid black; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #8a3c3d;
color: white;
}
