



/* ==================================================
	Nav links parent classes
*/
#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}





#linksCaption {
	padding:10px 10px 10px 10px;
	font-weight:normal;
	color:#000000;
	background-image:url(../../images/chromeV.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

#linksCaption img {
	border:1px solid #cccccc;
	padding:1px;

}

.linkDecoration {

	padding-left:14px;
	font-weight:bold;
	
}



.sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	color:#333333;
	font:11px "Lucida Grande", Geneva, Arial, sans-serif; 
	font-weight:bold;
	
	
}

.linksHeader {
	padding: 0px 0px 0px 10px;
	height:22px;
	background-repeat:no-repeat;
	
}


#spacer {
	padding:0px;
	height:15px;

}


/***************** MISC *************/


