@charset "utf-8";
.search_word {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	padding-top: 5px;
}
.search_icon {
	margin-bottom: -4px;
	margin-left: 5px;
}

.search_son {
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.search_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	color: #339900;
}
.search_form:hover {
	border: 1px solid #B8C99E;
}
.search_title {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}


.top_link{
	margin-right: 15px;
	margin-top: 5px;
	vertical-align: top;
}

.top_link a  {
	color: #336633;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

.top_link a:hover {
	color: #339900;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

.top_search {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	color: #666666;
	margin-bottom: 8px;
	vertical-align: bottom;
}

#menu {
	background-image:url(../img/menu.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:900px;
	height:25px;
	visibility: visible;
	top: 80px;
	text-decoration: none;
	z-index:100;
}

#menu li {
	scolor:#009900;
	display:block;
	font-size:0px;
	float:left;
	margin:0;
	list-style-type: none;
	text-decoration: none;
	z-index:100;
}

#menu a {
	scolor:#009900;
	display:block;
	font-size:0px;
	text-align:center;
    text-indent:-9999px; 
	height:25px;
	text-decoration: none;
	}
.profile a {
    width:78px;
	margin-left:22px
}

#menu li.profile a.over:hover,#link-album a:active{
    background-image:url(../img/profile.gif);
    background-repeat:no-repeat;
	margin-left:20px;
}

.news a {
    width:72px;
}
.top_icon {
	font-size: 9pt;
	color: #999999;
}

#menu .news a.over:hover,#link-blog a:active{
    background-image:url(../img/news.gif);
	margin-left:25px;
    background-repeat:no-repeat;
}

.products a {
    width:98px;
}
#menu .products a.over:hover,#link-blog a:active{
    background-image:url(../img/products.gif);
	margin-left:28px;
    background-repeat:no-repeat;
}

.customize a {
    width:171px;
}
#menu .customize a.over:hover,#link-blog a:active{
    background-image:url(../img/C_service.gif);
	margin-left:31px;
    background-repeat:no-repeat;
}

.equipments a {
    width:119px;
}
#menu .equipments a.over:hover,#link-blog a:active{
    background-image:url(../img/equipments.gif);
	margin-left:34px;
    background-repeat:no-repeat;
}

.download a {
    width:105px;
}
#menu .download a.over:hover,#link-blog a:active{
    background-image:url(../img/download.gif);
	margin-left:40px;
    background-repeat:no-repeat;
}

.quality a {
    width:80px;
}
#menu .quality a.over:hover,#link-blog a:active{
    background-image:url(../img/quality.gif);
	margin-left:37px;
    background-repeat:no-repeat;
}

.contact_us a {
	width:117px;
	text-decoration: none;
}
#menu .contact_us a.over:hover,#link-blog a:active{
	background-image:url(../img/contact_US.gif);
	margin-left:42px;
	background-repeat:no-repeat;
	text-decoration: none;
}


#menu * {
	margin:0; padding:0; /* remove the default margins and padding on the menu elements */
	}
#menu {
	behavior:url(http://demo.sharenjoy.com/summit/j/csshover.htc);
	float:left; /* make the div enclose the ul */
}
#menu ul  {   
	/* border:2px solid red; */   /*  show the container */
	float:left; /* make the ul enclose the li's */
}
#menu li  {   
	list-style-type:none; /* removes the bullet off each list item */
	float:left; /* make the list items sit side by side */
 	position:relative; /*positioning content for the nested ul (the drop-down) */
	z-index:100;
}
#menu li.profile ul{
	left: 20px;
}
#menu li.products ul{
	left: 29px;
	width:280px;
}
#menu li.products ul li a{
	width:280px;
}
#menu li.products ul li a:hover{
	width:280px;
}
#menu li.customize ul{
	left: 31px;
}
#menu li.quality ul{
	left: 37px;
}
#menu li.contact_us ul{
	left: 43px;
	width:150px;
}
#menu li.contact_us ul li a{
	width:150px;
}
#menu li.contact_us ul li a:hover{
	width:150px;
}
#menu li ul {
	position:absolute; /* positions the drop-down relative the parent li positioning context */
	display:none; /* hides the drop-down (revealed when hovered - see below) */
	width:200px;
	left: 25px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #006600;
	border-left-color: #CCCCCC;
	list-style-type: none;
	border-top-width: 3px;
	z-index:100;
}
#menu li ul a {
	display:block; /* make the link fill the list item correctly */
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	list-style-type: none;
	line-height: 23px;
	letter-spacing: 1px;
	vertical-align: top;
	text-align: left;
	width:200px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #999999;
	text-indent: 5px;
	text-decoration: none;
}
#menu li ul a:hover {
	font-size: 10pt;
	color: #FFFFFF;
	width:200px;
	background-color: #00C600;
	text-decoration:none;
	list-style-type: none;
	clear: left;
}
#menu li:hover ul {
	display:block; /* display the menu when hovered */
}
#menu li ul li {
	width:200px;  /* makes each li the width of the ul and therefore stack */
}

div#flash{
	z-index:0;
}

#page a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #009900;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	padding: 3px;
	margin-bottom: 10px;
}

#page a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #009900;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #CBFFAC;
	padding: 3px;
	margin-bottom: 10px;
}


#page{
	margin-top: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-left:400px;
}
#secend_nolink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 3px;
	text-decoration: none;
	display: block;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	float: left;
	margin-right: 5px;
	background-color: #009900;
}

#secend_menu{
	afont-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #00CC00;
	border-top-width: 3px;
	border-top-style: none;
	border-top-color: #009900;
	position: static;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 30px;
	padding: 2px;
}
#secend_menu   a{
	display: block;
	color: #00CC00;
	text-decoration: none;
	font-size: 9pt;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	float:left;
	margin-right: 5px;
}
#secend_menu   a:hover{
	color: #FFFFFF;
	background-color: #00CC00;
}

