/*
This CSS is only done for the main menu style.

TABLE OF CONTENTS

01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 LIGHT VERSION
05 ICONS OF MENU

*/
/*  _______________________________________

	-- MENU BAR
    _______________________________________  */
.wrapper_menu {
font-family: "proxima-nova-soft",sans-serif; font-weight: bold;
	width: 920px; border:none !important;
	margin:0 auto;
	display:block;
	position: relative;
}
.wrapper_menu .menu {
	list-style:none;
	width:912px;
	margin:0 auto;
	height:40px;
	padding:0 4px 0 4px;
}
.wrapper_menu_full {
    margin:0;
    position: relative;
    z-index:99;
}
.wrapper_menu_full .menu {
	width:100%;
	padding:0;
	height:40px;
}

.homebody .wrapper_menu, .homebody .wrapper_menu .menu {
	width:100%;
}
.headertop .wrapper_menu {width: auto;float: left;margin-top: 10px;}
.headertop .wrapper_menu .menu {width:100%;}
.pad-left-10 {padding-left: 10px;}

.menu li {
	float:left;
	text-align:center;
	position:relative;
	margin-right:18px;
	margin-top:4px;
	border:none;
}
.headertop .menu li:last-child {
    margin-right:0;
}
.menu .fullwidth {
	position: static !important;
}

.menu li a {
	color: #222;
	outline:0;
	padding: 4px 10px 4px 9px;
	text-decoration:none;
	display:block;
}
.menu li:hover a {
	text-shadow: none;
	position:relative;
	z-index:11;

}
.menu li div a {
	display:inline;
}
.menu li:hover {
	border-bottom:none;
}
.menu ul li:hover{
color:#FF0084;
}

/* Right aligned menu item */
.menu li.right {
	float:right;
	right:0;
	margin-right:0;
	margin-left: 2px;
}
.menu li.right:hover {

}
/*  _______________________________________

	-- DROP DOWN MENU
    _______________________________________  */

/* Left & right aligned common styles */

.menu .dropdown_1column, 
.menu .dropdown_2columns, 
.menu .dropdown_3columns, 
.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_fullwidth {
	margin:4px auto;
	left:-999em;
	position:absolute;
	padding:0px 20px 10px 20px;
	text-align:left;
}

/* Drop Downs Sizes */

.menu .dropdown_1column {width: 145px;}
.menu .dropdown_2columns {width: 300px;}
.menu .dropdown_3columns {width: 455px;}
.menu .dropdown_4columns {width: 610px;}
.menu .dropdown_5columns {width: 765px;}
.menu .dropdown_fullwidth {
	width: 920px;
}
.menu li .first_fullwidth {

}

/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column, 
.menu li:hover .dropdown_2columns, 
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
	left:-70px;
	top:25px;
}
.menu li:hover .dropdown_fullwidth {
	left:21px;
	top:33px;
	display: block;
}
.wrapper_menu_full .menu li:hover .dropdown_fullwidth {
	left:50%;
	margin-left:-470px;
	top:32px;
	display: block;
}

.menu li:hover .topmenu,
.menu li .topmenu {
	left:0px;
	top:25px;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li .align_right {

}
.menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:25px;
}
.menu li.right:hover .dropdown_fullwidth {
	right:18px;
	top:33px;
}
.wrapper_menu_full .menu li.right:hover .dropdown_fullwidth {
	left:auto;
	right:50%;
	margin-right:-471px;
	top:32px;
}

/* Columns Sizes */

.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
	float: left;
	margin-left: 10px;
}
.menu .col_1 {width:145px;}
.menu .col_2 {width:300px;}
.menu .col_3 {width:455px;}
.menu .col_4 {width:610px;}
.menu .col_5 {width:765px;}
.menu .col_6 {width:920px;}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}

/*  _______________________________________

	-- CONTENT STYLING
    _______________________________________  */
