.blog-entry-title a:hover, a:link, a:visited {
	color: #e7800e;
	/* color: #ff7f00; nwe orange */
}

a:hover, a:active {
	color: #000000;
}
/* used to keep it orange if labeled current
#navcontainer #current {
	background: url(../../images/navigation/button_over.png) repeat-x left top;
} */

#navcontainer .currentAncestor {
	background: url(../../images/navigation/button_over.png) repeat-x left top;
}

#navcontainer a:hover {
	background: url(../../images/navigation/button_over.png) repeat-x left top;
}

#navcontainer ul ul {
	border-bottom: 3px solid #e9932f;
}

#navcontainer ul ul a:hover{
	color: #ffd590;
}

#navcontainer ul ul #current{
	color: #ffd590;
}

#navcontainer ul ul .currentAncestor {
	color: #ffd590;
	background: url(../../images/navigation/sub_button.png) repeat;
}

html>body #navcontainer ul ul .currentAncestor {
	background: repeat url(../../images/navigation/sub_button_trans.png);
}

.movie-background {
	margin: 10px;
}
/* begin topmenu colors */

/* used to put a Demo button on menu */
#topmenu #current2 {
	color:#ffffff;
	font-weight:bold;
	background-image: url(../../images/icons/orange_button.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 120px;
} 

/* #topmenu .currentAncestor {
/*	background: url(../../images/navigation/topmenu_button_over.png) repeat-x left top; */
/*	color:#e65e3f; 
/* } */ 

#topmenu a:hover {
	/*	background: url(../../images/navigation/topmenu_button_over.png) repeat-x left top; */
	color: #e65e3f;
	float: right;
}

/*#topmenu ul ul {
   border-bottom: 3px solid #e9932f;
}

#topmenu ul ul a:hover{
	color: #ffd590;
}

#topmenu ul ul #current2{
	color: #ffd590;
}

#topmenu ul ul .currentAncestor {
	color: #ffd590;
	background: url(../../images/navigation/sub_button.png) repeat;
}

html>body #topmenu ul ul .currentAncestor {
	background: repeat url(../../images/navigation/sub_button_trans.png);
} */
/* End topmenu colors */
