@font-face {
  font-family: FontAwesome;
  src: url('//triumph.net/sites/all/themes/triumph_foundation/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('//triumph.net/sites/all/themes/triumph_foundation/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('//triumph.net/sites/all/themes/triumph_foundation/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('//triumph.net/sites/all/themes/triumph_foundation/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('//triumph.net/sites/all/themes/triumph_foundation/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('//triumph.net/sites/all/themes/triumph_foundation/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



#topbar_background{	
	background-image: url('/wp-content/plugins/triumph_login/topbar/Menu_BG.png');
	background-repeat: repeat-x;
	
	height: 50px;
	width: 100%;
	min-width: 1000px;
	
	font-family: verdana;
    font-weight: bold;
	font-size: 10pt;
	
	position: relative;
	z-index: 100;
	
	box-shadow: 0px 0px 20px 5px #303030;
}

#topbar_container {
    margin-left: auto;
    margin-right: auto;
	min-width: 950px;
	max-width: 1000px;
}


#triumph_topbar_left_align {
	float: left;
}

#topbar_container a img {
	margin-right: 6px;
	margin-top: 0px;
	vertical-align: top;
}

#triumph_topbar_right_align {
	float:right;
}


/* main menu styles */
#triumph_topbar_menu_buttons {
	display: inline-block;
	position: static;
	margin-top: 0px;/*28px*/
}

#triumph_topbar_menu_list {
    text-align:left;
    position:relative;
    list-style-type:none;
}

#triumph_topbar_menu_list > li {
    float:left;
    padding:0;
    position:relative;
	background-image: url('/wp-content/plugins/triumph_login/topbar/Seperator.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 14px;
}

#triumph_topbar_login{
	color: #7CDAE8 !important;
}

#triumph_topbar_menu_list > li > a {
    color:#e5e5e5;
    display:block;
    padding:0px 13px;
    position:relative;
    text-decoration:none;
	/*line-height:21.33px;*/
}
#triumph_topbar_menu_list > li > a:hover {
    /*background-color:#303030;*/
	color:#fff;
}
#triumph_topbar_menu_list > li.selected  > a {
    background-color:#191919;
	color: #fff;
    z-index:2;
}
#triumph_topbar_menu_list li div {
    position:relative;
}
#triumph_topbar_menu_list li div div {
    background-color:#191919;
	border: 0px solid #000;
    display:none;
	position:fixed;
    z-index:1;
	min-width: 170px;
	width: auto;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.5);
}
#triumph_topbar_menu_list li div ul {
    margin: 0 0 0 0px;
    padding:0 0 0 0px;
    list-style-type:none; 
	list-style: none;
}
#triumph_topbar_menu_list li div ul li {
    margin: 0 0 0 0px;
    padding:0 0 0 0px;
}
#triumph_topbar_menu_list li ul li a {
    color:#fff;
    display:block;
    margin: 0 0px 0 0px;
	padding-right: 17px;
    text-decoration:none;
	text-indent: 13px;
}
#triumph_topbar_menu_list li ul li a:hover{
    background-color:#343434;
}

.triumph_topbar_dropdown::before {
	font-family: FontAwesome;
	font-weight: normal;
	
	/* this is for arrows after the dropdown menus */
	/*content: "\f149";
	
	margin-left: 5px;*/
}

/*
.active {
    color:#fff !important;
}
*/

/* game logo menu mark-up    368*/
#game_logos {
    background-color:#fff;
	width: 371px;
	margin: 0 0px 2px 0px;
	padding: 0 0 0 0px;
}
#game_logos li {
	display: inline;
    background-color:#fff;
	list-style: none;
	list-style-position: outside;
    list-style-type:none;
	position: relative;
	left: 4px;
}
#game_logos li a{
	display: inline !important;
	margin: 0 !important;
	margin-left: -4px !important;
	padding: 0 !important;
}
#game_logos li a:hover{
	/*background-color:#ff00ff !important;*/
}
#game_logos li a img{
	position: relative;
	height: 75px;
	/*border: 1px solid #ff0000;*/
	border-right: 1px solid #c0c0c0;
}
#game_logos li a img:hover{
	background-color:#c0c0c0;
}
