@charset "utf-8";
/* CSS Document */

/* -------------------------------- Eric Meyer Reset -------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;	
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;	
	vertical-align: baseline;
	background: transparent;
}
a {
	text-decoration: none;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* -------------------------------- /Eric Meyer Reset -------------------------------- */


/* -------------------------------- Global -------------------------------- */
.clearfix {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.transparent {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.floatl {
	float: left !important;
	text-align: left;	
}
.floatr {
	float: right !important;
	text-align: right;	
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
h1 /* title above content */ {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 /* gallery title under main page thumbnails */ {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;	
}
h3 /* side column title */ {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}
/* -------------------------------- /Global -------------------------------- */


/* -------------------------------- Basic Layout -------------------------------- */
body {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #111;
}
a, a:link, a:visited {
	color: #74193f;
}
a:hover, a:active {
	color: #ed6296;
}
#wrapper { 
	width: 975px;
	margin: 0 auto;
	padding: 0;
}
#header {
	width: 705px;
	height: 130px;
	margin: 0 5px 0 0;
	padding: 0;
	clear: both;
	position: relative;	
}
#header2 {
	width: 965px;
	height: 130px;
	margin: 0 5px 0 0;
	padding: 0;
	clear: both;
	position: relative;
}
#contentfull {
	width: 965px;
	margin: 10px 5px 0 5px;
	padding: 0;
	clear: both;	
}
.navigation {
	margin-top: 8px;
	padding: 0;
	clear: both;
}
.navigation2 {
	margin: 8px 0 0 56px;
}
.navigation a, .navigation2 a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	margin-right: 15px;
	font-weight: bold;
}
.cams {
	clear: both;
	width: 705px;
	position: absolute;
	top: 48px;
	left: 8px;
}
.cams2 {
	clear: both;
	width: 705px;
	position: absolute;
	top: 48px;
	left: 268px;
}
.cams a, .cams2 a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	display: inline-block;
	width: 135px;
	border: 1px solid #ccc;
	background: #ececec;
	color: #000;
	text-align: center;
	margin: 0 -1px 3px 0;
	padding: 0;
}
.cams a:hover, .cams2 a:hover {
	color: #f30000;
	background: #f6f5f5;
}
#submenu {
	width: 705px;
	height: 35px;	
	margin: 0 5px 0 0;
	padding: 0;
	clear: both;
	font-size: 13px;
}
#gallery_container {
	clear: both;
}
#related { 
	width: 965px;
	margin: 0 5px 0 5px;
	padding: 10px 0 0 0;	
	text-align: left;
	clear: both;
}
#relatedAllTabs {
	margin: 0 0 0 4px;
	padding-top: 10px;
}
#footer { 
	width: 965px;
	margin: 0 5px 0 5px;
	padding: 25px 0 25px 0;
	text-align: center;
	clear: both;
}
.nav_desc {
	font-size: 11px;
	margin: -4px 0 6px 0;
}
.nav_desc a {
	font-size: 13px !important;
}
/* -------------------------------- /Basic Layout -------------------------------- */


/* -------------------------------- Line Padding -------------------------------- */
.mb {
	margin-bottom: 10px;
}
.mt {
	margin-top: 10px;
}
/* -------------------------------- /Line Padding -------------------------------- */


/* -------------------------------- Main Page 225x325 Thumbs -------------------------------- */
.mainsp {
	text-align: center;
	display: table;
	height: 155px;
	width: 235px;
	margin: 0 0 0 0;
	padding: 0;
}
.mainsp span {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	padding: 0;
}
.mainsp a.name {
	float: left;
	text-align: left;
    position: relative; 
    top: -22px;
    left: 7px;  
	zoom: 1;
}
.mainsp a.join {
	float: right;
	text-align: right;
    position: relative; 
    top: -22px;
    right: 7px;  
	zoom: 1;
}
.mainsp .img-border {
	text-align: center;
	margin: 0;
	padding: 3px 3px 23px 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
/* -------------------------------- Main Page 225x325 Thumbs -------------------------------- */


/* -------------------------------- 3 Columns 260px / 455px / 260px -------------------------------- */
#leftcolumn3 { 
	width: 255px;
	_width: 250px; /* IE6 */
	float: left;
	text-align: left;
	margin: 0 0 0 5px;
	_margin: 0; /* IE6 */
	padding: 0;
	_clear: both; /* IE6 */
}
#leftcolumn3 a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	margin: 0;
	line-height: 140%;
}
#content3 { 
	width: 525px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	_clear: both; /* IE6 */	
}
#rightcolumn3 { 
	width: 180px;
	float: right;
	text-align: right;
	margin: 0 5px 0 0;
	padding: 0;
	_clear: both; /* IE6 */	
}
/* -------------------------------- /3 Columns 260px / 455px / 260px -------------------------------- */


/* -------------------------------- 2 Columns 765px / 210px -------------------------------- */
#content2a { 
	width: 715px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	_clear: both; /* IE6 */		
}
#inside_wrapper {
	width: 715px;
	float: left;
	margin: 0;
	padding: 0;	
}
#rightcolumn2a { 
	width: 205px;
	float: right;
	text-align: right;
	margin: 0 5px 0 0;
	padding: 0;
	_clear: both; /* IE6 */
}
/* -------------------------------- /2 Columns 765px / 210px -------------------------------- */


