table {
	border:0px;
	}
#topnav img
	{
	border:0px;
	}
#topnav{
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
}
ul#topnav{
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	/*line-height:1.5em;            globally set the menu's item spacing. note */

}
ul#topnav li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	height:25px;
}
ul#topnav li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
}

/*=====================================================*/


ul#topnav li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

ul#topnav li a,
ul#topnav li a:visited {                    /* unselected top-level menu items */

	float:left;
	text-decoration:none;

}

ul#topnav li:hover a,
ul#topnav li a:hover {                        /* selected top-level menu items */
	/*border-top:1px solid #000;    /* these 2 lines create the push-in illusion */
	display:block;

}
/*======================================= TOP NAVIGATION =======================================*/
#new_nav {
width:1004px; background:#DF5E5E; height:29px;
}

.devider{
width:0px;
padding-top:5px;
padding-left:35px; 
}

.devider1{
width:0px;
padding-top:5px;
padding-left:32px;
}

.devider2{
	padding-top:5px;
	padding-left:340px;
}

.devider3{
width:0px;
padding-top:5px;
padding-left:41px;
}

.spaceb{padding-bottom:8px;}

#dropmenudiv{
position:absolute;
background-color: #000;	
border-left:8px solid #407361;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
	display: block;
	width: 100%;
	color:#fff;
	font-family:arial, Tahoma;
	font-size:12px;
	background-color: #B5D0C7;	
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:6px;
}

#dropmenudiv a:hover{ /*hover background color*/
	color:#437A68;
	font-family:arial, Tahoma;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	background-color: #B5D0C7;	
	text-transform:uppercase;
	padding-left:6px;
}

