/* MENU H
==============================================================================*/
#menuh
	{
	width: 984px;
	margin-left: -1px;
	background: url(images/nav.gif) repeat-x;
	}

#menuh span {
	display: none;
	}

#menuh strong {
	font-size: 12px;
	color: #fb8215;
	text-transform: uppercase;
	}

#menuh big {
	color: #fb8215;
	}

#menuh big.moredrop {
	color:#1796fd;
	font-size:16px;
	}

#menuh small {
	font-size: 10px;
	text-transform: uppercase;
	}

#menuh ul li a {
	margin: 0;
	padding: 0;
	height: 51px;
	float: left;
	}

#menuh ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 51px;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position: absolute;
	z-index: 500;
	top: 51px;
	display: none;
	padding: 1px 0 0 0;
	margin: 0;
	width: 304px;
	background: #fff;
	height: 316px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

#menuh ul ul img {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 5px 0 0;
	}

#menuh ul li ul li {
	text-align: left;
	width: 297px;
	height: 61px;
	}

#menuh ul li ul li a {
	width: 297px;
	height: 55px;
	background: #111;
	padding: 5px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	}

#menuh ul li ul li a.moredrop {
	height:30px;
	width:297px;
	}

#menuh ul li ul li a:hover {
	background: #fb8215;
	color: #fff
	}

#menuh li ul li a.moredrop:hover {
	background: #1796fd;
	}

#menuh ul li ul li a:hover strong,
#menuh ul li ul li a:hover big,
#menuh ul li ul li a:hover big.moredrop {
	color: #fff;
	}

#menuh li:hover ul ul,
#menuh li li:hover ul ul,
#menuh li li li:hover ul ul,
#menuh li li li li:hover ul ul
{display:none;}

#menuh li:hover ul,
#menuh li li:hover ul,
#menuh li li li:hover ul,
#menuh li li li li:hover ul
{display:block;}

/* GOT NAVIGATION
==============================================================================*/

#menuh #news {
	width: 149px;
	height: 51px;
	background: url(images/nav-news.gif);
	}

#menuh #music {
	width: 71px;
	height: 51px;
	background: url(images/nav-music.gif);
	}

#menuh #fashion {
	width: 84px;
	height: 51px;
	background: url(images/nav-fashion.gif);
	}

#menuh #sports {
	width: 79px;
	height: 51px;
	background: url(images/nav-sports.gif);
	}
	
#menuh #events {
	width: 82px;
	height: 51px;
	background: url(images/nav-events.gif);
	}

#menuh #candids {
	width: 86px;
	height: 51px;
	background: url(images/nav-candids.gif);
	}

#menuh #musicvideos {
	width: 128px;
	height: 51px;
	background: url(images/nav-musicvideos.gif);
	}

#menuh #interviews {
	width: 199px;
	height: 51px;
	background: url(images/nav-interviews.gif);
	}

#menuh #archives {
	width: 106px;
	height: 51px;
	background: url(images/nav-archives.gif);
	}

/* GOT NAVIGATION HOVERS
==============================================================================*/
#menuh #news:hover, #menuh #music:hover, #menuh #fashion:hover,
#menuh #sports:hover, #menuh #events:hover, #menuh #candids:hover,
#menuh #musicvideos:hover, #menuh #interviews:hover, #menuh #archives:hover {
	background-position: bottom left;
	}

/* GOT NAVIGATION SELECTED
==============================================================================*/
#menuh #news2 {
	width: 149px;
	height: 51px;
	background: url(images/nav-news-selected.gif);
	}

#menuh #music2 {
	width: 71px;
	height: 51px;
	background: url(images/nav-music-selected.gif);
	}

#menuh #fashion2 {
	width: 84px;
	height: 51px;
	background: url(images/nav-fashion-selected.gif);
	}

#menuh #sports2 {
	width: 79px;
	height: 51px;
	background: url(images/nav-sports-selected.gif);
	}
	
#menuh #events2 {
	width: 82px;
	height: 51px;
	background: url(images/nav-events-selected.gif);
	}

#menuh #candids2 {
	width: 86px;
	height: 51px;
	background: url(images/nav-candids-selected.gif);
	}

#menuh #musicvideos2 {
	width: 128px;
	height: 51px;
	background: url(images/nav-musicvideos-selected.gif);
	}

#menuh #interviews2 {
	width: 199px;
	height: 51px;
	background: url(images/nav-interviews-selected.gif);
	}

#menuh #archives2 {
	width: 106px;
	height: 51px;
	background: url(images/nav-archives-selected.gif);
	}
