@font-face {
    font-family: agency;
    src: url(../../../images/simplicity/ufonts.com_agency-fb.ttf);
}

#menu {
    margin: 40px 0 0 0;
    background-color: #FFF;
    background-repeat: repeat;
    height: 50px;
} 

#menu li {float: left;display: block;position: relative;z-index: 500;line-height: 33px;}

/* this is the parent menu */
#menu li a {
    display: block;
    padding: 3px 15px 0 15px;
    height: 47px;
    line-height: 43px;
    font-size: 21px;
    text-decoration: none;
    color: #555;
    position: relative;
    left: -40px;
    text-align: center;
	    text-transform: uppercase;
       font-family: "agency";
    }


#menu li a:hover {
            background-color: #FF474D;
    color: #fff;
}

/* submenu, it's hidden by default */
#menu ul {
    position:absolute; 
    left:0; 
    display:none; 
    margin:0 0 0 -1px; 
    padding:0; 
    list-style:none;
}

#menu ul li {
width: 170px;
float: left;
border-top: 1px solid #383838;
margin: 0px -1px;
background: #282A2E;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}



#menu ul a {
    display:block;  
    height:15px;
    padding: 8px 5px; 
    color:#666;
}

*html #menu ul {
    margin:0 0 0 -2px;
}
.logotext {
    margin: 0;
    color: #373737;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -2px;
    font-family: Arial;
    text-shadow: 2px 1px 0 rgba(150,150,150,1);
}

.logotextc {
    margin: 0;
    color: #FF474D;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -2px;
    font-family: Arial;
    text-shadow: 2px 1px 0 rgba(150,150,150,1);

}
.logotextc a:hover, .logotext a:hover, .logotextc a:visited, .logotext a:visited  {
	 text-decoration: none;
}
.wrapperforum {
    width: 95%;
    margin: auto auto;
}
.thead .description {
    margin-left: 5px;
    font-style: italic;
    background: #FFF;
    color: #000;
    padding: 3px 5px;
    position: relative;
    left: 7px;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.thead:hover .description {
    opacity:1;
    left: 10px;
}
.thead .expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 5px;
	opacity: 0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.thead:hover .expcolimage {
opacity:1;
}
#backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 50;
    display: none;
    padding: 4px 8px 4px 26px;
    background-color: #464646;
    background-image: url(../../../images/simplicity/top-icon.png);
    background-position: 9px center;
    background-repeat: no-repeat;
    color: #fafafa!important;
    font-size: 13px;
}
#backtop a {
    color: #fafafa!important;
}
ul.tabs {
float:left;
list-style:none;
height:32px;
border-bottom:1px solid #D7D7D7;
border-left:1px solid #D7D7D7;
width:100%;
margin:0;
padding:0;
}

ul.tabs li {
float:left;
list-style:none;
height:31px;
line-height:31px;
border:1px solid #D7D7D7;
border-left:none;
overflow:hidden;
position:relative;
background:#F5F5F5;
margin:0 0 -1px;
padding:0;
}

ul.tabs li a {
text-decoration:none;
color:#636363!important;
display:block;
font-size:11px;
text-transform:uppercase;
font-weight:700;
font-family:arial;
padding:0 20px;
}

ul.tabs li a:hover {
background:#E7E7E7;
}

html ul.tabs li.active,html ul.tabs li.active a:hover {
background:#fff;
border-bottom:1px solid #fff;
}

.tab_container {
border:1px solid #D7D7D7;
border-top:none;
overflow:hidden;
clear:both;
float:left;
width:100%;
}

.tab_content {
padding:1px;
}
.statround {
    background: #FF474D;
    color: #ffffff;
    padding: 4px 10px;
    margin-left: 20px;
}

.statround a:link, 
.statround a:visited {
    color: #ffffff;
}

.statround a:hover,
.statround a:active {
    color: #444444;
}

.menu-shadow {
    background: url(../../../images/simplicity/menu-shadow.png) no-repeat scroll 50% 0 rgba(0,0,0,0);
    bottom: -36px;
    height: 20px;
    left: 0;
    width: 100%;
}
#copyright {
    float: right;
}

		
		