/* -------------------------------- 2 Columns 655px / 320px -------------------------------- */
#content2b { 
	width: 650px;
	float: left;
	text-align: left;
	margin: 0 0 0 5px;
	padding: 0;
	_clear: both; /* IE6 */	
}
#rightcolumn2b { 
	width: 315px;	
	float: right;
	text-align: right;
	margin: 5px 5px 0 0;
	padding: 0;
	_clear: both; /* IE6 */
}
/* -------------------------------- /2 Columns 655px / 320px -------------------------------- */


/* -------------------------------- Header Classes -------------------------------- */
.logo {
	margin-top: 5px;
}
.sitedescription {
	font-size: 14px;
	margin-top: -5px;
}
.search {
	margin: 10px -10px 0 0;
	_margin: 10px 0 0 0; /* IE6 */
}
.current {
	font-weight: bold;
}
/* -------------------------------- /Header Classes -------------------------------- */


/* -------------------------------- Thumbnail Classes -------------------------------- */
.gallery p {
	font-size: 11px;
}
.gallery {
	width: 228px;
}
.loading {
	background: url('../images/loading.gif') no-repeat 110px 160px;
	width: 228px;
	height: 332px;
}
.screencap img {
	width: 228px;
}
.screencap2 img {
	*margin-top: -6px; /* IE7 & Below */
}
.img-border,
.gallery,
.related,
.model,
.category,
.sponsor,
.photographer,
.discount {
	padding: 3px;
	margin: 0 2px 2px 0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.related {
	margin: 0 4px 4px 0 !important;
}
.related p {
	font-size: 11px;
}
.related .pic_vid {
	height: 12px;
	line-height: 12px;
	margin-top: 2px;
}
.star, .pic_vid {
	height: 12px;
	line-height: 12px;
	margin-top: 1px;
}
/* -------------------------------- /Thumbnail Classes -------------------------------- */


/* -------------------------------- Alphabet & Pagination -------------------------------- */
.alphabet {
	margin-left: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.alphabet a {
	font-family: 'Open Sans Condensed',Calibri,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 0 5px 0 5px;
	margin: 0;
}
.pagination {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);	
}
.pagination a {
	font-family: 'Open Sans Condensed',Calibri,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 2px 10px 2px 10px;
	margin: 0;
}
.pagination .current, .pagination a:hover {
	background: #f6f6f6;
}
.relatedbuttons {
	margin-left: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.relatedbuttons a {
	font-family: 'Open Sans Condensed',Calibri,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 1px 5px 2px 5px;
	margin: 0;
}
.relatedbuttons a.last {
	border-right: 0 !important;
}
.galleryinfo .box {
	width: 500px;
}
#leftcolumn3 .box a {
	width: 200px;
	font-size: 18px !important;
	text-align: center !important;
	margin: 0 0 15px 15px !important;
	background: #74193f;
	color: #fff;
	border: 1px solid #333 !important;
}
#leftcolumn3 .box a:hover {
	background: #b6567e;
}
.galleryinfo .box a, #leftcolumn3 .box a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #ccc;
	font-family: 'Open Sans Condensed',Calibri,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 1px 5px 2px 5px;
	margin: 0 2px 2px 0;	
}
/* -------------------------------- /Alphabet & Pagination -------------------------------- */


