/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */




#wb-container-contentwrapper-wrapper {
}
#wb-container-contentwrapper {
}
#wb-layout-main {
	width: 960px;
	margin:0;
}
#wb-layout-sidebar {
	display: none;
}

#wb-layout-top-2 {
		background-image:url(../images/layout1/bsu_topnavw.png);
	background-position: top center;
	background-repeat: no-repeat;

		
	
}
#wb-navigation-subtop {
	display: block;
	height: 73px;
	width:960px;
	margin: auto;
	white-space:nowrap;
	overflow: hidden;
	background-image:url(../images/layout1/bsu_topnav.png);
	background-position: top center;
	background-repeat: no-repeat;

	



}
/* top nav structure */
#wb-navigation-subtop div {
  float: left;

 padding-bottom:40px;
 
}
#wb-navigation-subtop div a h3 {
   padding: 23px 30px;
   
   

	
		
 
}
#wb-navigation-subtop div a:hover h3 {
	cursor:hand;
		background-image:url(../images/layout1/bsu_btnht.png);
	background-repeat:repeat-x;
	background-position: top left;
	
	
	
 
 
 

}
#wb-navigation-subtop div.submenu {
	padding: 0px;
	   margin-top: -46px;
}

#wb-navigation-subtop div.submenu div {
	clear: both;
	width:150px;
	white-space:normal;
	min-height:0px;
	margin:0px;
	padding:0px;

}
#wb-navigation-subtop div.submenu a h3 {
	
	padding:10px;
	 background-image: url("../images/layout1/bsu_btn.png");
    background-position: left top;
    background-repeat: repeat;
	border-color: #F3C662 #CB733C #CB733C #F3C662;
    border-style: solid;
    border-width: 1px;
  

}
#wb-navigation-subtop div.submenu a:hover h3 {
	
	padding:10px;
	 background-image: url("../images/layout1/bsu_btnh.png");
    background-position: left top;
    background-repeat: repeat;
	border-top:1px solid #a4c8d7;
	border-left:1px solid #a4c8d7;
	border-bottom:1px solid #6390ae;
	border-right:1px solid #6390ae;
  

}

