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

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

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

#navcontainer a:hover { 
	background: url(../../images/red_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/red_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/red_sub_button.jpg) repeat-x;
}

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

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

#navcontainer ul .currentAncestor {
	text-shadow: 0px 1px 1px #666666;
	background: url(../../images/red_button_ancestor.jpg) repeat-x;
}
.blog-rss-link {
	background: url(../../images/rss_icon_red.png) no-repeat left 1px;
	
}

.blog-comments-rss-link {
	background: url(../../images/rss_icon_red.png) no-repeat left 1px;
	
}

.blog-category-link-enabled {
	background: url(../../images/category_active_red.jpg) no-repeat left 0px;
}

.blog-category-link-disabled {
	background: url(../../images/category_no_red.jpg) no-repeat left 0px;
}
.blog-archive-link-enabled {
	background: url(../../images/permalink_red.jpg) no-repeat left 1px;

}
/* Comment links */
a[href^="javascript:HaloScan"] {
	background: url(../../images/comment_red.jpg) no-repeat left center;
	
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	background: url(../../images/trackback_red.jpg) no-repeat left 0px;

}
