/* CSS Document */


#nav h3{display:none}
#nav {
	margin: 0 auto; /* all lists */
	padding: 0;
	text-align:left;
	height:40px;
	z-index:1;
}

#nav ul {
	margin: 0; /* all lists */
	padding: 0;
}
/*START COLOURS OF TOP MENU*/
#nav li.active a{
	background:#035B67; /*colour tou epilegmenu menu item*/

}

#nav li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	border-right:1px solid #fff; /*line seperator*/
	cursor: pointer;
	background:#0492A6; /*when mouse over colour*/
}

#nav li ul {
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 15.9em;
}

#nav li ul ul {
	margin: -2em 0 0 15em; /* third-and-above-level lists */
}

#nav li li {
	padding: 0 1em 0 0;
	margin: 0;
	width: 14.9em;
}

#nav ul a {
	width: auto;

}

#nav li:hover ul ul, #nav li:hover ul ul ul,
#nav li.sfhover ul ul, #nav li.havechildsfhover ul ul, #nav li.havechild-activesfhover ul ul, #nav li.activesfhover ul ul,
#nav li.sfhover ul ul ul, #nav li.havechildsfhover ul ul ul, #nav li.havechild-activesfhover ul ul ul, #nav li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,
#nav li.sfhover ul, #nav li.havechildsfhover ul, #nav li.havechild-activesfhover ul, #nav li.activesfhover ul,
#nav li li.sfhover ul, #nav li li.havesubchildsfhover ul, #nav li li.havesubchild-activesfhover ul, #nav li li.activesfhover ul,
#nav li li li.sfhover ul, #nav li li li.havesubchildsfhover ul, #nav li li li.havesubchild-activesfhover ul, #nav li li li.activesfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#nav li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
	padding: 0px 20px 0;
	color: #E1E1E1; /*Colours of letters 1st level - GREY*/
    font-weight: bold
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus {
	color: #0492A6; /*den 3erw ti ine*/
	background:#035B67; /*den 3erw ti ine*/
}

#nav li:hover a,
#nav li.sfhover a,
#nav li.havechildsfhover a,
#nav li.havechild-activesfhover a {
	color: #E1E1E1; /*colour for letters when mouse over*/
}
#nav ul li .active,
#nav li a.active,
#nav li a.active:hover,
#nav li a.active:active,
#nav li a.active:focus {
	color: #0000FF !important; /*#FFF mple*/

}

/* 2nd level and above */
#nav li ul {
	border: 1px solid #0492A6;
	border-top: 0;
	background: #035B67; /*back colour for 2nd level*/
}

#nav li ul ul {
	border: 1px solid #0492A6;
}

#nav li ul li {
	border-bottom: 1px solid #202020;
	border-right: none;
	background: none;
}

#nav li ul a {
	border-right: none;
	margin: 0;
	padding: 7px 10px;
	line-height: normal;
	height: auto;
	background: none !important;
	color: #000 !important; /*letters colour*/
}
#nav li.havesubchild,
#nav li.havesubchild-active {
	background: url(../images/arrow.png) no-repeat 94% 50%;
}


#nav li ul a:hover,
#nav li ul a:active,
#nav li ul a:focus,
/*#nav ul li:hover,
#nav ul li.sfhover,*/
#nav ul li.havesubchildsfhover,
#nav ul li.havesubchild-activesfhover,
#nav ul ul li:hover,
#nav ul ul li.sfhover,
#nav ul ul li.havesubchildsfhover,
#nav ul ul li.havesubchild-activesfhover {
	background: #0492A6; /*when mouse over*/
	color: #FFF !important;
}

#nav ul li a.active {
	color: #E1E1E1 !important;
}

#nav ul li a.active:hover,
#nav ul li a.active:active,
#nav ul li a.active:focus {
	color: #E1E1E1 !important;
}
#nav li ul a:hover,
#nav li ul a:active,
#nav li ul a:focus{
	color: #E1E1E1;
}