#navBar {
   	width: 100%;
   	height: 66px;
    background-image:url('../../images/home_nav_slice2.jpg');
   	background-repeat: repeat-x;
	}

#navBarContent {
	width: 940px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	}

.navBarSelectedLeft{
	float: left;
	margin-top: 15px;
	width: 14px;
   	height: 46px;
	background-image:url('../../images/selectedLeft.jpg');
   	background-repeat: repeat-x;
   	cursor: pointer;
	}

.navBarSelectedRight{
	float: left;
	margin-top: 15px;
	width: 14px;
   	height: 46px;
	background-image:url('../../images/selectedRight.jpg');
   	background-repeat: repeat-x;
   	cursor: pointer;
	}

.navBarButtonSelected {
	float: left;
	margin-top: 16px;
	height: 31px;
	cursor: pointer;
   	background-color: #C0DDEF;
   	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	}

.navBarUnselectedLeft{
	float: left;
	margin-top: 14px;
	width: 14px;
   	height: 46px;
	background-image:url('../../images/unselectedLeft.jpg');
   	background-repeat: repeat-x;
   	cursor: pointer;
	}

.navBarUnselectedRight{
	float: left;
	margin-top: 14px;
	width: 14px;
   	height: 46px;
	background-image:url('../../images/unselectedRight.jpg');
   	background-repeat: repeat-x;
   	cursor: pointer;
	}

.navBarButtonUnselected {
	float: left;
	margin-top: 15px;
	height: 33px;
	cursor: pointer;
   	background-color: #1E4F8A;
   	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
	}

.navSpacer {
	float: left;
	width: 5px;
	height: 40px;
	cursor: default;
	}

.navBarButtonLeft {
	float: left;
	width: 5px;
	height: 40px;
	cursor: pointer;
   	background-repeat: repeat-x;
	}

.navBarButton {
	float: left;
	height: 44px;
	cursor: pointer;
   	background-repeat: repeat-x;
	}



.navBarButtonRight {
	float: left;
	width: 5px;
	height: 40px;
	cursor: pointer;
   	background-repeat: repeat-x;
	}

.navBarButton h1{
	margin-top: 20px;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	}
		
.navBarButtonLink:link {
	text-decoration: none; 
	/*color:#01007f;*/
	color: white;
	}
	
.navBarButtonLink:visited {
	text-decoration: none; 
	/*color:#01007f;*/
	color: white;
	}
	
.navBarButtonLink:active {
	text-decoration: none; 
	/*color:#01007f;*/
	color: white;
	}
	
.navBarButtonLink:hover {
	text-decoration: none; 
	color:#326fb9;
	}
	