a:link, a:visited {
	color: #3598d9;
}
#navcontainer {
	background: repeat-x url(../../images/blue_button.jpg);
}

#navcontainer .current {
	background: url(../../images/blue_button_current.jpg) repeat-x;
}

#navcontainer .current:hover {
	background: url(../../images/blue_button_hover.jpg) repeat-x;
}

#navcontainer a:hover { 
	background: url(../../images/blue_button_hover.jpg) no-repeat;
}
#navcontainer ul ul a { 
	background: url(../../images/black_sub_button.jpg) repeat-x;

}

#navcontainer ul ul a:hover {
	background: url(../../images/blue_sub_button.jpg) repeat-x;
}


html>body #navcontainer ul ul a {
	background: url(../../images/black_sub_button.jpg) repeat-x;
}

html>body #navcontainer ul ul a:hover {
	background: url(../../images/blue_sub_button.jpg) repeat-x;
}

#navcontainer ul ul .current{
	background: url(../../images/blue_sub_button.jpg) repeat-x;
}

html>body #navcontainer ul ul .current{
	background: url(../../images/blue_sub_button.jpg) repeat-x;
}

#navcontainer ul .currentAncestor {
	text-shadow: 0px 1px 1px #666666;
	background: url(../../images/blue_button_ancestor.jpg) repeat-x;
}
.blog-rss-link {
	background: url(../../images/rss_icon_blue.png) no-repeat left 1px;
	color: #3598d9;
}
.blog-entry-date {
	color: #3598d9;
}
.blog-comments-rss-link {
	background: url(../../images/rss_icon_blue.png) no-repeat left 1px;
	color: #3598d9;
}

.blog-entry-comments a:link {
	color: #3598d9;
}

.blog-category-link-enabled {
	background: url(../../images/category_active_blue.jpg) no-repeat left 0px;
	color: #3598d9;
}

.blog-category-link-disabled {
	background: url(../../images/category_no_blue.jpg) no-repeat left 0px;
}
.blog-archive-link-enabled {
	background: url(../../images/permalink_blue.jpg) no-repeat left 1px;
	color: #2a79af;
}
/* Comment links */
a[href^="javascript:HaloScan"] {
	background: url(../../images/comment_blue.jpg) no-repeat left center;
	color: #3598d9;
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	background: url(../../images/trackback_blue.jpg) no-repeat left 0px;
	color: #3598d9;
}
.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #3598d9;
}
.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #3598d9;
}
