/*begin style for nav bar*/
#topNav ul {
	padding:0px;
	margin:0px;
	list-style:none;
	background-color:#666666;
	width:100%;
}
#topNav ul li {
	display:inline;
	position:relative;
	float:left;
	white-space:nowrap;
}

#topNav ul li.topNavRBorder {
	border-right:1px solid #333333;
}

#topNav ul li.short {width:60px;}

#topNav ul li.mid {width:85px;}

#topNav ul li.mid2 {width:100px;}

#topNav ul li.long {width:120px;}

#topNav ul li ul li {width:12em;}

#topNav ul li a {
	height:22px;
	font-size: 1em;
	display: block;
	text-decoration:none;
	color:#fff;
	background-color:#666666;
	white-space: nowrap;
	padding-left: 6px;
	padding-top: 7px;
	}
	
#topNav p{
	height:22px;
	font-size:.718em;
	display:block;
	text-decoration:none;
	color:#fff;
	background-color:#666666;
	white-space: nowrap;
}

#topNav ul li a.firstParent {
	border-left:none;
}

#topNav ul li a.firstChild {border-top:0px solid #fff;}
#topNav ul li a:hover {
	color:#ffcc00;
	text-decoration:none;
}
#topNav ul li ul li a {
	border-bottom:1px solid #666666;
	background-image: url(buttonback.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color:#333333;
	border-bottom:1px solid #666666;
	font-size: 1.35em;
	padding-top: 8px;
	width:120px;
	padding-left: 23px;
	
	}
	
#topNav ul li ul li a:hover {
	border-bottom:1px solid #666666;
	background-image: url(buttonbackhover.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color:#333333;
	border-bottom:1px solid #666666;
	font-size: 1.35em;
	padding-top: 8px;
	width:120px;
	padding-left: 23px;
}	
	
#topNav li ul {position:absolute;display: none;}



#topNav ul li a.selected {color:#99ccfb;}