.menu p,
.menu ul,
.menu li,
.menu h2,
.menu h3 {
	font-size:14px; 
	line-height:21px;
	text-align:left;
}
.menu p {
	font-size:12px;
	line-height:18px;
	margin:0;
	margin-bottom:10px;
}
.menu .strong {
	font-weight:bold;
}
.menu .italic {
	font-style:italic;
}
.menu h2, 
.menu h3 {
	margin-top:22px;
}
.menu h2 {
	font-weight:400;
	font-size:21px;
	margin-bottom:4px;
	padding-bottom:11px;
}
.menu h3 {
	font-weight:600;
	font-size:14px;
	margin-bottom:4px;
	padding-bottom:1px;
}
.menu li:hover div a {
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
}
.menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/* Images styles */

.menu .imgshadow_dark,
.menu .imgshadow_light {
	padding:4px;
	margin-top:5px;
}
.menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0;
}
.menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0 5px 15px;
}

/* Box styles */

.menu li .black_box,
.menu li .dark_grey_box {
	color: #eeeeee;
	padding:4px 6px 4px 6px;
}

/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	width:145px;
}
.menu li ul li a {
	padding:0;
}
.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

/* 2-Levels Drop Down */
.menu .levels, 
.menu .levels ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu li:hover .levels a {
	display:block;
}
.menu .levels a {
	display: block;
	width: 10em;
}
.menu .levels li {
	float: left;
	width:150px;
}
.menu .levels li ul {
	position: absolute;
	top:-23px;
	margin:15px 0 0 4px;
	padding:6px;
	left: -999em;
}
.menu .levels li:hover ul ul, 
.menu .levels li:hover ul ul ul {
	left: -999em;
}
.menu .levels li:hover ul, 
.menu .levels li li:hover ul, 
.menu .levels li li li:hover ul {
	left: 142px;
}

/*  _______________________________________

	-- LIGHT VERSION
    _______________________________________  */
.menu_light_theme ul .dropdown_1column, 
.menu_light_theme ul .dropdown_2columns, 
.menu_light_theme ul .dropdown_3columns, 
.menu_light_theme ul .dropdown_4columns,
.menu_light_theme ul .dropdown_5columns,
.menu_light_theme ul .dropdown_fullwidth,
.menu_light_theme ul .levels li ul {
background:white;
border:1px solid #999;
}
.menu_light_theme ul p,
.menu_light_theme ul h2, 
.menu_light_theme ul h3,
.menu_light_theme ul li ul li {

}
.menu_light_theme ul h2, 
.menu_light_theme ul h3 {
	border-bottom:1px solid #888888;
}
.menu_light_theme ul .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	border:1px solid #333333;
	-moz-box-shadow:0 0 5px #000000;
	-webkit-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;
}
.menu_light_theme ul .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	border:1px solid #777777;
	-webkit-box-shadow:0 0 5px #666666;
	-moz-box-shadow:0 0 5px #666666;
	box-shadow:0 0 5px #666666;
}
.menu_light_theme ul li .black_box {
	color:#ffffff;

	background-color:#333333;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.menu_light_theme ul li .dark_grey_box {
	color:#ffffff;

	background-color:#555555;
	-webkit-box-shadow:inset 0 0 3px #111111;
	-moz-box-shadow:inset 0 0 3px #111111;
	box-shadow:inset 0 0 3px #111111;
}
.menu_light_theme ul li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
}
.menu_light_theme ul li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
}
.menu_light_theme ul li .plus li {
	background: url("/images/gtib/plus.png") left 6px no-repeat;
}
.menu_light_theme ul .levels a.parent, 
.menu_light_theme ul .levels a.parent:hover {
	background: url("/images/gtib/arrow_right1.png") right center no-repeat;
}
.menu_light_theme ul .contact_form input:focus, 
.menu_light_theme ul .contact_form textarea:focus, 
.menu_light_theme ul .contact_form select:focus,
.menu_light_theme ul .contact_form input:hover, 
.menu_light_theme ul .contact_form textarea:hover, 
.menu_light_theme ul .contact_form select:hover {
	box-shadow: rgba(0,0,0, 0.7) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 3px;  
	border:1px solid #333333;
}
.menu_light_theme ul .contact_form input, 
.menu_light_theme ul textarea, 
.menu_light_theme ul select {
	color: #FFFFFF; 
	background-color:#222222;
	border:1px solid #0A0A0A;
}
.menu_light_theme ul .contact_form input.button {
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;	
}
.menu_light_theme ul .contact_form input.button:hover {
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #000000;
}

