

/* start header */
/* ######### Drop Down ULs CSS ######### */
.sub_menu, .sub_menu ul { /*topmost and sub ULs, respectively*/
	font: normal 11px Arial;
	margin:0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 1px solid ;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	background-color: #FFFFFF;
}
.sub_menu li a {
	display: block;
	width: 155px; /*width of menu (not including side paddings)*/
	color: #001745;
	text-decoration: none;
	padding: 2px 10px 2px 5px;
	border-bottom: 1px solid #9e9fbc;
}
* html .sub_menu li { /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}
.sub_menu li a:hover {
	color: #001745;
	background-color:#88a528;
	background-image: url(/budgetWeb/images/header/sub_link_on_bck.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* ######### Neutral CSS  ######### */

.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	margin-left: 3px;
	border: 0;
}
.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 4px;
	border: 0;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
.header_container {
	padding:12px 10px 0 10px;
	background-image: url(/budgetWeb/images/header/main_nav_back.gif);
	background-repeat: repeat-x;
	zoom:1;
}
.main_nav_top {
	height:42px;
}
.ddtopmenubar {
	position:absolute;
}

