
/****************************************************/
/* OHO/Ybos Configuration Section  					*/
/*													*/
/* Make changes here to configure menu look/feel    */
/*													*/
/****************************************************/

#logo
{
	float: right;
	width: 136px;
}

/* The DIV that contains the menu */
#menu
{
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #011F35;
	height: 27px; /*	The height of the menu area div.  See #menu { below */
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/subnav_bg.gif);
}



.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren
{
	display: block;
}

.AspNet-Menu-WithChildren
{

	background: url(../images/nav.gif);
	font-weight: bold;
	text-align: center; /*added*/ /*width: 100px;*/
	margin-right: 20px; /*border: 1px solid green;*/
}

.SimpleEntertainmentMenu a, /* all anchors and spans (nodes with no link) */ .SimpleEntertainmentMenu span
{
	/*background: url(../images/nav.gif);*/ /*padding: 8px 6px 5px 6px; font-weight: bold;*/
	width: 105px;
}

.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a, /* leaves */ .SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
	border: 1px solid #70A0DD;
	background: #EEF3F8;
	text-align: left; /*added*/

}

SimpleEntertainmentMenu .AspNet-Menu-WithChildren
{
	background: url(../images/nav.gif);
	font-weight: bold;
	text-align: center; /*added*/
}

.AspNet-Menu-Leaf
{
	width: 120px;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}

#menu-custpartners
{
	width: 170px;
}

#menu-support
{
	width: 100px;
}

#nav, #nav ul
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a
{
	display: block;
	text-decoration: none;
	color: #011F35; 
}

#nav a:hover
{
	color: #777777;
}

#nav ul li a:hover
{
	color: #011F35;
}

#nav ul li a
{
	padding: 0.6em 0em 0.4em 0.7em;
}


#nav li
{
	float: left;
	padding: 0; /*width: 25%; */ /* 10em */
}

#nav li ul
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 9em;
	font-weight: normal; /*border-width: 1px;  0.25em;*/ /*	border: 1px solid #999999;*/
	margin: 0; /*	background: #E8E7E8; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#nav li li
{
	padding-right: 0;
	width: 100%;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.HoverMenu ul ul, #nav li.HoverMenu ul ul ul
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.HoverMenu ul, #nav li li.HoverMenu ul, #nav li li li.HoverMenu ul
{
	left: auto;
}

.SimpleEntertainmentMenu .AspNet-Menu-WithChildren .AspNet-Menu-Selected, .AspNet-Menu-Leaf .AspNet-Menu-Selected /* this tier is selected */
{
	color: #303D9E;
	background: url(../images/nav_on_span.gif);
	margin-right: 0pt; /* recent */
}

.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	background: url(../images/nav_on.gif);
	color: #303D9E;
}

.SimpleEntertainmentMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	background: url(../images/nav.gif);
	color: Black;
}
