/* CSS Document */

/*****************nav horizontal*******************/
.navHor{
	height:25px;
	line-height:25px;
	position:relative;
}
.navHor ul{
	margin:0px;
	padding:0px;
}
.navHor li{
	list-style:none;
	float:left;
}
.navHor li a{
	display:block;
	width:93px;
	text-align:center;
	height:100%;
	border-left:1px solid;
}
.navHor li a.first{
	border-left:0px;
	width:90px;
}
.navHor li a.last{
	border-right:1px solid;

}
/*need to claculate dependent on no of links
.navHor li.last a{
	width:150px !important;
}*/

/*not really needed when link under class used*/
.navHor li a{	
	text-decoration:none;
}
.navHor a:hover, .navHor a:active{
	text-decoration:none  !important;
	background:url(../images/navBgOver.jpg) top left repeat-x;
}
.navHor li.selected a{	
	text-decoration:none !important;
	background:url(../images/navBgSel2.jpg) top left repeat-x !important;
}