@charset "utf-8";
/* CSS Document */

#hor_menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#hor_menu  #right_edge   {
	background-color: transparent;
	background-image: url(../images/template/menu_r.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 3px;
	height: 30px;
	float: left;
}

#hor_menu #left_edge {
	background-image: url(../images/template/menu_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	height: 30px;
	float: left;
	line-height: 26px;
}
#hor_menu.search {
	position: absolute;
	bottom: 0px;
	right: 0px;
	_right: -14px;
}

#hor_menu.search #right_edge {
	background-color: transparent;
	background-image: url(../images/template/menu_r2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 3px;
	height: 30px;
	float: right;
}
#hor_menu.search #left_edge {
	background-image: url(../images/template/menu_l2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	height: 30px;
	float: right;
	line-height: 26px;
}


#hor_menu #left_edge #menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #222;
	float:left;
}

#hor_menu #left_edge #menu li {
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#hor_menu #left_edge #menu a
{
	display: block;
	padding: .2em 1em;
	line-height:22px;
	color: #004477;
	text-decoration: none;
	float:left;
}

#hor_menu #left_edge #menu  ul, 
#hor_menu #left_edge #menu  ul  ul, 
#hor_menu #left_edge #menu ul ul ul, 
#hor_menu #left_edge #menu ul ul ul ul {
	display:none;
}

#hor_menu #left_edge #menu a:hover
{
	text-decoration: none;
	color: #003366;
	background: none;
}



#hor_menu #left_edge #menu .menuactive {
	color: #003366;
	background-image: url(../images/template/hor_menu_selected.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: transparent;
}