/* menu_grey */
.menu_test{
	border:1px solid black;
}
.menu_grey {
background-image: linear-gradient(bottom, rgb(216,216,216) 27%, rgb(255,255,255) 64%);
background-image: -o-linear-gradient(bottom, rgb(216,216,216) 27%, rgb(255,255,255) 64%);
background-image: -moz-linear-gradient(bottom, rgb(216,216,216) 27%, rgb(255,255,255) 64%);
background-image: -webkit-linear-gradient(bottom, rgb(216,216,216) 27%, rgb(255,255,255) 64%);
background-image: -ms-linear-gradient(bottom, rgb(216,216,216) 27%, rgb(255,255,255) 64%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.27, rgb(216,216,216)),
	color-stop(0.64, rgb(255,255,255))
);
	border:1px solid #bbb;
}
.menu_dark_theme .menu_grey li:hover div a {color:#222;}
.menu_dark_theme .menu_grey li:hover div a:hover {color:#FF0084;}
.menu_dark_theme .menu_grey li ul li a:hover {color:#FF0084;}
.menu_light_theme .menu_grey li:hover div a {color:#222;}
.menu_light_theme .menu_grey li:hover div a:hover {color:#FF0084;}
.menu_light_theme .menu_grey li ul li a:hover {color:#FF0084;}

/* NO DROP MENUS */
.menu li.nodrop:hover, .menu li.nodrop a:hover {
color:#FF0084;
}

/*  _______________________________________

	-- MENU ICONS
    _______________________________________  */
.menu_light_theme ul li .main{
	background:url("/images/gtib/arrow_down1.png") no-repeat right 12px;
	padding-right:27px;
}
.menu_light_theme ul li .main:hover{
background:url("/images/gtib/arrow_down1.png") no-repeat right 13px;
}
.menu_light_theme ul li .home {
text-indent:-9999px;
	background:url("/images/gtib/menu-home.png") no-repeat left 6px;
	padding-left:22px;
}
.menu_light_theme ul li .home:hover{
background:url("/images/gtib/menu-home.png") no-repeat left 7px;
}
.menu_light_theme ul li .settings {
text-indent:-9999px;
	background:url("/images/gtib/menu-settings.png") no-repeat left 6px;
	padding-left:22px;
}
.menu_light_theme ul li .settings:hover{
background:url("/images/gtib/menu-settings.png") no-repeat left 7px;
}
.menu_light_theme ul li .mail {
/*text-indent:-9999px;*/
	background:url("/images/gtib/menu-mail.png") no-repeat left 6px;
	padding-left:22px;
}
.menu_light_theme ul li .mail:hover{
background:url("/images/gtib/menu-mail.png") no-repeat left 7px;
}
.menu_light_theme ul li .logout {
	background:url("/images/gtib/menu-logout.png") no-repeat left 6px;
	padding-left:22px;
}
.menu_light_theme ul li .search {
	background:url("/images/gtib/menu-search.png") no-repeat left 6px;
	padding-left:22px;
}
.menu_light_theme ul li .search:hover{
background:url("/images/gtib/menu-search.png") no-repeat left 7px;
	padding-left:22px;
}
.menu_light_theme ul li .ads {
	background:url("/images/gtib/menu-ads.png") no-repeat left 6px;
	padding-left:22px;
}
.menu_light_theme ul li .ads:hover{
	background:url("/images/gtib/menu-ads.png") no-repeat left 7px;
	padding-left:22px;
}
.menu_light_theme ul li .mailopenp {
	/* text-indent:-9999px; */
	background:url("/images/gtib/menu-mailopenp.png") no-repeat left 6px;
	padding-left:22px;
}
.menu_light_theme ul li .mailopenp:hover{
	background:url("/images/gtib/menu-mailopenp.png") no-repeat left 7px;
}
.menu_light_theme ul li .newfotos {
	background:url("/images/gtib/menu-newfotos.png") no-repeat left 6px;
	padding-left:22px;
}
.menu_light_theme ul li .newfotos:hover{
	background:url("/images/gtib/menu-newfotos.png") no-repeat left 7px;
	padding-left:22px;
}

.menu_light_theme ul li .friendship {
	background:url("/images/gtib/interact-status-friends2.png") no-repeat left 5px;
	padding-left:22px;
}

.menu_light_theme ul li .friendship:hover {
	background:url("/images/gtib/interact-status-friends2.png") no-repeat left 6px;
	padding-left:22px;
}

.menu_light_theme ul li .icon-vote-pink {
    background:url("/images/gtib/menu-icons-vote-a-pink.png") no-repeat left 5px;
    padding-left:22px;
}

.menu_light_theme ul li .icon-vote-pink:hover {
    background:url("/images/gtib/menu-icons-vote-a-pink.png") no-repeat left 6px;
    padding-left:22px;
}

.menu_light_theme ul li .icon-vote-black {
    background:url("/images/gtib/menu-icons-vote-a-black.png") no-repeat left 5px;
    padding-left:22px;
}

.menu_light_theme ul li .icon-vote-black:hover {
    background:url("/images/gtib/menu-icons-vote-a-black.png") no-repeat left 6px;
    padding-left:22px;
}
.menu_light_theme ul li .eye-black {
	/* text-indent:-9999px; */
	background:url("/images/gtib/menu-icons-eye-b-black.png") no-repeat left 2px;
	padding-left:28px;
}
.menu_light_theme ul li .eye-black:hover {
	background:url("/images/gtib/menu-icons-eye-b-black.png") no-repeat left 3px;
}
.menu_light_theme ul li .eye-pink {
	/* text-indent:-9999px; */
	background:url("/images/gtib/menu-icons-eye-b-pink.png") no-repeat left 2px;
	padding-left:28px;
}
.menu_light_theme ul li .eye-pink:hover {
	background:url("/images/gtib/menu-icons-eye-b-pink.png") no-repeat left 3px;
}

.menu_light_theme ul li .newest-pink {
    background:url("/images/gtib/menu-icons-newest-a-pink.png") no-repeat left 2px;
    padding-left:28px;
}

/*  _______________________________________

	-- MENU Profile View page
    _______________________________________  */
    #profile_menu {
font-family: "proxima-nova-soft",sans-serif; font-weight: bold;
/*
	width: 121px; 
*/
	border:none !important; padding:0;
	margin:0 auto;
	display:block;
	position: relative;
	z-index:99;
}
	#profile_menu .menu {
		list-style:none;
/*
		width:121px;
*/
		margin:0 auto;
		height:34px;
		padding:0 4px 0 4px;
	}
#profile_menu .menu_light_theme ul .dropdown_1column  {
background:white;
border:1px solid #999;
}
#profile_menu .dropdown_1column ul {
margin:15px 0 15px 0;
}
#profile_menu .menu li ul.menu_grey{
margin-right:0 !important;
-webkit-padding-start: 0px;
}
#profile_menu .menu li ul li {
text-align: right;
}
#profile_menu .menu .col_1 {
width: 125px;
}
#profile_menu .dropinteract{
margin-right: 0!important;
}
.menu_light_theme ul li .mailinteract{
	background:url("/images/gtib/menu-mailinteract.png") no-repeat right 6px;
	padding-right:18px;
	color:white;
	margin-right: 8px;
}
.menu_light_theme ul li .mailinteract:hover{
background:url("/images/gtib/menu-mailinteract.png") no-repeat right 7px;
}