/* Menu Css Starts Here  */

#navigation {	
	margin:0px 0px 0px 0px;
	}

.chromestyle{
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	padding:0px 0px 0px 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	font-weight:bold;
	height:27px;
	padding: 0 0px 0 0;
	display:block;
	list-style:none;
	float:left;
    background:none;
}

.chromestyle ul li a{
	font-size:11px;
	font-weight:bold;
	display: inline-block;
	text-decoration:none;
	padding: 7px 16px 0 16px;
	color:#787878;
	height:27px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/	
	font-size:11px;
	font-weight:bold;
	display: inline-block;
	text-decoration:none;
	padding: 7px 16px 0 16px;
	height:27px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#787878;
	}



.chromestyle ul li a:hover, .chromestyle ul li a.selected .active1{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	display: inline-block;
	text-decoration:none;
	padding: 7px 16px 4px 16px;
	height:20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.selected-tab {
	background:url(../Images/design-images/nav-hover.gif) top repeat-x; 
	}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top:0;
	z-index:100;
	width: 232px;
	visibility: hidden;
	text-align:left;
	}

.dropmenudiv ul {
	margin:0px;
	padding:0px;
	}
	
.dropmenudiv ul li{
	margin:0;
	padding:0px;
	width:200px;
	list-style:none;
	color:#787878;
    background:none;
	}


.dropmenudiv ul li a{
	font-weight:normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#787878;
	display: block;
	border-bottom: 1px solid #e0e8ea; /*THEME CHANGE HERE*/
	padding: 7px 0 7px 15px;
	text-decoration: none;
	font-weight:bold;
	}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#787878;
	text-decoration:underline;
}	

/*Menu css ends */

.top-nav-bg{
	background:url(../images/design/nav-drop-bg.png) repeat-y;}
.nav-con-top{
	margin:0px; padding:0px;
	}
	
#about{
	position:absolute;
	margin:-20px 0px 0px -55px;
	}
	
#home{
	position:absolute;
	margin:-20px 0px 0px -80px;
    display:none;
	}

#why{
	position:absolute;
	margin:-20px 0px 0px -55px;
	}
    
   #contact-menu{
	position:absolute;
	margin:-20px 0px 0px -55px;
	}

#services1{
	position:absolute;
	margin:-20px 0px 0px -70px;
	}


#testimonials{
	position:absolute;
	margin:-20px 0px 0px -55px;
    display:none;
	}
	
#education{
	position:absolute;
	margin:-20px 0px 0px -55px;
	}

#contactus{
	position:absolute;
	margin:-20px 0px 0px -55px;
	}