* {

}


.wrapper {

}

ul li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}

/** Navigation theme
================================================== */
.booNavigation {
    position: relative;
	width:1200px;
	height:37px;
	background:#073B86;
}

.booNavigation li.navItem {
    background-color: #073B86;
    border-bottom: 5px solid #073B86;
    padding: 5px 28px;
    float: left;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
	
}

.booNavigation li.navItem:hover {
    background-color: #073B86;
    border-color: #f8f8f8;
    cursor: pointer;
    
}

.booNavigation li.navItem > a {
    color:#333;
    font-size:14px;
    text-decoration:none;
}

.booNavigation li.navItem > a:hover {
    color:#333;
    font-size:14px;
}

.booNavigation li.navItem .navContent {
background-color: #c0d1ebbf;
    background-color: rgba(192, 209, 235, 0.75);
    left: 0;
    position: absolute;
    top: 35px;
    width: 1200px;
    z-index: 999;
}

.booNavigation .navContent > li {
    color: #666;
    float: left;
    padding: 10px;
    width:150px;
	font-size:14px;
}

.booNavigation .navContent ul li a {
    color: #073982;
    display: block;
    padding: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.booNavigation .navContent ul li a:hover {
    background-color:#073982;
    padding-left: 20px;
	color:#fff;
text-decoration:none;
}

/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}