﻿/* ----------- Menu -------------- */
#menuBar
{
	float:left;
}

.indentmenu {
	font: bold 0.98em Arial;
	width: 900px; /*leave this value as is in most cases*/
	overflow: hidden;
	position:relative;
	/*top:108px;*/
	top:-7px; /* Text horizontal position */
	left:100px;
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 80%; /*width of menu*/
	/*background: url(/Images/mu_BG.jpg) center center repeat-x;*/
}

.indentmenu ul li {
	display: inline;
}

.indentmenu ul li a {
	float: left;
	color: #f9f2d7; /*text color*/
	padding: 6px 11px;
	text-decoration: none;
}

.indentmenu ul li a:visited {
	color: #f9f2d7;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #f9f2d7 !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: url(/ImagesSite/mu_BG_OV.jpg) center center repeat-x;
}

/* -------- Watch Page - Program Title ----------- */
#playerTitleRgt p
{
	padding-left:10px;
	position:relative;
	top:-15px;
}

/* ------- Author Gridview -------- */
.insideGrid
{
	color:#4d2d02;
	border-bottom:solid 1px #716657;
}
