/* Menu
---------------------------------------------------------------------------------------- */
#menu {
	list-style: none;
	width:948px;
	height:48px;
	margin:0px;
	padding:0px;
	}
/* Clearfix */
#menu:after {
	content: "&nbsp;";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#menu a {
	float: left;
	display: block;
	background: url(../images/trans.png);	
	text-decoration: none;	
}
/* The Drop Down: */
#menu .parent ul {display: none;} /* Hides the dropdown */
#menu .activeParent ul {
	float: left;	
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 42px; /* You may need to change this if you change font-size or padding on the menu */
	left: 0;
	list-style: none;
	z-index: 1000;
	display:block;
	width:213px;	
}
#menu .activeParent li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu .activeParent li a {
	float: left;	
	margin: 0;
	padding:0;		
	display: block;
	background: url(../images/trans.png);
	_background: #fff;	
	border-top: 1px solid #cd371b;
	border-right: 1px solid #cd371b;
	border-left: 1px solid #cd371b;
}
