@charset "utf-8";
/* CSS Document */
#navigation ul ,#navigation li{
	margin: 0;
	padding: 0;
	display:block;
	list-style-type: none;
	width:177px;
}
#navigation ul li ul{
	display: block;
	margin: 0;
}
#navigation ul li ul{
	margin: 0;
	padding: 0;
	display:block;
	list-style-type: none;
}
.selected{
	color:#FFF;
	outline:0;
	text-align:left;
}

/* Pages Button */

.book{width:94px; height:14px; font-family:"Courier New", Courier, monospace; font-size:10px; padding-top:3px; padding-left: 6px; background-image:url(../production/buttonone.png); background-repeat:no-repeat; margin-left:15px; color:#FFFFFF; }
.book a:link, .book a:visited, .book a:active{text-decoration: none; text-transform:uppercase;}
.book a:hover{text-decoration: underline; text-transform:uppercase;}

.more{width:54px; height:20px; font-family:"Courier New", Courier, monospace; font-size:10px; }
.more a:link{text-decoration: none; text-transform:uppercase;}
.more a:visited{text-decoration: none; text-transform:uppercase;}
.more a:hover{text-decoration: underline; text-transform:uppercase;}
.more a:active{text-decoration: none; text-transform:uppercase;}

.pagesSELECTED{color:#FFFFFF;}
	
/* What's On Tabs */
.woholder{display:block; overflow:hidden; width:672px;height:26px;border-bottom-color: #999999;border-bottom-style:dotted;border-bottom-width:1px; margin-top:15px;}
.woTAB{display:block;float:left;width:97px;height:26px;background-image:url(../images/woTAB.jpg);font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;text-align:center;padding-top:6px;}
.woTAB a:link, .woTAB a:visited, .woTAB a:active{width:130px;color:#434343;text-align:center;padding-top:5px;text-decoration:none;}
.woTAB a:hover{width:130px;color:#1b3f71;text-align:center;padding-top:5px;text-decoration:none;}
#navigation .homeLink {
	background-image: url(../images/menuTopBG.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navigation li {
	background-image: url(../images/menuMidBG.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	border-style: none;
	width: 177px;
}
* html #navigation .homeLink{background-image: url(../images/menuTopBG.gif);}
* html #navigation li {background-image: url(../images/menuMidBG.gif);}

#navigation li a:link, #navigation li a:visited{
	display:block;
	width:145px;
	color: #4b4218;
	text-decoration: none;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4b4218;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 18px;
	}
#navigation li a:hover{
	color:#2B4A88;
}
#navigation ul li ul a:link, #navigation ul li ul a:hover, #navigation ul li ul a:visited{
	/*color:#4b4218;*/
	width:135px;
	padding-left: 10px;
}
.sf-menu {
	float: left;
	width: 177px;
	min-height: 25px;/* worth a try */
	display: inline-block;
}

.sf-menu li a:link, .sf-menu li a:visited{/* worth a try */
	clear:both;
	display:block;
	}

ul.sf-menu li ul li a{
	border:none!important;
	}
	

