/* Standard Styles */
a {
	color:#528f6c;
}
a:visited {
	color: #528f6c;
}

/* main menu */
#nav .current_page_item a, #nav .current_page_item a:hover,#nav li a:active{
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

#nav li a:hover{
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

#nav li a:active{
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* Styling for navigation menus */
#nav ul ul li a:hover{
	color: #fff;
}

/* style the links for the top level */
#nav a:active {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* style the second level hover */
#nav ul ul a.drop:hover {
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

#nav ul ul :hover > a.drop {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* style the third level hover */
#nav ul ul ul a:hover {
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

/* style the top level hover */
#nav a:hover,
#nav ul ul a:hover {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

#nav :hover > a,
#nav ul ul :hover > a {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* style the second level hover */
#nav ul ul a.drop:hover {
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

#nav ul ul :hover > a.drop {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* Top menu */
#nav-top .current_page_item a, #nav-top .current_page_item a:hover,#nav-top li a:active{
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

#nav-top li a:hover{
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

#nav-top li a:active{
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* Styling for navigation menus */
#nav-top ul ul li a:hover{
	color: #fff;
}

/* style the links for the top level */
#nav-top a:active {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* style the third level hover */
#nav-top ul ul ul a:hover {
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

/* style the top level hover */
#nav-top a:hover,
#nav-top ul ul a:hover {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

#nav-top :hover > a,
#nav-top ul ul :hover > a {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* style the second level hover */
#nav-top ul ul a.drop:hover {
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
	color: #fff;
}

#nav-top ul ul :hover > a.drop {
	color: #fff;
	background: #528f6c url(../../images/bg_green.png) repeat-x top left;
}

/* sub menu */
#subnav .current_page_item a,
#subnav .current_page_item a:visited,
#subnav .current_page_parent a,
#subnav .current_page_parent a:visited {
	color: #528f6c;
}

#subnav li a:hover {
	color: #528f6c;
}

/* Level 3 */
.hier-nav .current_page_item a, .hier-nav .current_page_item a:visited {
	color: #528f6c;
}

.hier-nav li a:hover {
	color: #528f6c;
}

/* content */
.postdata a:hover {
	color: #528f6c;
}

/* post title */
h1.posttitle a:hover,
h2.posttitle a:hover {
	color: #528f6c;
}
.tags a:hover {
	color: #528f6c;
}

/* next & previous page navigation */
.page-nav a:hover {
	color: #528f6c;
}

/* next & previous post navigation */
.post-nav a:hover {
	color: #528f6c;
}

.suf-page-nav a.page-numbers,
.suf-page-nav a.page-numbers:visited {
	color: #528f6c;
}

/* comment list */
.commentlist cite {
	color: #528f6c;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #528f6c;
}

/* Credits  */
#cred a:hover {
	color: #528f6c;
}

.suf-widget h3.scheme,
.suf-widget h3.scheme:hover,
.suf-widget h3.scheme a,
.suf-widget h3.scheme a:visited {
	color: #fff;
}

.suf-widget a:hover,
.suf-widget a:focus,
.suf-widget a:active,
.warea a:hover,
.warea a:focus,
.warea a:active {
	color: #528f6c;
}

/* These settings are for common plugins */
.wp-pagenavi a,
.wp-pagenavi a:visited,
.wp-pagenavi span {
	color: #528f6c;
}

.wp-pagenavi a:hover {
	color: #fff;
}