div, h1, h2, h5, h6, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}


.chromestyle ul li a{
float: left;
color: #000000;
margin: 0;
text-decoration: none;
width: 129px;
height: 56px;
margin-top: 22px;
text-align:center;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
width: auto;
visibility: hidden;

}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.dropmenudiv a.technology{
	background-image:url(../images/menu_tech_01.gif);
	width: 134px;
	height: 46px;
}
.dropmenudiv a.technology:hover{
	background-image:url(../images/menu_tech_02.gif);
}
.dropmenudiv a.training{
	background-image:url(../images/menu_training_01.gif);
	width: 134px;
	height: 46px;
}
.dropmenudiv a.training:hover{
	background-image:url(../images/menu_training_02.gif);
}
.dropmenudiv a.ux{
	background-image:url(../images/menu_ux_01.gif);
	width: 134px;
	height: 47px;
}
.dropmenudiv a.ux:hover{
	background-image:url(../images/menu_ux_02.gif);

}
