* {	
	padding:0; 
	margin:0;

}

.chromestyle{
width: 99%;
font-size: 18px;
}

#aboutus {background:url(../images/web/nav/aboutus.jpg) no-repeat; width:157px; height:31px; display:block; text-indent:-99999em;}
#aboutus:hover {background:url(../images/web/nav/aboutus.jpg) no-repeat 0 -31px;;}

#newsandevents {background:url(../images/web/nav/newsandevents.jpg) no-repeat; width:196px; height:31px; display:block; text-indent:-99999em;}
#newsandevents:hover {background:url(../images/web/nav/newsandevents.jpg) no-repeat 0 -31px;;}

#trainingandinstutions {background:url(../images/web/nav/traininginstitution.jpg) no-repeat; width:177px; height:31px; display:block; text-indent:-99999em;}
#trainingandinstutions:hover {background:url(../images/web/nav/traininginstitution.jpg) no-repeat 0 -31px;;}

#faq {background:url(../images/web/nav/faq.jpg) no-repeat; width:78px; height:31px; display:block; text-indent:-99999em;}
#faq:hover {background:url(../images/web/nav/faq.jpg) no-repeat 0 -31px;;}

#research {background:url(../images/web/nav/research.jpg) no-repeat; width:98px; height:31px; display:block; text-indent:-99999em;}
#research:hover {background:url(../images/web/nav/research.jpg) no-repeat 0 -31px;;}

#onlineregistration {background:url(../images/web/nav/onlineregistration.jpg) no-repeat; width:176px; height:31px; display:block; text-indent:-99999em;}
#onlineregistration:hover {background:url(../images/web/nav/onlineregistration.jpg) no-repeat 0 -31px;;}

/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB; comment */
width: 100%;
/*background: url(../images/web/misc/navigationline.jpg) center center repeat-x;*/ /*THEME CHANGE HERE*/
/*padding: 4px 0;*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
float:left;
display:block;
/*display: inline;*/
}

.chromestyle ul li a{
color: #FFFFFF;
/*padding: 4px 10px;*/
margin: 0;
text-decoration: none;
/*border-right: 1px solid #3D5988; comment */
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/web/misc/navigationhover.jpg) center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #5F769F;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1F3765;
}
