
#menu_parent{
	width:100%;
	padding:0px;
	border:solid 0px red;
	line-height:23px;
	color:#FFF;
	background:#082538 url(../img/menu_bg_off.gif) repeat-x;
}
#menu_parent .menu_frame{
	width:108px;
	border:solid 0px #ffffff;
	float:left;
	background-color: #607182;
	text-align:left;
}
#menu_parent .menu_framemiddle{
	border-right-width:2px;
	border-color:white;
}
#menu_parent .menu_frameleft{
	width:98px;
	border-right-width:2px;
	border-color:white;
}
#menu_parent .menu_frameright{
	width:98px;
}
#menu_parent a{
	text-decoration: none;
	display: block;
	text-align:center;
	width: 100%;
	color:#FFF;
	background:#082538 url(../img/menu_bg_off.gif) repeat-x;
}
#menu_parent .menu_parts{
	position: absolute;
	text-align:center;
	width:100px;
	border:solid 1px #ffffff;
	background-color: #607182;
	display: none;
}
#menu_parent .menu_parts a{
	width: auto;
	display: block;
	width:120%;
	background-color: #607182;
	border-top: 1px dotted #ffffff;
	text-decoration: none;
	color:#ffffff;
}
* html #menu_parent .menu_parts a{
	width: 120%;
}
#menu_parent a:link { }
#menu_parent a:visited { }
#menu_parent a:hover {
	color:#FF0;
	background:#0073b4 url(../img/menu_bg_on.gif) repeat-x;
}

/* Same as a:hover */
#menu_parent .current_menu{
	color:#FF0;
	background:#0073b4 url(../img/menu_bg_on.gif) repeat-x;
}
#menu_parent .menu_parts .border_none{
	border-width: 0px;
}
