/* Bugfix IE */
* html #nav a{  margin-right: -15px;}





#navbar {
	position: absolute;
	left: 268px;
	top: 71px;
	width: 757px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	height: 30px;
}



#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	padding-top: 8px;
	background-image: url(../images/bg_mainbutton_hover.gif);
	background-position: left top;
	height: 19px;
	text-align: center;
	font-weight: bold;
	color: #9A0226;
	text-decoration: none;
	font-size: 10px;
	background-color: #FFFFFF;
	margin-right: 15px;
	width: 140px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#nav a:hover  {
	background-image: url(../images/bg_mainbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #B00229;
}




#nav li {
	float: left;
	width: 140px;
	margin-right: 15px;
	
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 150;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
}
.pic {
	border: none;
}

