/* 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:152px;
	text-align:center;
	height:100%;
}
/****************************nav vertical*********************************/
ul.navVert{
	margin:0px 0px 20px 0px !important;
	padding:0px !important;
	border-bottom:1px solid #dedede;
}
/*firefox fix*/
html>body  ul.navVert{
	border-bottom:1px dotted #cccccc;
}
.navVert li{
	list-style:none;
	margin:0px !important;
	padding:0px !important;
	border-top:1px solid #dedede;
}
/*firefox fix*/
html>body .navVert li{
	border-top:1px dotted #cccccc;
}
.navVert li a{
	font-size:12px;
	display:block;
	height:25px;
	line-height:25px;		
	text-decoration:none;
	padding:0px;
	padding-left:25px;		
	
}
.navVert a:hover, .navVert a:active{
	text-decoration:none;
	font-weight:bold;
}
.navVert li.selected a{
	text-decoration:none;
	font-weight:bold !important;
}