/* -------------------------------- Gallery Classes -------------------------------- */
.gallerybanner {
	width: 638px;
	clear: both;
	margin: 5px 0 0 0;
	padding: 5px 0 6px 0;
	text-align: center;
	background: #000;
	border: 1px solid #000;	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;	
}
.gallerybanner:hover {
	background: #222;
}
.gallerybanner a {
	width: 638px;
	display: block;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	font-weight: bold;
}
.gallerybanner .sponsorname {
	color: #f282ac;
}
.galleryinfo {
	position: relative;
	width: 640px;
	margin: 0;
	padding: 10px 0 0 0;
}
.galleryinfo .info {
	width: 540px;
}
.playerimg {
    position: relative; 
    top: -463px;
	margin-bottom: -463px;
	zoom: 1;
}
.item {
	float: left;
	width: 158px;
	height: 158px;
	text-align: center;
	display: table;
	margin: 0 3px 3px 0;
	padding: 0;
}
.item span {
	text-align: center;
	vertical-align: middle;
	display: table-cell;	
	margin: 0;
	padding: 0;
}
.item .img-border {
	text-align: center;
	margin: 0;
	padding: 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.item_alt {
	float: left;
	width: 158px;
	height: 158px;	
	text-align: center;
	display: table;
	margin: 0 3px 3px 0;
	padding: 0;
}
.item_alt span {
	text-align: center;
	vertical-align: middle;
	display: table-cell;	
	margin: 0;
	padding: 0;
}
.item_alt .img-border {
	text-align: center;
	margin: 0;
	padding: 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.item_alt2 {
	text-align: center;
	display: table;
	width: 158px;	
	height: 190px;
	float: left;
	margin: 0 3px -10px 0;
	padding: 0;
}
.item_alt2 span {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	padding: 0;
}
.item_alt2 a.extjpg {
	display: block;
	width: 118px;
	text-align: center;
	font-size: 11px;
	color: #111;
    position: relative; 
    top: -19px;
    left: 22px;  
	zoom: 1;
}
.item_alt2 a.extjpg:hover {
	color: #ed6296;
}
.item_alt2 .img-border {
	text-align: center;
	margin: 0;
	padding: 3px 3px 20px 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.item_recip {
	float: left;
	text-align: center;
	display: table;
	margin: 0 4px 4px 0;
	padding: 0;
}
.item_recip span {
	text-align: center;
	vertical-align: middle;
	display: table-cell;	
	margin: 0;
	padding: 0;
}
.item_recip .img-border {
	text-align: center;
	margin: 0;
	padding: 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.albumstyle {
	margin: 4px 10px 0 0;
}
.albumstyle .current {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
#recips {
	margin-bottom: 10px;
	padding: 2px 0 5px 0;
	text-align: center;
	width: 100%;
	background: #f5e0d1;
	border-bottom: 3px solid #000;
	font-family: 'Open Sans Condensed', sans-serif;	
}
#recips .name {
	font-size: 16px;
}
#recips .desc {
	font-size: 13px;
}
/* Hide by default, show if JS is enabled */
.needsJS     { display: none  }
.js .needsJS { display: block }
/* Show by default, hide if JS is enabled */
.js .fallback { display: none }
/* -------------------------------- /Gallery Classes -------------------------------- */


/* -------------------------------- Tooltip -------------------------------- */
a.tooltip {
	outline: none;
}
a.tooltip span {
	z-index: 10;
	display: none;
	padding: 4px;
	margin: 0;
}
a.tooltip:hover span {
	display: inline;
	position: absolute;
	top: 55px;
	border: 1px solid #ccc;
	background: #fff;
}
a.tooltip span { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
/* -------------------------------- /Tooltip -------------------------------- */


/* -------------------------------- Fullscreen Image -------------------------------- */
body.fullscreen {
	background: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #9e9e9e;
	text-align: center;
}
.fullscreen a, .fullscreen a:visited, .fullscreen a:link, .fullscreen a:active {
	color: #9e9e9e;
}
.fullscreen a:hover {
	color: #eaeaea;
}
.fullscreen_nav_top {
	background-color: #222;
	font-size: 14px;
	padding: 2px;
	border-bottom: 1px solid #4f4f4f;
	margin: 0 0 12px 0;
}
.fullscreen_nav_bottom {
	font-size: 12px;
	padding: 10px 0 0 0;
}
.fullscreen_sponsor {
	background-color: #222;
	font-size: 40px;
	padding: 2px;
	border-top: 1px solid #4f4f4f;
	border-bottom: 1px solid #4f4f4f;
	margin: 12px 0 25px 0;
}
.fullscreen_sponsor .more {
	margin: 0 0 8px 0;
	font-size: 14px;
}
.fullscreen_sponsor a, .fullscreen_sponsor a:visited, .fullscreen_sponsor a:link, .fullscreen_sponsor a:active {
	color: #eaeaea;
}
.fullscreen_sponsor a:hover {
	color: #eaeaea;
}
/* -------------------------------- /Fullscreen Image -------------------------------- */


/* -------------------------------- Rating Thumbs -------------------------------- */
#rating-thumbs {
	position: absolute;
	top: 12px;
	right: 2px;
	float: right;
	text-align: right;
	clear: both;
}
#rating-thumbs .rthumbs, #rating-thumbs a.rthumbs {
	float: right;
	width: 54px;
}
#rating-thumbs img {
	display: inline-block;
	width: 27px;
}
#rating-thumbs p {
	clear: both;
	font-size: 11px;
	padding-top: 4px;
}
#rating-thumbs .up-off, #rating-thumbs .down-off {	
	display: inline-block;
	float: right;
}
/* -------------------------------- /Rating Thumbs -------------------------------- */


/* -------------------------------- Filter/Sort Dropdown -------------------------------- */
/* The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/menus/final_drop.html */
.menu {
	width:104px;
	position:relative;
	z-index:200;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:104px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:right;
	width:104px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:100px;
	height:22px;
	line-height:21px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:104px;
	w\idth:90px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#f8f8f8;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background: #fff;
}
.menu ul ul :hover > a.drop {
	background: #fff;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#f8f8f8;	
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background: #fff;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:22px;
	left:0;
	width:104px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:22px;
	t\op:23px;
}
/* position the third level flyout menu */
.menu ul ul ul{
	left:-104px;
	_left:-99px;
	top:0;
	width:104px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-104px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000;
	background: #f8f8f8;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:84px;
	border-bottom: 1px solid #ccc;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:100px;
	w\idth:79px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#000;
	background:#fff;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background:#fff;	
}
.menu ul ul :hover > a {
	color:#333;
	background:#fff;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
/* -------------------------------- /Filter/Sort Dropdown -------------------------------- */