
#menu {
	position: relative;
}

#dropDownMenu {
	font-family: Arial, Helvetica, sans-serif;
}

#dropDownMenu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	
}
#dropDownMenu ul li {

	color: black;
	display: inline;
	width: 250px;
	float: left;
	text-transform: uppercase;
	line-height: 20px;
	font-size: medium;
text-align: center;

}

#dropDownMenu ul li:hover {
   	background-color: #e6f2ff;
}

#dropDownMenu ul.mainmenu li a:hover {
	font-weight: bold;
	background-color: transparent;
}

#dropDownMenu ul.submenu li a:hover {
	font-weight: bold;
	background-color: transparent;
}

#dropDownMenu ul li a {
	text-decoration:none;
	color:black;
	display:block;
	width:250px;
	text-align:center;
}

#dropDownMenu ul li ul {
	visibility: hidden;
}

#dropDownMenu ul li:hover ul {
	visibility: visible;
}

#dropDownMenu ul li ul li a {
	font-size: 0.90em;
	text-transform: none;
	text-align:left;


}

div#menu {
	
	color: #000 ;
	background-color: #e6f2ff;
	height: 25px;
	width: 100%;
	display: inline-block;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: gray;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: gray;
	padding-top: 5px;
	font-weight: normal;
	/*position: fixed;*/
}

#dropDownMenu ul.submenu li {
	font-weight: normal;

	
}

#index #menu .index, #ms #menu .ms, #mg #menu .mg, #lu #menu .lu, #af #menu .af, #spic #menu .spic, #tea #menu .tea, #chess #menu .chess, #publications #menu .publications, #verses #menu .verses, #contact #menu .contact{
  font-weight: bold;
}

#ms #menu .services, #mg #menu .services, #lu #menu .services, #af #menu .services, #spic #menu .services, #tea #menu .services, #chess #menu .services{
	font-weight: bold;

	
}