/* CSS Document */

/* start of menu*/	

/*edge hill start of menu*/
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
				margin:0; 
				padding:0; 
				list-style-type:none;
				font-size:1em;
}

/*#menu dt {
		cursor:pointer; 
		text-align:center; 
		color:#FFFFFF; 
		border:0; 
		margin:0;
		padding-top:3px;
		padding-bottom:8px;
}

#menu dd {
		display:none; 
		border:0;
}*/

#menu li {
		vertical-align:center; 
		padding:3px;
		height:33px;
}

#menu li a, #menu dt a {
					text-align:center; 
					color:#FFFFFF; 
					text-decoration:none; 
					display:block; height:100%; 
					border:0;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
					color:#FFFF00; 
					text-decoration:none;
}
/*edge hill end of menu*/
#menu {
	width:950px;
	min-height:40px;
	position:absolute;
	}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#menu a:hover	{
	color: #FFFF00;
	}
	
#menu-table {
	width:100%;
	color:#FFFFFF;
	font-size:1.3em;
	}

#left-end {
	background-image: url(../images/menu-left-end.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:40px;
	}

.menu-cells {
	background-image: url(../images/btn-background.jpg);
	background-repeat:no-repeat;
	text-align:center;
	background-position:top right;
	vertical-align:top;
	height:40px;
	padding-top:3px;
	}
	
#right-end {
	vertical-align:top;
	width:120px;
	}
	
/* end of menu*/	

/* Menu bar items */

.parties {
	width: 54px;
	}

.dropdown-top {
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	background-color: #333333;
	}

.dropdown-bottom {
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color: #333333;
	}

.dropdown-top a:hover, .dropdown-bottom a:hover {
	color: #FFFF00;
	background-color:#999999;
	display: block;
	}
