
/* Main menu settings */
#centeredmenu {
	clear:both;
	float:left;
	margin:0;
	padding:7px 5px 7px 10px;
	width:965px;
	font-size:10px; /* Menu text size */
	background-color:#000;
	font-family:eurostileregular;
	
	}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	
	
	
}
#centeredmenu ul li {
	padding:0;
	float:left;
	position:relative;
	border-right:1px dotted #666;
	
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:3px 10px 5px 10px; 
	text-decoration:none;
	color:#FFF;
}
#centeredmenu ul li.active a {
	color:#999;
	background:#000;
}
#centeredmenu ul li a:hover {
	background:#62aac4; /* Top menu items background colour */
	color:#999;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#62aac4; /* Top menu items background colour */
	color:#000;
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:2.3em;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:233px; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:11px;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#62aac4;
	color:#000;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #519eb9; /* sub menu item horizontal lines */
	float:left;
	width:100%;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#000; /* Sub menu items background colour */
	color:#fff;
	float:left;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

@media print {
	#centeredmenu { display:none;
	}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	
	
}
#centeredmenu ul li {
	padding:0;
	float:left;
	position:relative;
	top:-0px;
	border-right:1px dotted #666;
	
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:3px 10px 5px 10px; 
	text-decoration:none;
	color:#ffd200;
	
}
#centeredmenu ul li.active a {
	color:#999;
	background:#000;
}
#centeredmenu ul li a:hover {
	background:#ffd200; /* Top menu items background colour */
	color:#999;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#ffd200; /* Top menu items background colour */
	color:#000;
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:3.4em;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:220px; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:11px;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#ffd200;
	color:#000;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #f1c701; /* sub menu item horizontal lines */
	float:left;
	width:100%;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#000; /* Sub menu items background colour */
	color:#fff;
	float:left;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}
}