


/** Navigation theme
================================================== */
.booNavigation {
	  width: 700px;
    position: relative;
}

.booNavigation li.navItem {
    padding: 10px 20px 0px 20px;
	line-height:94px;
    float: left;
	font-size:18px;
    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 {
    border-bottom: 4px solid #CC0019;
	border-left:1px #dcdcdc solid;
	border-right:1px #dcdcdc solid;
    cursor: pointer;
	color:#0076DA;
}

.booNavigation li.navItem > a {
    color: #555;
	  
}

.booNavigation li.navItem .navContent {
    background-color: #EDEDED;
    left: 0;
	-moz-box-shadow:1px 3px 11px #888888; 
	-webkit-box-shadow:1px 3px 11px #888888;
	box-shadow:1px 3px 11px #888888;
    position: absolute;
    top: 108px;
    width: 100%;
	padding:12px;
	font-size:14px;
	width:672px;
    z-index: 999;
}

.booNavigation .navContent > li {
    color: #555;
    float: left;
	font-size:14px;
    padding: 10px;
    width: 30%;
}

.booNavigation .navContent ul li a {
    color: #555;
    display: block;
    padding-left: 20px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px #cccccc solid;
    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 {
    padding-left: 20px;
	color:#06F;
}

/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}
