

/* acc-menu */
 #acc-menu {
 	position: absolute;
	margin: 0;
	padding: 0px 5px 8px 15px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #003366;
	top: 0;	left: 35px
 }
 #acc-menu p {
	margin: 0; padding: 0;
 }
 #acc-menu a {
 	font-weight: bold;
	color: #003366;
 }
#navContainer {width: auto;display:block;clear:both;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}
/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 121px 15px 8px 15px;
         top: 0;	right: 30px
 }
 #top-menu p {
	margin: 0; padding: 0;
 }
 #top-menu a {
	color: #333;
 }

 /* Navigation */
#nav {
	height: 42px;
         background: #0e609e url(../img/menu.jpg) no-repeat;
}
#nav ul {list-style-type: none; margin: 0 0 0 10px; padding: 0; font-size: 100%;  }
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 15px 10px 8px 10px;  border-left: 0px solid #ccc; color: #fff; font-weight: bold; text-decoration: none;}
#nav ul li a:hover, #nav li a:focus {background:#fff url(../img/menuo.jpg) repeat-x top center;  border-color: #fff; color: #003366;}
#nav li a:active, #nav ul li a.active {background: #fff; border-color: #ccc; color: #003366;}


/* Header menu */
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
#header_menu ul {z-index: 10; clear: both;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #fff url(../img/menuo.jpg) repeat-x top center; color: #003366; border-bottom: 0px solid #ccc;}
#nav li.menu-current a		{font-weight: bold;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #ccc; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.0em;}
#nav .menu li ul a {width: 11.5em; padding: .5em .1em .5em .4em; background: url(../img/png.png) top center; color: #003366; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {border: 0; background: #E0F1FF;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .2em .1em .6em .4em; /*sublevelbackground*/background: #DFDFDF; color: #003366; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
