#navbar.reg_navbar, .reg_navbar { /* IE doesn't understand the 'dot' notation! */
	position: relative;
	top: 20px;
	float:right;
	border: 0px;
	margin: 0;
	padding: 0;
/*
	height: 50px;
	width: 470px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #f00;
*/
}

#nav_container {
	position: relative;
	top: -5px;
	z-index: 100;
/*
	border-style: solid;
	border-width: 1px 0;
	border-color: #009;
*/
}

#navbar.home_navbar, .home_navbar { /* IE doesn't understand the 'dot' notation! */
	position: relative;
	border: 0px;
	margin: 0;
	padding: 0;
	width: 450px;
/*
	border-style: solid;
	border-width: 1px 0;
	border-color: #900;
*/
}

.nav_element {
	position: relative;
	float: left;
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
/*
	margin: 10px 0;
	border-style: solid;
	border-width: 1px 0px;
	border-color: #f00;
*/
}

.nav_el_img {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
/*
	line-height: 0px;
*/
}

.nav_el_img a {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.nav_el_menu {
	position: absolute;
	right: 0;
	display: none;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1;
/*
	top: 30px;
*/
	margin: 0;
	padding: 0;
}

.nav_el_menu ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-style: solid;
	border-width: .3em;
/*
	border-top-width: 0;
	border-right-width: .3em;
	border-left-width: .3em;
	border-bottom-width: .3em;
*/
}

.nav_el_menu li {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}

.nav_el_menu a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: .2em;
	padding-right: .2em;
	text-decoration: none;
}

.nav_el_menu a:hover {
	text-decoration: none;
}

nav_el_menu a:active, .nav_el_img a:active
{
	outline: none;
	text-decoration: none;
}
