ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	width: 100%;
}
ul.topnav li {
	float: left;
	position: relative; /*--Declare X and Y axis base--*/
    width:120px; height:18px;margin-right:12px;font-weight:bold; display:block;
	

}
ul.topnav li a{
	color:#333333;
	display: block;
	text-align:center;
	padding:0px 16px 0px 16px; 
	border-bottom:#666666 5px solid; 
}
ul.topnav li a:hover{
color:#ff0000;
border-bottom:#ff0000 5px solid;
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 19px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 120px;
	color:#fff;
	
}
ul.topnav li ul.subnavRD {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 19px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 120px;
	color:#fff;
	
}
ul.topnav li ul.subnavCareers {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 19px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 100px;
	color:#fff;
	
}
ul.topnav li ul.subnav li{
	margin:0; padding:0;
	width: 120px;
	font-weight:100;
	background:#fff;
	height:auto;
	overflow:visible;
	word-wrap: break-word; 
word-break: normal; 
}
ul.topnav li ul.subnavRD li{
	margin:0; padding:0;
	width: 200px;
	font-weight:100;
	background:#fff;
	height:auto;
	overflow:visible;
	word-wrap: break-word; 
word-break: normal; 
}
ul.topnav li ul.subnavCareers li{
	margin:0; padding:0;
	width: 100px;
	font-weight:100;
	background:#fff;
	height:auto;
	overflow:visible;
	word-wrap: break-word; 
word-break: normal; 
}
html ul.topnav li ul.subnav li a {
	display:block;
	background:#fff;
	color:#333;
	height:auto;
	line-height:14px;
	padding:2px 16px 2px 36px;
	text-align:left;
}
html ul.topnav li ul.subnavRD li a {
	display:block;
	background:#fff;
	color:#333;
	height:auto;
	line-height:14px;
	padding:2px 16px 2px 36px;
	text-align:left;
}
html ul.topnav li ul.subnavCareers li a {
	display:block;
	background:#fff;
	color:#333;
	height:auto;
	line-height:14px;
	padding:2px 16px 2px 8px;
	text-align:left;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color:#ff0000;
	background: #e3e3e3 ;
}
html ul.topnav li ul.subnavRD li a:hover { /*--Hover effect for subnav links--*/
	color:#ff0000;
	background: #e3e3e3 ;
}
html ul.topnav li ul.subnavCareers li a:hover { /*--Hover effect for subnav links--*/
	color:#ff0000;
	background: #e3e3e3 ;
}