


/** Navigation theme
================================================== */
.booNavigation {
    position: relative;
	width:1000px; 
	 margin:0 auto; 
}

.booNavigation li.navItem1 {
    padding: 0px 31px;
	line-height:46px;
    float: left;
	font-size:15px;
	color:#FFF;
    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.navItem1:hover {
	background:#00458E;
    cursor: pointer;
}
.booNavigation li.navItem1 > a {
    	color:#FFF;
}

.booNavigation li.navItem {
    padding: 0px 33px;
	line-height:46px;
    float: left;
	font-size:15px;
	color:#FFF;
    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:#00458E;
    cursor: pointer;
}

.booNavigation li.navItem > a {
    	color:#FFF;
}

.booNavigation li.navItem .navContent {
    background-color: #EDEDED;
    position:absolute;
	-moz-box-shadow:1px 3px 11px #888888; 
	-webkit-box-shadow:1px 3px 11px #888888;
	box-shadow:1px 3px 11px #888888;
    top: 46px;
	display:none;
	left:120px;
    width: 100%;
	padding:12px;
	width:670px;
    z-index: 999;
	
}

.booNavigation .navContent > li {
    color: #555;
    float: left;
    padding: 10px;
    width: 30%;
}

.booNavigation .navContent ul li a {
    color: #555;
    display: block;
    padding-left: 20px;
	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:#00458E;
}



/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}
