/*-----------------------------------*/
/* Fonts */
/*-----------------------------------*/

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

/*-----------------------------------*/
/* Global Reset */
/*-----------------------------------*/


/*-----------------------------------*/
/* General Styles */
/*-----------------------------------*/


a.on:link,a.on:visited,a.on:active{
	background: #d1020a;
	height: 105px;
	color: #fff
}
i {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	font-style: normal;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.boxed-blue {background: #1c588f;}
.boxed-dark {background: #142439;}
.boxed-light {background: #e5eff6;}

.boxed.red-line {border-top: 4px solid #b65714;}
.boxed.green-line {border-top: 4px solid #9cd70e;}
.boxed.blue-line {border-top: 4px solid #4bb4e8;}


/*-----------------------------------*/
/* Navigation */
/*-----------------------------------*/


/* Main Menu */
/*-----------------------------------*/
/* Level 0 */
.bg1{
	background:-moz-linear-gradient(#fff 0%, #dbdbdb 100% );
background:-webkit-linear-gradient(#fff 0%, #dbdbdb 100% );
background:-o-linear-gradient(#fff 0%, #dbdbdb 100% );
background:-ms-linear-gradient(#fff 0%, #dbdbdb 100% );
background:linear-gradient(#fff 0%, #dbdbdb 100% )
}
.menu { z-index:9999990;}
.ie8 .menu {filter:none;}  /* IE8 understands dropdown feature only without gradient */
.menu a:hover, .menu a.hover {color: #fff !important;}

.menu li {position: relative;}
.menu > li {
    float: left;
    width:90px;
	height: 105px;
}

.menu > li > a {
    display: block;
    font-size: 14px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display: block;
	padding-top:50px;
    background: url(../images/mebg.png) no-repeat center 160px;
 }
.menu > li:first-child > a {border-left-color: transparent;}
.menu > li:last-child > a {border-right-color: transparent;}

.menu > li:hover > a,
.menu > li.hover > a {
 background: #d1020a;
color: #fff;
    border: none;
	height: 105px;
	display: block;
}



/* Level 1+ */
.menu ul {
    position: absolute;
    top: -9999px;
    left: -9999px;

    z-index: 9499;
    width: 100%;
    min-width: 90px;
}
.menu > li:hover > ul, .menu > li.hover > ul {
    top: 105px;
    left: 0;
}
.menu ul li a {
    display: block;
	background: #d1020a;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
	height: 50px;
	line-height: 50px;
}
.menu ul li:first-child > a {border-top: none;}
.menu ul li:last-child > a {border-bottom: none;}
.menu ul li:hover > a, .menu ul li.hover > a  {}



/* Level 2+ */
.menu ul li:hover > ul, .menu ul li.hover > ul {
    position: absolute;

}
.menul{background: #d1020a}
.menul a:hover{
	background: url(../images/menubbb.png) no-repeat center
	
}

/* Main Menu style 2 */
/*-----------------------------------*/

