/* NAVIGATION */
#navigation { height: 40px; padding: 8px 10px 0px 10px; background: black; }
#navigation a { text-decoration: none; }
#navigation a:hover { color: #AF0017;}
#navigation ul { display: block; float: right; margin-top: 5px; }
#navigation li { float: left; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
	height: 34px; margin-left: 7px; width: 100px;
	border-bottom: 1px solid #555; opacity: 0.75;
	}
#navigation li.active { opacity: 1; border-bottom: 1px solid #fff; }
#navigation li a {display: block; height: 35px; }
#navigation #tla-movies-nav { background: white url(http://static.tlavideo.com/layout/nav.png) no-repeat 10px -197px;}
#navigation #tla-gay-nav {background: white url(http://static.tlavideo.com/layout/nav.png) no-repeat 18px 6px; }
#navigation #tla-raw-nav { background: white url(http://static.tlavideo.com/layout/nav.png) no-repeat 15px -67px; }
#navigation #tla-cult-nav { background: white url(http://static.tlavideo.com/layout/nav.png) no-repeat 10px -133px; }
#navToolTip { font-size: 10px; color: #666; text-align: center; z-index: 1000; }

/* LOGIN */
#login-cart { width: 480px; float: left; color: white; }
#login-cart a { color: white; }
#login-cart a:hover { text-decoration: underline; }
#login-cart .block { font-weight: bold; font-size: 16px; display: block; }
#login-cart #user-nav { width: 200px; float: left; }
#login-cart #cart { width: 280px; float: right; text-align: right; }
div#cart a { text-align: right; }

/* GAY CO UK */
body#tlagaycouk a:hover { color: black; }
body#tlagaycouk #login-cart { width: 550px; }
body#tlagaycouk #navigation li { background: white; font-size: 18px; padding: 7px; width: 160px; text-align: center; border: none;  }
body#tlagaycouk #navigation li.current { opacity: 1; }

