

#navbar{
	height: 25px;
	z-index: 40;
	
	margin:  0px 0px 0px 0px;	
	padding-left: 30px;
	padding-right: 30px;		
	padding-top: 7px;		
	padding-bottom: 0px;	
	background:	url(../images/backgroundlines.jpg) center repeat;		
}

#navbar_small{
	height: 20px;
	z-index: 40;
	
	margin:  0px 0px 0px 0px;	
	padding-left: 30px;
	padding-right: 20px;		
	padding-top: 7px;		
	padding-bottom: 0px;	
	background:	url(../images/backgroundlines.jpg) center repeat;		
}


#nav_table{
	border: 0px;
	vertical-align: middle;	
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	float: left;
	z-index: 4;
	overflow: visible;
}

#nav_table_right{
	vertical-align: middle;		
	position: relative;
	float: right;
	width: auto;
	padding: 2px 0px 0px 0px;
	z-index: 4;
	overflow: visible;
}


.seperator {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 8px;	  /* this is a IE hack, that works around the element smaller 12px bug */
	margin-left: 4px;
	width: 792px;
	height: 8px;
	border: 0;
	z-index: 2;	
	position: relative;
}

 /* this is a IE hack, that works around the element smaller 12px bug */
.seperator_container {
	height:8px;
	overflow:hidden;
}



.nav_element{
	vertical-align: middle;	
	font-weight: bold;
	font-size: 11pt; 
	font-family: verdana, sans-serif;
}

.nav_element_small{
	vertical-align: middle;	
	font-weight: bold;
	font-size: 9pt; 
	font-family: verdana, sans-serif;
}

.nav_seperator{	
/*	height: 25px;*/
	width: 2px;

	vertical-align:middle;
}

a.nav {
	text-decoration: none;
	font-weight: bold;
	color: black;
	
	padding-left: 10px;
	padding-right: 10px;
}
a.nav:visited{
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a.nav:hover{
	text-decoration: none;
	font-weight: bold;
	color: #DE181C;
}
a.nav:active{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.nav_element_selected{
	vertical-align: middle;	
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #DE181C;	
	padding-left: 10px;
	padding-right: 10px;	

}



