a {
/*	color: #ffffff;*/
	outline: none;
}

a:hover {
	color: #c0c0c0;
}

.header_type1 {
	color: #8ca055;
}

.header_type2 {
	color: #000000;
	font-family: Arial,Helvetica,Verdana,Sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

#menu {
	margin-bottom: 14px;
}

.menuitem_notselected {
	background-image: url('../../user_upload/menutab_bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

.menuitem_selected {
	background-image: url('../../user_upload/menutab_sel_bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #8ca055;
}

#menuLayer1 {
	height: 28px;
}
#menuLayer1.newstyles {
	height: 34px;
}

#menuLayer1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuLayer1 ul li {
	float: left;
	height: 28px;
	list-style: none;
	margin: 0px;
}

#menuLayer2 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 30px;
	color:#FFFFFF;
	font-size: 11px;
	margin-bottom: 10px;
}
#menuLayer2.newstyles {
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url(newmenu/undermenu_bg.gif);
	height: 34px;
	color:#FFFFFF;
	font-size: 11px;
	margin-bottom: 10px;
/*	margin-right: 2px;*/
}

#menuLayer2 ul {
	margin: -7px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
}

#menuLayer2 ul li {
	display: inline;
	margin: 0px;
	margin-right: 16px;
	padding: 0px;
}

#menuLayer2 ul li a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#menuLayer2 ul li a:hover {
	color: #c0c0c0;
}
#menuLayer2.newstyles ul li a {
	font-size: 10px;
	color: #656565;
	text-decoration: none;
}
#menuLayer2.newstyles ul li a:hover {
	color: #ffffff;
}