/* contents */
#header_banner {
	position : relative;
	top : 0px;
	left : 10px;
	width : 780px;
	height : 150px;
	background-position : top right;
	background-repeat : no-repeat;
	/*
	background-image : url(images/temptrak/healthcare/banner_nursing.jpg);
	*/
}

#header_title {
	position : absolute;
	top : 90px;
	left : 500px;
	width : 270px;
	height : 30px;
	color : #3399cc;
	font-size : 3em;
	font-weight : bold;
	text-align : right;
}

/* sub menu */

#submenu {
	position : relative;
	left : 10px;
	top : 0px;
	width : 780px;
	height : 30px;
	background : #d2e1f0;
	text-align : right;
}

#submenu_title {
	position : absolute;
	top : 0px;
	left : 10px;
	width : 270px;
	height : 30px;
	color : #e4edf6;
	font-size : 1.7em;
	font-weight : bold;
	text-align : left;
}

#submenu_list {
	padding-top : 4px;
}

#submenu_list a {
	color : #333333;
	text-decoration : none;
	font-size : .75em;
	font-weight : bold;
}

#submenu_list a:hover {
	color : #cc0000;
	text-decoration : none;
}




