.menu_bottom_line {
	height: 5px;
	background: url(../images/menu_bottom_line.png) repeat-x;
}

.top_menu {
	margin: auto;
	text-align: center;
}

.top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.top_menu ul li {
	position: relative;
	display: inline;
	float: left;
}

.top_menu ul li a {
	display: block;
	padding: 12px 20px 12px 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background: #0b63aa;
	border-left: 1px solid #bed5e7;

}

.top_menu ul li a.menu_selected {
	background: #1195d5;
}


.top_menu ul li a:hover {
	background: #1195d5;
}

.top_menu ul li a img {
	margin: 2px 10px 0 0;
	float: left;
}



/*1st sub level menu*/
.top_menu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 10000;
	background: #FFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.top_menu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.top_menu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.top_menu ul li ul li a {
	width: 190px; /*width of sub menus*/
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	background: #0b63aa;
}

.top_menuz ul li ul li a:hover { /*sub menus hover style*/
	background: #1195d5;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}