@charset  "UTF-8";

/* MAIN NAVIGATION */
#nav UL
{
	list-style-type: none;
	width: 100%;
	float: left;
}

#nav UL LI
{
	float: left;
	height: 32px;
	background: url(/i/v4/nav_sprites.png) no-repeat;
	background-position: 0 -64px;
	padding-left: 1px;
	width: 180px;
	position: relative;
	list-style: none;
	padding: 0;
}

#nav UL LI.left
{
	background-position: 0 -128px;
	padding-left: 2px;
}

#nav UL LI A
{
	height: 32px;
	background: url(/i/v4/nav_sprites.png) no-repeat;
	background-position: right -96px;
	padding: 9px 0 0 0;
	line-height: 12px;
	width: 180px;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #313131;
	display: block;
	text-align: center;
}

#nav UL LI.on { background-position: 0 0; }

#nav UL LI.on A
{
	background-position: right -32px;
	padding-top: 0px;
	line-height: 28px;
}

#nav UL LI.on UL A
{
	background-position: top;
	line-height: 16px;
	padding: 13px 0 8px 12px;
}

#nav UL LI A:hover { background-position: right -192px; }

/***  added to make bg hover for studio different  ***/
#nav #studio A:hover { background: url(/i/v4/studiobgover.png) no-repeat; }
#nav  LI#studio.on A { background: url(/i/v4/studiobgover.png) no-repeat; }

.active-item
{
	background: url(/i/v4/nav_sprites.png) no-repeat;
	background-position: right -192px !important;
}

/* #nav UL LI:hover UL {display:block;} */
#nav UL UL
{
	background: url(/i/v4/dropdown_nav_background.png) no-repeat bottom;
	display: none;
	width: 180px;
	list-style-type: none;
	position: absolute;
	top: 32px;
	left: 0px;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#nav UL UL LI
{
	height: auto;
	background-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav UL UL LI A
{
	background: url(/i/v4/dropdown_nav_divider.png) no-repeat;
	height: 20px;
	display: block;
	width: 168px;
	color: #e9e9e9;
	text-align: left;
	line-height: 16px;
	padding: 13px 0 8px 12px;
	vertical-align: middle;
}

#nav UL UL LI A:hover
{
	background-color: #eeeeee;
	color: #000;
	margin: 1px 1px 0px 1px;
	width: 167px;
	padding-top: 12px;
	padding-left: 11px;
	height: 20px;
}

#nav UL UL LI.last-li A:hover
{
	background-color: none;
	background: url(/i/v4/li-bottom-background.png) bottom no-repeat;
	color: #000;
	margin: 0px !important;
	padding: 13px 0 8px 12px !important;
	width: 168px;
}

/***************************************
	STUDIO SUB MENU
****************************************/

#studio_menu
{
	position: absolute;
	margin-top: 33px;
	width: 980px;
}

#studio_menu UL
{
	list-style-type: none;
	width: 1000px;
	font-size: 85%;
	font-weight: bold;
}

#studio_menu UL LI
{
	float: left;
	height: 36px;
	background: url(/i/v4/studio_submenu_blue_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 107px;
	position: relative;
	list-style: none;
	padding-left: 0.5px;
}

#studio_menu UL LI.left
{
	background-position: 0 0px;
	background-image: url(/i/v4/left_studio_menu.png);
	background-repeat: no-repeat;
	width: 50px;
}

#studio_menu UL LI.left A
{
	text-align: left;
	background-image: none;
	padding-left: 20px;
}

#studio_menu UL LI.left A:hover, #studio_menu UL LI.left A.active { background: url(/i/v4/left_studio_menu_on.png) no-repeat; }

#studio_menu UL LI.right
{
	background-position: -9px 0px;
	background-image: url(/i/v4/right_studio_menu.png);
	background-repeat: no-repeat;
	width: 130px;
}

#studio_menu UL LI.right A:hover, #studio_menu UL LI.right A.active { background: url(/i/v4/right_studio_menu_on.png) no-repeat; }


#studio_menu UL LI A
{
	height: 32px;
	background: url(/i/v4/blue_separator.png) no-repeat;
	padding: 12px 3px 0 0;
	line-height: 12px;
	width: 107px;
	text-decoration: none;
	font-size: 93%;
	font-weight: bold;
	color: white;
	display: block;
	text-align: center;
}

#studio_menu UL LI.on { background-position: 0 0; }

#studio_menu UL LI.on A
{
	background-position: 0 0;
	padding-top: 0px;
	line-height: 28px;
}

#studio_menu UL LI A:hover, #studio_menu UL LI A.active
{
	color: #FFF;
	background: url(/i/v4/sec_nav_on.png) no-repeat;
}


#studio_menu UL LI.on
{
	background-position: top;
	line-height: 16px;
	padding: 13px 0 8px 12px;
}

#studio_menu UL LI A:hover { }



