a:link {
	color: #A10026;
}

a:visited {
	color: #660000;
}

a:hover, a:active {
	color: #000000;
}

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

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

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

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

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

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

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

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

.movie-background {
	margin: 10px;
}