/* ---------------------------------------
	MENU								*/
	
#menu_top_row {
	position:relative;
	top:0px;
	color:white;
	font-size:0.8em;
	zoom:100%;
}
.menu_text {
	position:relative;
	top:5px;
}
#menu_top_row ul {
	list-style-type:none;
}
#menu_top_row ul li {
	float: left;
	height:25px;
	background-color:#000;
	border: 1px solid white;
	border-top: 2px solid white;
	text-align:center;
}
#menu_top_row ul li.item {
	width:105px;
}
#menu_top_row ul li.self {

	width:105px;
}
#menu_top_row ul li.itemlast {
	width:105px;
	border-right:0px;
}
#menu_top_row ul li.mid {
	width:112px;
}
#menu_top_row ul li.home {
	width:25px;
	height:25px;
	border-left:0px;
}
#menu_top_row ul li.contact {
	width:24px;
	height:25px;
}
#menu_top_row ul li a {
	display:block;	
	text-decoration:none;
	color: #fff;
	height:25px;
}
#menu_top_row ul li a:hover {
	text-decoration:none;
	color: #fff;
	background-color:#999999;
}
#menu_top_row ul li.self {
	width:105px;
	background:#999999 url(images/arrow_down.gif) no-repeat 49px 0px;
}
/* ---------------------------------------
	MENU SUB ROW						*/
	
#menu_row {
	position:relative;
	top:0px;
	color:white;
	font-size:0.7em;
	zoom:100%;
}
.menu_text {
	position:relative;
	top:5px;
	
}
#menu_row ul {
	list-style-type:none;
}
#menu_row ul li {
	float: left;
	height:25px;
	background-color:#999999;
	border-top: 2px solid white;
	text-align:center;
}
#menu_row ul li.side {
	width:75px;
}
#menu_row ul li.self {
	width:130px;
	background:#999999 url(images/arrow_up.gif) no-repeat center 19px;
}
#menu_row ul li.item {
	width:130px;
}
#menu_row ul li.mid {
	width:130px;
}
#menu_row ul li a {
	display:block;	
	text-decoration:none;
	color: #000;
	height:25px;
}
#menu_row ul li a:hover {
	text-decoration:none;
	color: #fff;
	background-color:#999999;
}

#menu_row ul li.side_rep_l {
	width:10px;
}
#menu_row ul li.side_rep_r {
	width:10px;
}
#menu_row ul li.self_rep {
	width:130px;
	background:#999999 url(images/arrow_up.gif) no-repeat center 19px;
}
#menu_row ul li.item_rep {
	width:130px;
}
#menu_row ul li.mid_rep {
	width:130px;
}
