.header-container {
	background: #573386 url(images/headerbg-blue.png) repeat-x;
}
.searchform {
	background: url(images/searchbg-blue.png);
	width:175px;
	height:22px;
	border:none;
	position:relative;
}
/* ---- menu ---- */
.menu-container{
	background: #144194 url(images/menu-bg-blue.png) repeat-x;
}
#menu li:first-child{
    background:url(images/sepreter-blue.png) left bottom no-repeat;
}

#menu li a {
	color:#fff;
	padding:8px 15px 10px 13px;
	font-size:15px;
	background:url(images/sepreter-blue.png) right bottom no-repeat;
	float:right;
	text-align:left;
	text-decoration:none;
}
#menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li:last-child a:hover {
	background:url(images/menu-hover.png) repeat;
	background-color: #5f388d;
}
#menu li:last-child li a:hover {
	background-color:#;
}
#menu .ddsmoothmenu li ul {
	margin-top:0px;
	position: absolute;
	margin-left:-1px;
	background-color:#4b2d71;;
	z-index:200;
}
#menu .ddsmoothmenu li > ul li > ul {
	margin-top:0px;
	margin-left:0px;
	background-color: #4d2e73;
}
/*Top level menu link items style*/
#menu .ddsmoothmenu li li a {
	width: 135px; /*width of sub menus*/
	height:auto;
	float:none;
	display: block;
	text-align:left;
	background-color:#4b2d71;;
	text-shadow:none;
	margin:0;
	padding:10px 18px;
	text-decoration: none;
	position:relative;
	font-size:13px;
	background:url(images/menu-line-blue.png) bottom repeat-x;
}
#menu .ddsmoothmenu li li a:hover {
	background-color: #7e1f84;
}
#menu .ddsmoothmenu li li li a {
	background:url(images/menu-line-blue.png) bottom repeat-x;
}
#menu .ddsmoothmenu li li a {
	display: inline-block;
	background:url(images/menu-line.png) bottom repeat-x;
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
	color: #ffffff;
	background-color:#4b2d71;;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
	background-color:#2c75d2;
}
#menu .ddsmoothmenu li ul li {
	display: list-item;
	background:#4b2d71;;
}
#menu .ddsmoothmenu li ul li:last-child {
	background:#4b2d71;;
}
#menu .ddsmoothmenu li ul li a:hover {
	background-color: #4b2d71;
}
#menu .ddsmoothmenu li li li {
	background: #4b2d71; url(images/menu-line-blue.png) bottom repeat-x;
}
#menu .ddsmoothmenu li li {
	background:#4b2d71;;
}
#menu .ddsmoothmenu li li a {
	background:url(images/menu-line-blue.png) bottom repeat-x;
}
#menu .ddsmoothmenu li li a:hover {
	background: #2c75d2 url(images/menu-line-blue.png) bottom repeat-x;
}
.page-info .page-item a, .index-feature .feature-item a {
	color:#032e63;
}